aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/angular.json7
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html55
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss6
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts6
-rw-r--r--client/src/app/app.component.html10
-rw-r--r--client/src/app/app.component.scss38
-rw-r--r--client/src/app/app.component.ts71
-rw-r--r--client/src/app/app.module.ts6
-rw-r--r--client/src/app/core/server/server.service.ts17
-rw-r--r--client/src/app/shared/bulk/bulk.service.ts24
-rw-r--r--client/src/app/shared/locale/oc.ts104
-rw-r--r--client/src/app/shared/moderation/user-moderation-dropdown.component.ts38
-rw-r--r--client/src/app/shared/shared.module.ts145
-rw-r--r--client/src/locale/angular.ar-001.xlf5523
-rw-r--r--client/src/locale/angular.es-ES.xlf690
-rw-r--r--client/src/locale/angular.fr-FR.xlf792
-rw-r--r--client/src/locale/angular.gl-ES.xlf1395
-rw-r--r--client/src/locale/angular.hu-HU.xlf86
-rw-r--r--client/src/locale/angular.pt-PT.xlf4671
-rw-r--r--client/src/locale/angular.ro.xlf12353
-rw-r--r--client/src/locale/angular.sq.xlf12754
-rw-r--r--client/src/locale/angular.sv-SE.xlf2
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf932
-rw-r--r--client/src/locale/player.ar-001.json6
-rw-r--r--client/src/locale/player.pt-PT.json76
-rw-r--r--client/src/locale/player.ro.json100
-rw-r--r--client/src/locale/player.sq.json100
-rw-r--r--client/src/locale/player.zh-Hant-TW.json101
-rw-r--r--client/src/locale/server.ar-001.json14
-rw-r--r--client/src/locale/server.pt-PT.json12
-rw-r--r--client/src/locale/server.ro.json237
-rw-r--r--client/src/locale/server.sq.json237
-rw-r--r--client/src/locale/server.zh-Hant-TW.json237
33 files changed, 33742 insertions, 7103 deletions
diff --git a/client/angular.json b/client/angular.json
index a64596a08..44749d6b1 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -41,6 +41,10 @@
41 "translation": "src/locale/angular.es-ES.xlf", 41 "translation": "src/locale/angular.es-ES.xlf",
42 "baseHref": "/client/es-ES/" 42 "baseHref": "/client/es-ES/"
43 }, 43 },
44 "oc": {
45 "translation": "src/locale/angular.oc.xlf",
46 "baseHref": "/client/oc/"
47 },
44 "pt": { 48 "pt": {
45 "translation": "src/locale/angular.pt-BR.xlf", 49 "translation": "src/locale/angular.pt-BR.xlf",
46 "baseHref": "/client/pt-BR/" 50 "baseHref": "/client/pt-BR/"
@@ -208,6 +212,9 @@
208 "es-ES": { 212 "es-ES": {
209 "localize": [ "es" ] 213 "localize": [ "es" ]
210 }, 214 },
215 "oc": {
216 "localize": [ "oc" ]
217 },
211 "pt-BR": { 218 "pt-BR": {
212 "localize": [ "pt" ] 219 "localize": [ "pt" ]
213 }, 220 },
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
index 5703d5a2e..4ee573696 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
+++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
@@ -276,6 +276,58 @@
276 </div> 276 </div>
277 </div> 277 </div>
278 278
279 <div class="form-row mt-4"> <!-- broadcast grid -->
280 <div class="form-group col-12 col-lg-4 col-xl-3">
281 <div i18n class="inner-form-title">BROADCAST MESSAGE</div>
282 <div i18n class="inner-for-description">
283 Display a message on your instance
284 </div>
285 </div>
286
287 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
288
289 <ng-container formGroupName="broadcastMessage">
290
291 <div class="form-group">
292 <my-peertube-checkbox
293 inputName="broadcastMessageEnabled" formControlName="enabled"
294 i18n-labelText labelText="Enable broadcast message"
295 ></my-peertube-checkbox>
296 </div>
297
298 <div class="form-group">
299 <my-peertube-checkbox
300 inputName="broadcastMessageDismissable" formControlName="dismissable"
301 i18n-labelText labelText="Allow users to dismiss the broadcast message "
302 ></my-peertube-checkbox>
303 </div>
304
305 <div class="form-group">
306 <label i18n for="broadcastMessageLevel">Broadcast message level</label>
307 <div class="peertube-select-container">
308 <select id="broadcastMessageLevel" formControlName="level" class="form-control">
309 <option value="info">info</option>
310 <option value="warning">warning</option>
311 <option value="error">error</option>
312 </select>
313 </div>
314 <div *ngIf="formErrors.broadcastMessage.level" class="form-error">{{ formErrors.broadcastMessage.level }}</div>
315 </div>
316
317 <div class="form-group">
318 <label i18n for="broadcastMessageMessage">Message</label><my-help helpType="markdownText"></my-help>
319 <my-markdown-textarea
320 name="broadcastMessageMessage" formControlName="message" textareaMaxWidth="500px"
321 [classes]="{ 'input-error': formErrors['broadcastMessage.message'] }"
322 ></my-markdown-textarea>
323 <div *ngIf="formErrors.broadcastMessage.message" class="form-error">{{ formErrors.broadcastMessage.message }}</div>
324 </div>
325
326 </ng-container>
327
328 </div>
329 </div>
330
279 <div class="form-row mt-4"> <!-- new users grid --> 331 <div class="form-row mt-4"> <!-- new users grid -->
280 <div class="form-group col-12 col-lg-4 col-xl-3"> 332 <div class="form-group col-12 col-lg-4 col-xl-3">
281 <div i18n class="inner-form-title">NEW USERS</div> 333 <div i18n class="inner-form-title">NEW USERS</div>
@@ -801,8 +853,9 @@
801 <div class="form-row mt-4"> <!-- submit placement block --> 853 <div class="form-row mt-4"> <!-- submit placement block -->
802 <div class="col-md-7 col-xl-5"></div> 854 <div class="col-md-7 col-xl-5"></div>
803 <div class="col-md-5 col-xl-5"> 855 <div class="col-md-5 col-xl-5">
856 <span class="form-error submit-error" i18n *ngIf="!form.valid">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</span>
857
804 <input (click)="formValidated()" type="submit" i18n-value value="Update configuration" [disabled]="!form.valid"> 858 <input (click)="formValidated()" type="submit" i18n-value value="Update configuration" [disabled]="!form.valid">
805 <span class="form-error" i18n *ngIf="!form.valid">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</span>
806 </div> 859 </div>
807 </div> 860 </div>
808</form> 861</form>
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
index 9ee960ad6..2bfa92da4 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
+++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
@@ -76,4 +76,8 @@ ngb-tabset:not(.previews) ::ng-deep {
76 .nav-link { 76 .nav-link {
77 font-size: 105%; 77 font-size: 105%;
78 } 78 }
79} \ No newline at end of file 79}
80
81.submit-error {
82 margin-bottom: 20px;
83}
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
index cea314cea..6d59494c8 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
+++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
@@ -215,6 +215,12 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit, A
215 indexUrl: this.customConfigValidatorsService.INDEX_URL 215 indexUrl: this.customConfigValidatorsService.INDEX_URL
216 } 216 }
217 } 217 }
218 },
219 broadcastMessage: {
220 enabled: null,
221 level: null,
222 dismissable: null,
223 message: null
218 } 224 }
219 } 225 }
220 226
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index b0d2e5050..b243c129b 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -25,6 +25,16 @@
25 <div id="content" tabindex="-1" class="main-col" [ngClass]="{ expanded: menu.isMenuDisplayed === false }"> 25 <div id="content" tabindex="-1" class="main-col" [ngClass]="{ expanded: menu.isMenuDisplayed === false }">
26 26
27 <div class="main-row"> 27 <div class="main-row">
28
29 <div *ngIf="broadcastMessage" class="broadcast-message alert" [ngClass]="broadcastMessage.class">
30 <div [innerHTML]="broadcastMessage.message"></div>
31
32 <my-global-icon
33 *ngIf="broadcastMessage.dismissable" (click)="hideBroadcastMessage()"
34 iconName="cross" role="button" title="Close this message" i18n-title
35 ></my-global-icon>
36 </div>
37
28 <router-outlet></router-outlet> 38 <router-outlet></router-outlet>
29 </div> 39 </div>
30 </div> 40 </div>
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 0c33dc4a1..27fd69c8d 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -1,5 +1,7 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3@import '~bootstrap/scss/functions';
4@import '~bootstrap/scss/variables';
3 5
4.peertube-container { 6.peertube-container {
5 padding-bottom: 20px; 7 padding-bottom: 20px;
@@ -88,3 +90,39 @@
88 flex: 1; 90 flex: 1;
89 } 91 }
90} 92}
93
94.broadcast-message {
95 min-height: 50px;
96 text-align: center;
97 margin-bottom: 0;
98 border-radius: 0;
99 display: grid;
100 grid-template-columns: 1fr 30px;
101 column-gap: 10px;
102
103 my-global-icon {
104 justify-self: center;
105 align-self: center;
106 cursor: pointer;
107
108 width: 20px;
109 }
110
111 @each $color, $value in $theme-colors {
112 &.alert-#{$color} {
113 my-global-icon {
114 @include apply-svg-color(theme-color-level($color, $alert-color-level));
115 }
116 }
117 }
118
119 ::ng-deep {
120 p {
121 font-size: 16px;
122 }
123
124 p:last-child {
125 margin-bottom: 0;
126 }
127 }
128}
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 12c0efd8a..a464e90fa 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -4,7 +4,7 @@ import { Event, GuardsCheckStart, NavigationEnd, Router, Scroll } from '@angular
4import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core' 4import { AuthService, RedirectService, ServerService, ThemeService } from '@app/core'
5import { is18nPath } from '../../../shared/models/i18n' 5import { is18nPath } from '../../../shared/models/i18n'
6import { ScreenService } from '@app/shared/misc/screen.service' 6import { ScreenService } from '@app/shared/misc/screen.service'
7import { filter, map, pairwise } from 'rxjs/operators' 7import { filter, map, pairwise, first } from 'rxjs/operators'
8import { Hotkey, HotkeysService } from 'angular2-hotkeys' 8import { Hotkey, HotkeysService } from 'angular2-hotkeys'
9import { I18n } from '@ngx-translate/i18n-polyfill' 9import { I18n } from '@ngx-translate/i18n-polyfill'
10import { PlatformLocation, ViewportScroller } from '@angular/common' 10import { PlatformLocation, ViewportScroller } from '@angular/common'
@@ -19,6 +19,10 @@ import { ServerConfig, UserRole } from '@shared/models'
19import { User } from '@app/shared' 19import { User } from '@app/shared'
20import { InstanceService } from '@app/shared/instance/instance.service' 20import { InstanceService } from '@app/shared/instance/instance.service'
21import { MenuService } from './core/menu/menu.service' 21import { MenuService } from './core/menu/menu.service'
22import { BroadcastMessageLevel } from '@shared/models/server'
23import { MarkdownService } from './shared/renderer'
24import { concat } from 'rxjs'
25import { peertubeLocalStorage } from './shared/misc/peertube-web-storage'
22 26
23@Component({ 27@Component({
24 selector: 'my-app', 28 selector: 'my-app',
@@ -26,11 +30,14 @@ import { MenuService } from './core/menu/menu.service'
26 styleUrls: [ './app.component.scss' ] 30 styleUrls: [ './app.component.scss' ]
27}) 31})
28export class AppComponent implements OnInit, AfterViewInit { 32export class AppComponent implements OnInit, AfterViewInit {
33 private static BROADCAST_MESSAGE_KEY = 'app-broadcast-message-dismissed'
34
29 @ViewChild('welcomeModal') welcomeModal: WelcomeModalComponent 35 @ViewChild('welcomeModal') welcomeModal: WelcomeModalComponent
30 @ViewChild('instanceConfigWarningModal') instanceConfigWarningModal: InstanceConfigWarningModalComponent 36 @ViewChild('instanceConfigWarningModal') instanceConfigWarningModal: InstanceConfigWarningModalComponent
31 @ViewChild('customModal') customModal: CustomModalComponent 37 @ViewChild('customModal') customModal: CustomModalComponent
32 38
33 customCSS: SafeHtml 39 customCSS: SafeHtml
40 broadcastMessage: { message: string, dismissable: boolean, class: string } | null = null
34 41
35 private serverConfig: ServerConfig 42 private serverConfig: ServerConfig
36 43
@@ -50,6 +57,7 @@ export class AppComponent implements OnInit, AfterViewInit {
50 private hooks: HooksService, 57 private hooks: HooksService,
51 private location: PlatformLocation, 58 private location: PlatformLocation,
52 private modalService: NgbModal, 59 private modalService: NgbModal,
60 private markdownService: MarkdownService,
53 public menu: MenuService 61 public menu: MenuService
54 ) { } 62 ) { }
55 63
@@ -81,6 +89,7 @@ export class AppComponent implements OnInit, AfterViewInit {
81 this.initRouteEvents() 89 this.initRouteEvents()
82 this.injectJS() 90 this.injectJS()
83 this.injectCSS() 91 this.injectCSS()
92 this.injectBroadcastMessage()
84 93
85 this.initHotkeys() 94 this.initHotkeys()
86 95
@@ -97,6 +106,12 @@ export class AppComponent implements OnInit, AfterViewInit {
97 return this.authService.isLoggedIn() 106 return this.authService.isLoggedIn()
98 } 107 }
99 108
109 hideBroadcastMessage () {
110 peertubeLocalStorage.setItem(AppComponent.BROADCAST_MESSAGE_KEY, this.serverConfig.broadcastMessage.message)
111
112 this.broadcastMessage = null
113 }
114
100 private initRouteEvents () { 115 private initRouteEvents () {
101 let resetScroll = true 116 let resetScroll = true
102 const eventsObs = this.router.events 117 const eventsObs = this.router.events
@@ -165,6 +180,36 @@ export class AppComponent implements OnInit, AfterViewInit {
165 ).subscribe(() => this.menu.isMenuDisplayed = false) // User clicked on a link in the menu, change the page 180 ).subscribe(() => this.menu.isMenuDisplayed = false) // User clicked on a link in the menu, change the page
166 } 181 }
167 182
183 private injectBroadcastMessage () {
184 concat(
185 this.serverService.getConfig().pipe(first()),
186 this.serverService.configReloaded
187 ).subscribe(async config => {
188 this.broadcastMessage = null
189
190 const messageConfig = config.broadcastMessage
191
192 if (messageConfig.enabled) {
193 // Already dismissed this message?
194 if (messageConfig.dismissable && localStorage.getItem(AppComponent.BROADCAST_MESSAGE_KEY) === messageConfig.message) {
195 return
196 }
197
198 const classes: { [id in BroadcastMessageLevel]: string } = {
199 info: 'alert-info',
200 warning: 'alert-warning',
201 error: 'alert-danger'
202 }
203
204 this.broadcastMessage = {
205 message: await this.markdownService.completeMarkdownToHTML(messageConfig.message),
206 dismissable: messageConfig.dismissable,
207 class: classes[messageConfig.level]
208 }
209 }
210 })
211 }
212
168 private injectJS () { 213 private injectJS () {
169 // Inject JS 214 // Inject JS
170 this.serverService.getConfig() 215 this.serverService.getConfig()
@@ -182,17 +227,19 @@ export class AppComponent implements OnInit, AfterViewInit {
182 227
183 private injectCSS () { 228 private injectCSS () {
184 // Inject CSS if modified (admin config settings) 229 // Inject CSS if modified (admin config settings)
185 this.serverService.configReloaded 230 concat(
186 .subscribe(() => { 231 this.serverService.getConfig().pipe(first()),
187 const headStyle = document.querySelector('style.custom-css-style') 232 this.serverService.configReloaded
188 if (headStyle) headStyle.parentNode.removeChild(headStyle) 233 ).subscribe(config => {
189 234 const headStyle = document.querySelector('style.custom-css-style')
190 // We test customCSS if the admin removed the css 235 if (headStyle) headStyle.parentNode.removeChild(headStyle)
191 if (this.customCSS || this.serverConfig.instance.customizations.css) { 236
192 const styleTag = '<style>' + this.serverConfig.instance.customizations.css + '</style>' 237 // We test customCSS if the admin removed the css
193 this.customCSS = this.domSanitizer.bypassSecurityTrustHtml(styleTag) 238 if (this.customCSS || config.instance.customizations.css) {
194 } 239 const styleTag = '<style>' + config.instance.customizations.css + '</style>'
195 }) 240 this.customCSS = this.domSanitizer.bypassSecurityTrustHtml(styleTag)
241 }
242 })
196 } 243 }
197 244
198 private async loadPlugins () { 245 private async loadPlugins () {
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 6e74cd394..e61346dac 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -2,7 +2,6 @@ import { LOCALE_ID, NgModule, TRANSLATIONS, TRANSLATIONS_FORMAT } from '@angular
2import { BrowserModule } from '@angular/platform-browser' 2import { BrowserModule } from '@angular/platform-browser'
3import { ServerService } from '@app/core' 3import { ServerService } from '@app/core'
4import { ResetPasswordModule } from '@app/reset-password' 4import { ResetPasswordModule } from '@app/reset-password'
5
6import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' 5import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core'
7import 'focus-visible' 6import 'focus-visible'
8 7
@@ -18,9 +17,12 @@ import { SearchModule } from '@app/search'
18import { WelcomeModalComponent } from '@app/modal/welcome-modal.component' 17import { WelcomeModalComponent } from '@app/modal/welcome-modal.component'
19import { InstanceConfigWarningModalComponent } from '@app/modal/instance-config-warning-modal.component' 18import { InstanceConfigWarningModalComponent } from '@app/modal/instance-config-warning-modal.component'
20import { buildFileLocale, getCompleteLocale, isDefaultLocale } from '@shared/models' 19import { buildFileLocale, getCompleteLocale, isDefaultLocale } from '@shared/models'
21import { APP_BASE_HREF } from '@angular/common' 20import { APP_BASE_HREF, registerLocaleData } from '@angular/common'
22import { QuickSettingsModalComponent } from '@app/modal/quick-settings-modal.component' 21import { QuickSettingsModalComponent } from '@app/modal/quick-settings-modal.component'
23import { CustomModalComponent } from '@app/modal/custom-modal.component' 22import { CustomModalComponent } from '@app/modal/custom-modal.component'
23import localeOc from '@app/shared/locale/oc'
24
25registerLocaleData(localeOc, 'oc')
24 26
25@NgModule({ 27@NgModule({
26 bootstrap: [ AppComponent ], 28 bootstrap: [ AppComponent ],
diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts
index eac8f85e4..fdfbe4c02 100644
--- a/client/src/app/core/server/server.service.ts
+++ b/client/src/app/core/server/server.service.ts
@@ -21,7 +21,7 @@ export class ServerService {
21 21
22 private static CONFIG_LOCAL_STORAGE_KEY = 'server-config' 22 private static CONFIG_LOCAL_STORAGE_KEY = 'server-config'
23 23
24 configReloaded = new Subject<void>() 24 configReloaded = new Subject<ServerConfig>()
25 25
26 private localeObservable: Observable<any> 26 private localeObservable: Observable<any>
27 private videoLicensesObservable: Observable<VideoConstant<number>[]> 27 private videoLicensesObservable: Observable<VideoConstant<number>[]>
@@ -139,6 +139,12 @@ export class ServerService {
139 indexUrl: 'https://instances.joinpeertube.org' 139 indexUrl: 'https://instances.joinpeertube.org'
140 } 140 }
141 } 141 }
142 },
143 broadcastMessage: {
144 enabled: false,
145 message: '',
146 level: 'info',
147 dismissable: false
142 } 148 }
143 } 149 }
144 150
@@ -162,6 +168,11 @@ export class ServerService {
162 resetConfig () { 168 resetConfig () {
163 this.configLoaded = false 169 this.configLoaded = false
164 this.configReset = true 170 this.configReset = true
171
172 // Notify config update
173 this.getConfig().subscribe(() => {
174 // empty, to fire a reset config event
175 })
165 } 176 }
166 177
167 getConfig () { 178 getConfig () {
@@ -175,9 +186,9 @@ export class ServerService {
175 this.config = config 186 this.config = config
176 this.configLoaded = true 187 this.configLoaded = true
177 }), 188 }),
178 tap(() => { 189 tap(config => {
179 if (this.configReset) { 190 if (this.configReset) {
180 this.configReloaded.next() 191 this.configReloaded.next(config)
181 this.configReset = false 192 this.configReset = false
182 } 193 }
183 }), 194 }),
diff --git a/client/src/app/shared/bulk/bulk.service.ts b/client/src/app/shared/bulk/bulk.service.ts
new file mode 100644
index 000000000..b00db31ec
--- /dev/null
+++ b/client/src/app/shared/bulk/bulk.service.ts
@@ -0,0 +1,24 @@
1import { HttpClient } from '@angular/common/http'
2import { Injectable } from '@angular/core'
3import { environment } from '../../../environments/environment'
4import { RestExtractor, RestService } from '../rest'
5import { BulkRemoveCommentsOfBody } from '../../../../../shared'
6import { catchError } from 'rxjs/operators'
7
8@Injectable()
9export class BulkService {
10 static BASE_BULK_URL = environment.apiUrl + '/api/v1/bulk'
11
12 constructor (
13 private authHttp: HttpClient,
14 private restExtractor: RestExtractor,
15 private restService: RestService
16 ) { }
17
18 removeCommentsOf (body: BulkRemoveCommentsOfBody) {
19 const url = BulkService.BASE_BULK_URL + '/remove-comments-of'
20
21 return this.authHttp.post(url, body)
22 .pipe(catchError(err => this.restExtractor.handleError(err)))
23 }
24}
diff --git a/client/src/app/shared/locale/oc.ts b/client/src/app/shared/locale/oc.ts
new file mode 100644
index 000000000..d3b2e8407
--- /dev/null
+++ b/client/src/app/shared/locale/oc.ts
@@ -0,0 +1,104 @@
1
2// This code is not generated
3// See angular/tools/gulp-tasks/cldr/extract.js
4
5const u: any = undefined
6
7function plural (n: number): number {
8 const i = Math.floor(Math.abs(n))
9 if (i === 0 || i === 1) return 1
10 return 5
11}
12
13export default [
14 'oc',
15 [['a. m.', 'p. m.'], u, u],
16 u,
17 [
18 ['dg', 'dl', 'dm', 'dc', 'dj', 'dv', 'ds'], ['dg.', 'dl.', 'dm.', 'dc.', 'dj.', 'dv.', 'ds.'],
19 ['dimenge', 'diluns', 'dimars', 'dimècres', 'dijòus', 'divendres', 'dissabte'],
20 ['dg.', 'dl.', 'dm.', 'dc.', 'dj.', 'dv.', 'ds.']
21 ],
22 u,
23 [
24 ['GN', 'FB', 'MÇ', 'AB', 'MA', 'JN', 'JL', 'AG', 'ST', 'OC', 'NV', 'DC'],
25 [
26 'de gen.', 'de febr.', 'de març', 'd’abr.', 'de mai', 'de junh', 'de jul.', 'd’ag.',
27 'de set.', 'd’oct.', 'de nov.', 'de dec.'
28 ],
29 [
30 'de genièr', 'de febrièr', 'de març', 'd’abril', 'de mai', 'de junh', 'de julhet',
31 'd’agòst', 'de setembre', 'd’octòbre', 'de novembre', 'de decembre'
32 ]
33 ],
34 [
35 ['GN', 'FB', 'MÇ', 'AB', 'MA', 'JN', 'JL', 'AG', 'ST', 'OC', 'NV', 'DC'],
36 [
37 'gen.', 'febr.', 'març', 'abr.', 'mai', 'junh', 'jul.', 'ag.', 'set.', 'oct.', 'nov.',
38 'dec.'
39 ],
40 [
41 'genièr', 'febrièr', 'març', 'abril', 'mai', 'junh', 'julhet', 'agòst', 'setembre', 'octòbre',
42 'novembre', 'decembre'
43 ]
44 ],
45 [['aC', 'dC'], u, ['abans Jèsus-Crist', 'aprèp Jèsus-Crist']],
46 1,
47 [6, 0],
48 ['d/M/yy', 'd MMM y', 'd MMMM \'de\' y', 'EEEE, d MMMM \'de\' y'],
49 ['H:mm', 'H:mm:ss', 'H:mm:ss z', 'H:mm:ss zzzz'],
50 ['{1} {0}', '{1}, {0}', '{1} \'a\' \'les\' {0}', u],
51 [',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
52 ['#,##0.###', '#,##0%', '#,##0.00 ¤', '#E0'],
53 'EUR',
54 '€',
55 'euro',
56 {
57 'ARS': ['$AR', '$'],
58 'AUD': ['$AU', '$'],
59 'BEF': ['FB'],
60 'BMD': ['$BM', '$'],
61 'BND': ['$BN', '$'],
62 'BZD': ['$BZ', '$'],
63 'CAD': ['$CA', '$'],
64 'CLP': ['$CL', '$'],
65 'CNY': [u, '¥'],
66 'COP': ['$CO', '$'],
67 'CYP': ['£CY'],
68 'EGP': [u, '£E'],
69 'FJD': ['$FJ', '$'],
70 'FKP': ['£FK', '£'],
71 'FRF': ['F'],
72 'GBP': ['£GB', '£'],
73 'GIP': ['£GI', '£'],
74 'HKD': [u, '$'],
75 'IEP': ['£IE'],
76 'ILP': ['£IL'],
77 'ITL': ['₤IT'],
78 'JPY': [u, '¥'],
79 'KMF': [u, 'FC'],
80 'LBP': ['£LB', '£L'],
81 'MTP': ['£MT'],
82 'MXN': ['$MX', '$'],
83 'NAD': ['$NA', '$'],
84 'NIO': [u, '$C'],
85 'NZD': ['$NZ', '$'],
86 'RHD': ['$RH'],
87 'RON': [u, 'L'],
88 'RWF': [u, 'FR'],
89 'SBD': ['$SB', '$'],
90 'SGD': ['$SG', '$'],
91 'SRD': ['$SR', '$'],
92 'TOP': [u, '$T'],
93 'TTD': ['$TT', '$'],
94 'TWD': [u, 'NT$'],
95 'USD': ['$US', '$'],
96 'UYU': ['$UY', '$'],
97 'WST': ['$WS'],
98 'XCD': [u, '$'],
99 'XPF': ['FCFP'],
100 'ZMW': [u, 'Kw']
101 },
102 'ltr',
103 plural
104]
diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts
index f8ad7ce13..82f39050e 100644
--- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts
+++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts
@@ -7,7 +7,8 @@ import { AuthService, ConfirmService, Notifier, ServerService } from '@app/core'
7import { User, UserRight } from '../../../../../shared/models/users' 7import { User, UserRight } from '../../../../../shared/models/users'
8import { Account } from '@app/shared/account/account.model' 8import { Account } from '@app/shared/account/account.model'
9import { BlocklistService } from '@app/shared/blocklist' 9import { BlocklistService } from '@app/shared/blocklist'
10import { ServerConfig } from '@shared/models' 10import { ServerConfig, BulkRemoveCommentsOfBody } from '@shared/models'
11import { BulkService } from '../bulk/bulk.service'
11 12
12@Component({ 13@Component({
13 selector: 'my-user-moderation-dropdown', 14 selector: 'my-user-moderation-dropdown',
@@ -38,6 +39,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
38 private serverService: ServerService, 39 private serverService: ServerService,
39 private userService: UserService, 40 private userService: UserService,
40 private blocklistService: BlocklistService, 41 private blocklistService: BlocklistService,
42 private bulkService: BulkService,
41 private i18n: I18n 43 private i18n: I18n
42 ) { } 44 ) { }
43 45
@@ -229,6 +231,21 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
229 ) 231 )
230 } 232 }
231 233
234 async bulkRemoveCommentsOf (body: BulkRemoveCommentsOfBody) {
235 const message = this.i18n('Are you sure you want to remove all the comments of this account?')
236 const res = await this.confirmService.confirm(message, this.i18n('Delete account comments'))
237 if (res === false) return
238
239 this.bulkService.removeCommentsOf(body)
240 .subscribe(
241 () => {
242 this.notifier.success(this.i18n('Will remove comments of this account (may take several minutes).'))
243 },
244
245 err => this.notifier.error(err.message)
246 )
247 }
248
232 getRouterUserEditLink (user: User) { 249 getRouterUserEditLink (user: User) {
233 return [ '/admin', 'users', 'update', user.id ] 250 return [ '/admin', 'users', 'update', user.id ]
234 } 251 }
@@ -300,12 +317,17 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
300 description: this.i18n('Show back content from that instance for you.'), 317 description: this.i18n('Show back content from that instance for you.'),
301 isDisplayed: ({ account }) => !account.userId && account.mutedServerByInstance === true, 318 isDisplayed: ({ account }) => !account.userId && account.mutedServerByInstance === true,
302 handler: ({ account }) => this.unblockServerByUser(account.host) 319 handler: ({ account }) => this.unblockServerByUser(account.host)
320 },
321 {
322 label: this.i18n('Remove comments from your videos'),
323 description: this.i18n('Remove comments of this account from your videos.'),
324 handler: ({ account }) => this.bulkRemoveCommentsOf({ accountName: account.nameWithHost, scope: 'my-videos' })
303 } 325 }
304 ]) 326 ])
305 327
306 let instanceActions: DropdownAction<{ user: User, account: Account }>[] = [] 328 let instanceActions: DropdownAction<{ user: User, account: Account }>[] = []
307 329
308 // Instance actions 330 // Instance actions on account blocklists
309 if (authUser.hasRight(UserRight.MANAGE_ACCOUNTS_BLOCKLIST)) { 331 if (authUser.hasRight(UserRight.MANAGE_ACCOUNTS_BLOCKLIST)) {
310 instanceActions = instanceActions.concat([ 332 instanceActions = instanceActions.concat([
311 { 333 {
@@ -323,7 +345,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
323 ]) 345 ])
324 } 346 }
325 347
326 // Instance actions 348 // Instance actions on server blocklists
327 if (authUser.hasRight(UserRight.MANAGE_SERVERS_BLOCKLIST)) { 349 if (authUser.hasRight(UserRight.MANAGE_SERVERS_BLOCKLIST)) {
328 instanceActions = instanceActions.concat([ 350 instanceActions = instanceActions.concat([
329 { 351 {
@@ -341,6 +363,16 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
341 ]) 363 ])
342 } 364 }
343 365
366 if (authUser.hasRight(UserRight.REMOVE_ANY_VIDEO_COMMENT)) {
367 instanceActions = instanceActions.concat([
368 {
369 label: this.i18n('Remove comments from your instance'),
370 description: this.i18n('Remove comments of this account from your instance.'),
371 handler: ({ account }) => this.bulkRemoveCommentsOf({ accountName: account.nameWithHost, scope: 'instance' })
372 }
373 ])
374 }
375
344 if (instanceActions.length !== 0) { 376 if (instanceActions.length !== 0) {
345 this.userActions.push(instanceActions) 377 this.userActions.push(instanceActions)
346 } 378 }
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts
index 01735c187..813f76672 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -1,32 +1,30 @@
1import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes'
2import { SharedModule as PrimeSharedModule } from 'primeng/api'
3import { InputMaskModule } from 'primeng/inputmask'
4import { InputSwitchModule } from 'primeng/inputswitch'
5import { MultiSelectModule } from 'primeng/multiselect'
6import { ClipboardModule } from '@angular/cdk/clipboard'
1import { CommonModule } from '@angular/common' 7import { CommonModule } from '@angular/common'
2import { HttpClientModule } from '@angular/common/http' 8import { HttpClientModule } from '@angular/common/http'
3import { NgModule } from '@angular/core' 9import { NgModule } from '@angular/core'
4import { FormsModule, ReactiveFormsModule } from '@angular/forms' 10import { FormsModule, ReactiveFormsModule } from '@angular/forms'
5import { RouterModule } from '@angular/router' 11import { RouterModule } from '@angular/router'
6import { MarkdownTextareaComponent } from '@app/shared/forms/markdown-textarea.component' 12import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-domains-validators.service'
7import { HelpComponent } from '@app/shared/misc/help.component' 13import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface'
8import { ListOverflowComponent } from '@app/shared/misc/list-overflow.component' 14import { MyAccountVideoSettingsComponent } from '@app/+my-account/my-account-settings/my-account-video-settings'
9import { InfiniteScrollerDirective } from '@app/shared/video/infinite-scroller.directive' 15import { ActorAvatarInfoComponent } from '@app/+my-account/shared/actor-avatar-info.component'
10import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes'
11import { SharedModule as PrimeSharedModule } from 'primeng/api'
12import { AUTH_INTERCEPTOR_PROVIDER } from './auth'
13import { ButtonComponent } from './buttons/button.component'
14import { DeleteButtonComponent } from './buttons/delete-button.component'
15import { EditButtonComponent } from './buttons/edit-button.component'
16import { LoaderComponent } from './misc/loader.component'
17import { RestExtractor, RestService } from './rest'
18import { UserService } from './users'
19import { VideoAbuseService } from './video-abuse'
20import { VideoBlacklistService } from './video-blacklist'
21import { VideoOwnershipService } from './video-ownership'
22import { VideoMiniatureComponent } from './video/video-miniature.component'
23import { FeedComponent } from './video/feed.component'
24import { VideoThumbnailComponent } from './video/video-thumbnail.component'
25import { VideoService } from './video/video.service'
26import { AccountService } from '@app/shared/account/account.service' 16import { AccountService } from '@app/shared/account/account.service'
27import { VideoChannelService } from '@app/shared/video-channel/video-channel.service' 17import { FromNowPipe } from '@app/shared/angular/from-now.pipe'
28import { I18n } from '@ngx-translate/i18n-polyfill' 18import { HighlightPipe } from '@app/shared/angular/highlight.pipe'
29import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service' 19import { NumberFormatterPipe } from '@app/shared/angular/number-formatter.pipe'
20import { ObjectLengthPipe } from '@app/shared/angular/object-length.pipe'
21import { PeerTubeTemplateDirective } from '@app/shared/angular/peertube-template.directive'
22import { VideoDurationPipe } from '@app/shared/angular/video-duration-formatter.pipe'
23import { BlocklistService } from '@app/shared/blocklist'
24import { ActionDropdownComponent } from '@app/shared/buttons/action-dropdown.component'
25import { AvatarComponent } from '@app/shared/channel/avatar.component'
26import { ConfirmComponent } from '@app/shared/confirm/confirm.component'
27import { DateToggleComponent } from '@app/shared/date/date-toggle.component'
30import { 28import {
31 CustomConfigValidatorsService, 29 CustomConfigValidatorsService,
32 InstanceValidatorsService, 30 InstanceValidatorsService,
@@ -44,70 +42,72 @@ import {
44 VideoPlaylistValidatorsService, 42 VideoPlaylistValidatorsService,
45 VideoValidatorsService 43 VideoValidatorsService
46} from '@app/shared/forms' 44} from '@app/shared/forms'
47import { I18nPrimengCalendarService } from '@app/shared/i18n/i18n-primeng-calendar' 45import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
48import { InputMaskModule } from 'primeng/inputmask'
49import { ScreenService } from '@app/shared/misc/screen.service'
50import { LocalStorageService, SessionStorageService } from '@app/shared/misc/storage.service'
51import { VideoCaptionsValidatorsService } from '@app/shared/forms/form-validators/video-captions-validators.service' 46import { VideoCaptionsValidatorsService } from '@app/shared/forms/form-validators/video-captions-validators.service'
52import { VideoCaptionService } from '@app/shared/video-caption' 47import { InputReadonlyCopyComponent } from '@app/shared/forms/input-readonly-copy.component'
48import { MarkdownTextareaComponent } from '@app/shared/forms/markdown-textarea.component'
53import { PeertubeCheckboxComponent } from '@app/shared/forms/peertube-checkbox.component' 49import { PeertubeCheckboxComponent } from '@app/shared/forms/peertube-checkbox.component'
54import { VideoImportService } from '@app/shared/video-import/video-import.service' 50import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.component'
55import { ActionDropdownComponent } from '@app/shared/buttons/action-dropdown.component' 51import { I18nPrimengCalendarService } from '@app/shared/i18n/i18n-primeng-calendar'
56import { 52import { GlobalIconComponent } from '@app/shared/images/global-icon.component'
57 NgbCollapseModule, 53import { PreviewUploadComponent } from '@app/shared/images/preview-upload.component'
58 NgbDropdownModule, 54import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.component'
59 NgbModalModule, 55import { FollowService } from '@app/shared/instance/follow.service'
60 NgbPopoverModule,
61 NgbNavModule,
62 NgbTooltipModule
63} from '@ng-bootstrap/ng-bootstrap'
64import { RemoteSubscribeComponent, SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription'
65import { InstanceFeaturesTableComponent } from '@app/shared/instance/instance-features-table.component' 56import { InstanceFeaturesTableComponent } from '@app/shared/instance/instance-features-table.component'
66import { InstanceStatisticsComponent } from '@app/shared/instance/instance-statistics.component' 57import { InstanceStatisticsComponent } from '@app/shared/instance/instance-statistics.component'
67import { OverviewService } from '@app/shared/overview' 58import { InstanceService } from '@app/shared/instance/instance.service'
59import { TopMenuDropdownComponent } from '@app/shared/menu/top-menu-dropdown.component'
60import { HelpComponent } from '@app/shared/misc/help.component'
61import { ListOverflowComponent } from '@app/shared/misc/list-overflow.component'
62import { ScreenService } from '@app/shared/misc/screen.service'
63import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component'
64import { LocalStorageService, SessionStorageService } from '@app/shared/misc/storage.service'
68import { UserBanModalComponent } from '@app/shared/moderation' 65import { UserBanModalComponent } from '@app/shared/moderation'
69import { UserModerationDropdownComponent } from '@app/shared/moderation/user-moderation-dropdown.component' 66import { UserModerationDropdownComponent } from '@app/shared/moderation/user-moderation-dropdown.component'
70import { BlocklistService } from '@app/shared/blocklist' 67import { OverviewService } from '@app/shared/overview'
71import { AvatarComponent } from '@app/shared/channel/avatar.component' 68import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer'
72import { TopMenuDropdownComponent } from '@app/shared/menu/top-menu-dropdown.component' 69import { RemoteSubscribeComponent, SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription'
73import { UserHistoryService } from '@app/shared/users/user-history.service' 70import { UserHistoryService } from '@app/shared/users/user-history.service'
74import { UserNotificationService } from '@app/shared/users/user-notification.service' 71import { UserNotificationService } from '@app/shared/users/user-notification.service'
75import { UserNotificationsComponent } from '@app/shared/users/user-notifications.component' 72import { UserNotificationsComponent } from '@app/shared/users/user-notifications.component'
76import { InstanceService } from '@app/shared/instance/instance.service' 73import { VideoCaptionService } from '@app/shared/video-caption'
77import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' 74import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
78import { ConfirmComponent } from '@app/shared/confirm/confirm.component' 75import { VideoImportService } from '@app/shared/video-import/video-import.service'
79import { DateToggleComponent } from '@app/shared/date/date-toggle.component'
80import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component'
81import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
82import { PreviewUploadComponent } from '@app/shared/images/preview-upload.component'
83import { GlobalIconComponent } from '@app/shared/images/global-icon.component'
84import { VideoPlaylistMiniatureComponent } from '@app/shared/video-playlist/video-playlist-miniature.component'
85import { VideoAddToPlaylistComponent } from '@app/shared/video-playlist/video-add-to-playlist.component' 76import { VideoAddToPlaylistComponent } from '@app/shared/video-playlist/video-add-to-playlist.component'
86import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.component'
87import { VideoPlaylistElementMiniatureComponent } from '@app/shared/video-playlist/video-playlist-element-miniature.component' 77import { VideoPlaylistElementMiniatureComponent } from '@app/shared/video-playlist/video-playlist-element-miniature.component'
88import { VideosSelectionComponent } from '@app/shared/video/videos-selection.component' 78import { VideoPlaylistMiniatureComponent } from '@app/shared/video-playlist/video-playlist-miniature.component'
89import { NumberFormatterPipe } from '@app/shared/angular/number-formatter.pipe' 79import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
90import { VideoDurationPipe } from '@app/shared/angular/video-duration-formatter.pipe' 80import { InfiniteScrollerDirective } from '@app/shared/video/infinite-scroller.directive'
91import { ObjectLengthPipe } from '@app/shared/angular/object-length.pipe'
92import { FromNowPipe } from '@app/shared/angular/from-now.pipe'
93import { HighlightPipe } from '@app/shared/angular/highlight.pipe'
94import { PeerTubeTemplateDirective } from '@app/shared/angular/peertube-template.directive'
95import { VideoActionsDropdownComponent } from '@app/shared/video/video-actions-dropdown.component'
96import { VideoBlacklistComponent } from '@app/shared/video/modals/video-blacklist.component' 81import { VideoBlacklistComponent } from '@app/shared/video/modals/video-blacklist.component'
97import { VideoDownloadComponent } from '@app/shared/video/modals/video-download.component' 82import { VideoDownloadComponent } from '@app/shared/video/modals/video-download.component'
98import { VideoReportComponent } from '@app/shared/video/modals/video-report.component' 83import { VideoReportComponent } from '@app/shared/video/modals/video-report.component'
99import { FollowService } from '@app/shared/instance/follow.service'
100import { MultiSelectModule } from 'primeng/multiselect'
101import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.component'
102import { InputReadonlyCopyComponent } from '@app/shared/forms/input-readonly-copy.component'
103import { RedundancyService } from '@app/shared/video/redundancy.service' 84import { RedundancyService } from '@app/shared/video/redundancy.service'
104import { ClipboardModule } from '@angular/cdk/clipboard' 85import { VideoActionsDropdownComponent } from '@app/shared/video/video-actions-dropdown.component'
105import { InputSwitchModule } from 'primeng/inputswitch' 86import { VideosSelectionComponent } from '@app/shared/video/videos-selection.component'
106 87import {
107import { MyAccountVideoSettingsComponent } from '@app/+my-account/my-account-settings/my-account-video-settings' 88 NgbCollapseModule,
108import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' 89 NgbDropdownModule,
109import { ActorAvatarInfoComponent } from '@app/+my-account/shared/actor-avatar-info.component' 90 NgbModalModule,
110import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-domains-validators.service' 91 NgbNavModule,
92 NgbPopoverModule,
93 NgbTooltipModule
94} from '@ng-bootstrap/ng-bootstrap'
95import { I18n } from '@ngx-translate/i18n-polyfill'
96import { AUTH_INTERCEPTOR_PROVIDER } from './auth'
97import { BulkService } from './bulk/bulk.service'
98import { ButtonComponent } from './buttons/button.component'
99import { DeleteButtonComponent } from './buttons/delete-button.component'
100import { EditButtonComponent } from './buttons/edit-button.component'
101import { LoaderComponent } from './misc/loader.component'
102import { RestExtractor, RestService } from './rest'
103import { UserService } from './users'
104import { VideoAbuseService } from './video-abuse'
105import { VideoBlacklistService } from './video-blacklist'
106import { VideoOwnershipService } from './video-ownership'
107import { FeedComponent } from './video/feed.component'
108import { VideoMiniatureComponent } from './video/video-miniature.component'
109import { VideoThumbnailComponent } from './video/video-thumbnail.component'
110import { VideoService } from './video/video.service'
111 111
112@NgModule({ 112@NgModule({
113 imports: [ 113 imports: [
@@ -313,6 +313,7 @@ import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-d
313 BlocklistService, 313 BlocklistService,
314 UserHistoryService, 314 UserHistoryService,
315 InstanceService, 315 InstanceService,
316 BulkService,
316 317
317 MarkdownService, 318 MarkdownService,
318 LinkifierService, 319 LinkifierService,
diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf
index 14890f744..fdb86bec7 100644
--- a/client/src/locale/angular.ar-001.xlf
+++ b/client/src/locale/angular.ar-001.xlf
@@ -51,18 +51,18 @@
51 <context-group name="null"> 51 <context-group name="null">
52 <context context-type="linenumber">7</context> 52 <context context-type="linenumber">7</context>
53 </context-group> 53 </context-group>
54 54 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">5</context></context-group>
55 55 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">6</context></context-group>
56 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">6</context></context-group></trans-unit> 56 </trans-unit>
57 <trans-unit id="ngb.datepicker.select-year"> 57 <trans-unit id="ngb.datepicker.select-year">
58 <source>Select year</source> 58 <source>Select year</source>
59 <target>أختر السنة</target> 59 <target>أختر السنة</target>
60 <context-group name="null"> 60 <context-group name="null">
61 <context context-type="linenumber">16</context> 61 <context context-type="linenumber">16</context>
62 </context-group> 62 </context-group>
63 63 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">13</context></context-group>
64 64 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">14</context></context-group>
65 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">14</context></context-group></trans-unit> 65 </trans-unit>
66 <trans-unit id="ngb.pagination.first"> 66 <trans-unit id="ngb.pagination.first">
67 <source>««</source> 67 <source>««</source>
68 <target>»»</target> 68 <target>»»</target>
@@ -109,32 +109,32 @@
109 <context-group name="null"> 109 <context-group name="null">
110 <context context-type="linenumber">23</context> 110 <context context-type="linenumber">23</context>
111 </context-group> 111 </context-group>
112 112 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">24</context></context-group>
113 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 113 </trans-unit>
114 <trans-unit id="ngb.pagination.next-aria"> 114 <trans-unit id="ngb.pagination.next-aria">
115 <source>Next</source> 115 <source>Next</source>
116 <target>التالي</target> 116 <target>التالي</target>
117 <context-group name="null"> 117 <context-group name="null">
118 <context context-type="linenumber">41</context> 118 <context context-type="linenumber">41</context>
119 </context-group> 119 </context-group>
120 120 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">44</context></context-group>
121 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 121 </trans-unit>
122 <trans-unit id="ngb.pagination.last-aria"> 122 <trans-unit id="ngb.pagination.last-aria">
123 <source>Last</source> 123 <source>Last</source>
124 <target>الأخير</target> 124 <target>الأخير</target>
125 <context-group name="null"> 125 <context-group name="null">
126 <context context-type="linenumber">49</context> 126 <context context-type="linenumber">49</context>
127 </context-group> 127 </context-group>
128 128 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">53</context></context-group>
129 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">53</context></context-group></trans-unit> 129 </trans-unit>
130 <trans-unit id="ngb.progressbar.value"> 130 <trans-unit id="ngb.progressbar.value">
131 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source> 131 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
132 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target> 132 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
133 <context-group name="null"> 133 <context-group name="null">
134 <context context-type="linenumber">6</context> 134 <context context-type="linenumber">6</context>
135 </context-group> 135 </context-group>
136 136 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">7</context></context-group>
137 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">7</context></context-group></trans-unit> 137 </trans-unit>
138 <trans-unit id="ngb.timepicker.increment-hours"> 138 <trans-unit id="ngb.timepicker.increment-hours">
139 <source>Increment hours</source> 139 <source>Increment hours</source>
140 <target>زيادة الساعات</target> 140 <target>زيادة الساعات</target>
@@ -149,104 +149,104 @@
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">12</context> 150 <context context-type="linenumber">12</context>
151 </context-group> 151 </context-group>
152 152 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">13</context></context-group>
153 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">13</context></context-group></trans-unit> 153 </trans-unit>
154 <trans-unit id="ngb.timepicker.hours"> 154 <trans-unit id="ngb.timepicker.hours">
155 <source>Hours</source> 155 <source>Hours</source>
156 <target>ساعات</target> 156 <target>ساعات</target>
157 <context-group name="null"> 157 <context-group name="null">
158 <context context-type="linenumber">14</context> 158 <context context-type="linenumber">14</context>
159 </context-group> 159 </context-group>
160 160 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">15</context></context-group>
161 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">15</context></context-group></trans-unit> 161 </trans-unit>
162 <trans-unit id="ngb.timepicker.decrement-hours"> 162 <trans-unit id="ngb.timepicker.decrement-hours">
163 <source>Decrement hours</source> 163 <source>Decrement hours</source>
164 <target>إنقاص الساعات</target> 164 <target>إنقاص الساعات</target>
165 <context-group name="null"> 165 <context-group name="null">
166 <context context-type="linenumber">21</context> 166 <context context-type="linenumber">21</context>
167 </context-group> 167 </context-group>
168 168 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">23</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 169 </trans-unit>
170 <trans-unit id="ngb.timepicker.increment-minutes"> 170 <trans-unit id="ngb.timepicker.increment-minutes">
171 <source>Increment minutes</source> 171 <source>Increment minutes</source>
172 <target>زيادة الدقائق</target> 172 <target>زيادة الدقائق</target>
173 <context-group name="null"> 173 <context-group name="null">
174 <context context-type="linenumber">30</context> 174 <context context-type="linenumber">30</context>
175 </context-group> 175 </context-group>
176 176 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">32</context></context-group>
177 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 177 </trans-unit>
178 <trans-unit id="ngb.timepicker.MM"> 178 <trans-unit id="ngb.timepicker.MM">
179 <source>MM</source> 179 <source>MM</source>
180 <target>دقيقة</target> 180 <target>دقيقة</target>
181 <context-group name="null"> 181 <context-group name="null">
182 <context context-type="linenumber">33</context> 182 <context context-type="linenumber">33</context>
183 </context-group> 183 </context-group>
184 184 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">35</context></context-group>
185 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 185 </trans-unit>
186 <trans-unit id="ngb.timepicker.minutes"> 186 <trans-unit id="ngb.timepicker.minutes">
187 <source>Minutes</source> 187 <source>Minutes</source>
188 <target>دقائق</target> 188 <target>دقائق</target>
189 <context-group name="null"> 189 <context-group name="null">
190 <context context-type="linenumber">35</context> 190 <context context-type="linenumber">35</context>
191 </context-group> 191 </context-group>
192 192 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">37</context></context-group>
193 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 193 </trans-unit>
194 <trans-unit id="ngb.timepicker.decrement-minutes"> 194 <trans-unit id="ngb.timepicker.decrement-minutes">
195 <source>Decrement minutes</source> 195 <source>Decrement minutes</source>
196 <target>إنقاص الدقائق</target> 196 <target>إنقاص الدقائق</target>
197 <context-group name="null"> 197 <context-group name="null">
198 <context context-type="linenumber">42</context> 198 <context context-type="linenumber">42</context>
199 </context-group> 199 </context-group>
200 200 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">45</context></context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.increment-seconds"> 202 <trans-unit id="ngb.timepicker.increment-seconds">
203 <source>Increment seconds</source> 203 <source>Increment seconds</source>
204 <target>زيادة الثواني</target> 204 <target>زيادة الثواني</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">51</context> 206 <context context-type="linenumber">51</context>
207 </context-group> 207 </context-group>
208 208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">54</context></context-group>
209 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">54</context></context-group></trans-unit> 209 </trans-unit>
210 <trans-unit id="ngb.timepicker.SS"> 210 <trans-unit id="ngb.timepicker.SS">
211 <source>SS</source> 211 <source>SS</source>
212 <target>ثانية</target> 212 <target>ثانية</target>
213 <context-group name="null"> 213 <context-group name="null">
214 <context context-type="linenumber">54</context> 214 <context context-type="linenumber">54</context>
215 </context-group> 215 </context-group>
216 216 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">57</context></context-group>
217 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 217 </trans-unit>
218 <trans-unit id="ngb.timepicker.seconds"> 218 <trans-unit id="ngb.timepicker.seconds">
219 <source>Seconds</source> 219 <source>Seconds</source>
220 <target>ثواني</target> 220 <target>ثواني</target>
221 <context-group name="null"> 221 <context-group name="null">
222 <context context-type="linenumber">56</context> 222 <context context-type="linenumber">56</context>
223 </context-group> 223 </context-group>
224 224 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">59</context></context-group>
225 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 225 </trans-unit>
226 <trans-unit id="ngb.timepicker.decrement-seconds"> 226 <trans-unit id="ngb.timepicker.decrement-seconds">
227 <source>Decrement seconds</source> 227 <source>Decrement seconds</source>
228 <target>إنقاص الثواني</target> 228 <target>إنقاص الثواني</target>
229 <context-group name="null"> 229 <context-group name="null">
230 <context context-type="linenumber">63</context> 230 <context context-type="linenumber">63</context>
231 </context-group> 231 </context-group>
232 232 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">67</context></context-group>
233 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 233 </trans-unit>
234 <trans-unit id="ngb.timepicker.PM"> 234 <trans-unit id="ngb.timepicker.PM">
235 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source> 235 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
236 <target state="new"><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target> 236 <target state="new"><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target>
237 <context-group name="null"> 237 <context-group name="null">
238 <context context-type="linenumber">71</context> 238 <context context-type="linenumber">71</context>
239 </context-group> 239 </context-group>
240 240 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">76</context></context-group>
241 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 241 </trans-unit>
242 <trans-unit id="ngb.timepicker.AM"> 242 <trans-unit id="ngb.timepicker.AM">
243 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source> 243 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
244 <target state="new"><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target> 244 <target state="new"><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target>
245 <context-group name="null"> 245 <context-group name="null">
246 <context context-type="linenumber">72</context> 246 <context context-type="linenumber">72</context>
247 </context-group> 247 </context-group>
248 248 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">77</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">77</context></context-group></trans-unit> 249 </trans-unit>
250 <trans-unit id="ngb.toast.close-aria" datatype="html"> 250 <trans-unit id="ngb.toast.close-aria" datatype="html">
251 <source>Close</source> 251 <source>Close</source>
252 <target state="translated">اغلق</target> 252 <target state="translated">اغلق</target>
@@ -257,25 +257,25 @@
257 </trans-unit> 257 </trans-unit>
258 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c"> 258 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
259 <source>You don't have notifications.</source> 259 <source>You don't have notifications.</source>
260 <target>ليس لديك إشعارات</target> 260 <target>ليس لديك إشعارات.</target>
261 <context-group name="null"> 261 <context-group name="null">
262 <context context-type="linenumber">1</context> 262 <context context-type="linenumber">1</context>
263 </context-group> 263 </context-group>
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit><trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 265 </trans-unit>
266 <source> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
268 </source><target state="new"> 268 <target state="new">
269 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 269 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
270 </target> 270 </target>
271 <context-group purpose="location"> 271 <context-group purpose="location">
272 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 272 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
273 <context context-type="linenumber">15</context> 273 <context context-type="linenumber">15</context>
274 </context-group> 274 </context-group>
275 </trans-unit><trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html"> 275 </trans-unit>
276 <source> 276 <trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html">
277 The notification concerns a video now unavailable 277 <source>The notification concerns a video now unavailable</source>
278 </source><target state="new"> 278 <target state="new">
279 The notification concerns a video now unavailable 279 The notification concerns a video now unavailable
280 </target> 280 </target>
281 <context-group purpose="location"> 281 <context-group purpose="location">
@@ -283,48 +283,47 @@
283 <context context-type="linenumber">23</context> 283 <context context-type="linenumber">23</context>
284 </context-group> 284 </context-group>
285 </trans-unit> 285 </trans-unit>
286
287 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 286 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source> 287 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source>
289 <target state="new"> 288 <target state="new">
290 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted 289 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
291 </target> 290 </target>
292 291 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 292 </trans-unit>
294 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 293 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
295 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source> 294 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source>
296 <target state="new"> 295 <target state="new">
297 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted 296 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
298 </target> 297 </target>
299 298 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 299 </trans-unit>
301 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 300 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
302 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 301 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
303 <target state="new"> 302 <target state="new">
304 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 303 <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;"/>
305 </target> 304 </target>
306 305 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 306 </trans-unit>
308 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 307 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
309 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 308 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
310 <target state="new"> 309 <target state="new">
311 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 310 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
312 </target> 311 </target>
313 312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 313 </trans-unit>
315 <source> 314 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
316 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 315 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
317 </source><target state="new"> 316 <target state="new">
318 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 317 <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;"/>
319 </target> 318 </target>
320 <context-group purpose="location"> 319 <context-group purpose="location">
321 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 320 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
322 <context context-type="linenumber">69</context> 321 <context context-type="linenumber">69</context>
323 </context-group> 322 </context-group>
324 </trans-unit><trans-unit id="4d2311a5156bd322cc7e2ebafcf6063ba8232e63" datatype="html"> 323 </trans-unit>
325 <source> 324 <trans-unit id="4d2311a5156bd322cc7e2ebafcf6063ba8232e63" datatype="html">
326 The notification concerns a comment now unavailable 325 <source>The notification concerns a comment now unavailable</source>
327 </source><target state="new"> 326 <target state="new">
328 The notification concerns a comment now unavailable 327 The notification concerns a comment now unavailable
329 </target> 328 </target>
330 <context-group purpose="location"> 329 <context-group purpose="location">
@@ -332,90 +331,82 @@
332 <context context-type="linenumber">77</context> 331 <context context-type="linenumber">77</context>
333 </context-group> 332 </context-group>
334 </trans-unit> 333 </trans-unit>
335
336 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 334 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
337 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source> 335 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source>
338 <target state="new"> 336 <target state="new">
339 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published 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;"/> has been published
340 </target> 338 </target>
341 339 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 340 </trans-unit>
343 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 341 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
344 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
345 <target state="new"> 343 <target state="new">
346 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 344 <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
347 </target> 345 </target>
348 346 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 347 </trans-unit>
350 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 348 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
351 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 349 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
352 <target state="new"> 350 <target state="new">
353 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 351 <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
354 </target> 352 </target>
355 353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group></trans-unit><trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 354 </trans-unit>
357 <source> 355 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
358 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance 356 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source>
359 </source><target state="new"> 357 <target state="new">
360 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance 358 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance
361 </target> 359 </target>
362 <context-group purpose="location"> 360 <context-group purpose="location">
363 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 361 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
364 <context context-type="linenumber">110</context> 362 <context context-type="linenumber">110</context>
365 </context-group> 363 </context-group>
366 </trans-unit> 364 </trans-unit>
367
368 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 365 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
369 <source> 366 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
370 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
371
372 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
373 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
374 </source>
375 <target state="new"> 367 <target state="new">
376 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 368 <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
377 369
378 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 370 <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;"/>
379 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 371 <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;"/>
380 </target> 372 </target>
381 373 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group></trans-unit> 374 </trans-unit>
383 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 375 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
384 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 376 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
385 <target state="new"> 377 <target state="new">
386 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 378 <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;"/>
387 </target> 379 </target>
388 380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group></trans-unit> 381 </trans-unit>
390 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 382 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
391 <source> 383 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
392 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
393 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
394 </source>
395 <target state="new"> 384 <target state="new">
396 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 385 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
397 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 386 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
398 </target> 387 </target>
399 388 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group></trans-unit> 389 </trans-unit>
401 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 390 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
402 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 391 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
403 <target state="new"> 392 <target state="new">
404 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 393 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
405 </target> 394 </target>
406 395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group></trans-unit><trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 396 </trans-unit>
408 <source> 397 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
409 The notification points to a content now unavailable 398 <source>The notification points to a content now unavailable</source>
410 </source><target state="new"> 399 <target state="new">
411 The notification points to a content now unavailable 400 The notification points to a content now unavailable
412 </target> 401 </target>
413 <context-group purpose="location"> 402 <context-group purpose="location">
414 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 403 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
415 <context context-type="linenumber">158</context> 404 <context context-type="linenumber">158</context>
416 </context-group> 405 </context-group>
417 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html"> 406 </trans-unit>
418 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target> 407 <trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
408 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source>
409 <target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
419 <context-group purpose="location"> 410 <context-group purpose="location">
420 <context context-type="sourcefile">src/app/shared/buttons/action-dropdown.component.html</context> 411 <context context-type="sourcefile">src/app/shared/buttons/action-dropdown.component.html</context>
421 <context context-type="linenumber">22</context> 412 <context context-type="linenumber">22</context>
@@ -432,29 +423,34 @@
432 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 423 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
433 <source>Options</source> 424 <source>Options</source>
434 <target state="translated">الخيارات</target> 425 <target state="translated">الخيارات</target>
435 426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group>
436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 427 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group>
428 </trans-unit>
437 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 429 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
438 <source>Start at</source> 430 <source>Start at</source>
439 <target state="new">Start at</target> 431 <target state="new">Start at</target>
440 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group>
441 433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
442 434 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group>
443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 435 </trans-unit>
444 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 436 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
445 <source>Stop at</source> 437 <source>Stop at</source>
446 <target state="new">Stop at</target> 438 <target state="new">Stop at</target>
447 439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group>
448 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group>
449 441 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group>
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 442 </trans-unit>
451 <source>Search playlists</source><target state="new">Search playlists</target> 443 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
444 <source>Search playlists</source>
445 <target state="new">Search playlists</target>
452 <context-group purpose="location"> 446 <context-group purpose="location">
453 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 447 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
454 <context context-type="linenumber">45</context> 448 <context context-type="linenumber">45</context>
455 </context-group> 449 </context-group>
456 </trans-unit><trans-unit id="19fc45e7e0cab63a8c4422ea7158bf5c6228cee4" datatype="html"> 450 </trans-unit>
457 <source>Create a private playlist</source><target state="new">Create a private playlist</target> 451 <trans-unit id="19fc45e7e0cab63a8c4422ea7158bf5c6228cee4" datatype="html">
452 <source>Create a private playlist</source>
453 <target state="new">Create a private playlist</target>
458 <context-group purpose="location"> 454 <context-group purpose="location">
459 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 455 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
460 <context context-type="linenumber">65</context> 456 <context context-type="linenumber">65</context>
@@ -466,80 +462,97 @@
466 <context-group name="null"> 462 <context-group name="null">
467 <context context-type="linenumber">4</context> 463 <context context-type="linenumber">4</context>
468 </context-group> 464 </context-group>
469 465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group>
470 466 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group>
471 467 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group>
472 468 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group>
473 469 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group>
474 470 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group>
475 471 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group>
476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 472 </trans-unit>
477 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
478 <source>Create</source> 474 <source>Create</source>
479 <target>إنشاء</target> 475 <target>إنشاء</target>
480 <context-group name="null"> 476 <context-group name="null">
481 <context context-type="linenumber">74</context> 477 <context context-type="linenumber">74</context>
482 </context-group> 478 </context-group>
483 479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group>
485 <source>video</source><target state="new">video</target> 481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group>
486 482 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group>
487 483 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group>
488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 484 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
489 <source>subtitles</source><target state="new">subtitles</target> 485 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
486 </trans-unit>
487 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
488 <source>video</source>
489 <target state="new">video</target>
490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group>
491 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group>
492 </trans-unit>
493 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
494 <source>subtitles</source>
495 <target state="new">subtitles</target>
490 <context-group purpose="location"> 496 <context-group purpose="location">
491 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 497 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
492 <context context-type="linenumber">11</context> 498 <context context-type="linenumber">11</context>
493 </context-group> 499 </context-group>
494 </trans-unit><trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html"> 500 </trans-unit>
495 <source>Format</source><target state="new">Format</target> 501 <trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html">
496 502 <source>Format</source>
497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="be745b3dc0df310871766eb6c8f78c3ce652a2b4" datatype="html"> 503 <target state="new">Format</target>
498 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></target> 504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">45</context></context-group>
499 505 </trans-unit>
500 506 <trans-unit id="be745b3dc0df310871766eb6c8f78c3ce652a2b4" datatype="html">
501 507 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></source>
502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">73</context></context-group></trans-unit><trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html"> 508 <target state="new"><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></target>
503 <source>Video stream</source><target state="new">Video stream</target> 509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">49</context></context-group>
504 510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">61</context></context-group>
505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html"> 511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">73</context></context-group>
506 <source>Audio stream</source><target state="new">Audio stream</target> 512 </trans-unit>
507 513 <trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html">
508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit> 514 <source>Video stream</source>
509 515 <target state="new">Video stream</target>
516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">57</context></context-group>
517 </trans-unit>
518 <trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html">
519 <source>Audio stream</source>
520 <target state="new">Audio stream</target>
521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">69</context></context-group>
522 </trans-unit>
510 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 523 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
511 <source>Direct download</source> 524 <source>Direct download</source>
512 <target>تنزيل مباشِر</target> 525 <target>تنزيل مباشِر</target>
513 <context-group name="null"> 526 <context-group name="null">
514 <context context-type="linenumber">27</context> 527 <context context-type="linenumber">27</context>
515 </context-group> 528 </context-group>
516 529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">87</context></context-group>
517 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 530 </trans-unit>
518 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 531 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
519 <source>Torrent (.torrent file)</source> 532 <source>Torrent (.torrent file)</source>
520 <target>ملف تورنت</target> 533 <target>ملف تورنت</target>
521 <context-group name="null"> 534 <context-group name="null">
522 <context context-type="linenumber">32</context> 535 <context context-type="linenumber">32</context>
523 </context-group> 536 </context-group>
524 537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">92</context></context-group>
525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 538 </trans-unit>
526 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 539 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
527 <source>Cancel</source> 540 <source>Cancel</source>
528 <target>إلغاء</target> 541 <target>إلغاء</target>
529 <context-group name="null"> 542 <context-group name="null">
530 <context context-type="linenumber">47</context> 543 <context context-type="linenumber">47</context>
531 </context-group> 544 </context-group>
532 545 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group>
533 546 </trans-unit>
534 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
535 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 547 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
536 <source>Download</source> 548 <source>Download</source>
537 <target>تنزيل</target> 549 <target>تنزيل</target>
538 <context-group name="null"> 550 <context-group name="null">
539 <context context-type="linenumber">43</context> 551 <context context-type="linenumber">43</context>
540 </context-group> 552 </context-group>
541 553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">4</context></context-group>
542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">104</context></context-group></trans-unit> 554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">104</context></context-group>
555 </trans-unit>
543 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 556 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
544 <source>Report video</source> 557 <source>Report video</source>
545 <target>الإبلاغ عن الفيديو</target> 558 <target>الإبلاغ عن الفيديو</target>
@@ -547,51 +560,47 @@
547 <context context-type="linenumber">3</context> 560 <context context-type="linenumber">3</context>
548 </context-group> 561 </context-group>
549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
550 </trans-unit><trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 563 </trans-unit>
551 <source> 564 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
552 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. 565 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source>
553 </source><target state="new"> 566 <target state="new">
554 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. 567 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>.
555 </target> 568 </target>
556 <context-group purpose="location"> 569 <context-group purpose="location">
557 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 570 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
558 <context context-type="linenumber">9</context> 571 <context context-type="linenumber">9</context>
559 </context-group> 572 </context-group>
560 </trans-unit> 573 </trans-unit>
561
562 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 574 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
563 <source>Reason...</source> 575 <source>Reason...</source>
564 <target>السبب…</target> 576 <target>السبب…</target>
565 <context-group name="null"> 577 <context-group name="null">
566 <context context-type="linenumber">11</context> 578 <context context-type="linenumber">11</context>
567 </context-group> 579 </context-group>
568 580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">16</context></context-group>
569 581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">12</context></context-group>
570 582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">12</context></context-group>
571 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 583 </trans-unit>
572 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 584 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
573 <source>Cancel</source> 585 <source>Cancel</source>
574 <target>إلغاء</target> 586 <target>إلغاء</target>
575 <context-group name="null"> 587 <context-group name="null">
576 <context context-type="linenumber">47</context> 588 <context context-type="linenumber">47</context>
577 </context-group> 589 </context-group>
578 590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">15</context></context-group>
579 591 </trans-unit>
580
581
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
583 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 592 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
584 <source>Submit</source> 593 <source>Submit</source>
585 <target>إرسال</target> 594 <target>إرسال</target>
586 <context-group name="null"> 595 <context-group name="null">
587 <context context-type="linenumber">52</context> 596 <context context-type="linenumber">52</context>
588 </context-group> 597 </context-group>
589 598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">31</context></context-group>
590 599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">38</context></context-group>
591 600 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">27</context></context-group>
592 601 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">30</context></context-group>
593 602 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">53</context></context-group>
594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 603 </trans-unit>
595 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 604 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
596 <source>Blacklist video</source> 605 <source>Blacklist video</source>
597 <target>حجب الفيديو</target> 606 <target>حجب الفيديو</target>
@@ -599,50 +608,54 @@
599 <context context-type="linenumber">3</context> 608 <context context-type="linenumber">3</context>
600 </context-group> 609 </context-group>
601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">3</context></context-group> 610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">3</context></context-group>
602 </trans-unit><trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html"> 611 </trans-unit>
603 <source>This will ask remote instances to delete it</source><target state="new">This will ask remote instances to delete it</target> 612 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html">
604 613 <source>This will ask remote instances to delete it</source>
605 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html"> 614 <target state="new">This will ask remote instances to delete it</target>
606 <source>Unfederate the video</source><target state="new">Unfederate the video</target> 615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group>
607 616 </trans-unit>
608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 617 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html">
609 618 <source>Unfederate the video</source>
619 <target state="new">Unfederate the video</target>
620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group>
621 </trans-unit>
610 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 622 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
611 <source>Unlisted</source> 623 <source>Unlisted</source>
612 <target>غير مفهرس</target> 624 <target>غير مفهرس</target>
613 <context-group name="null"> 625 <context-group name="null">
614 <context context-type="linenumber">6</context> 626 <context context-type="linenumber">6</context>
615 </context-group> 627 </context-group>
616 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group>
617 629 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group>
618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 630 </trans-unit>
619 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 631 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
620 <source>Private</source> 632 <source>Private</source>
621 <target>خاص</target> 633 <target>خاص</target>
622 <context-group name="null"> 634 <context-group name="null">
623 <context context-type="linenumber">7</context> 635 <context context-type="linenumber">7</context>
624 </context-group> 636 </context-group>
625 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group>
626 638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group>
627 639 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group>
628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 640 </trans-unit>
629 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 641 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
630 642 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 643 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
632 644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group>
645 </trans-unit>
633 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 646 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
634 <source>Blacklisted</source> 647 <source>Blacklisted</source>
635 <target>تم حجبه</target> 648 <target>تم حجبه</target>
636 <context-group name="null"> 649 <context-group name="null">
637 <context context-type="linenumber">42</context> 650 <context context-type="linenumber">42</context>
638 </context-group> 651 </context-group>
639 652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group>
640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 653 </trans-unit>
641 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 654 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
642 <source>Sensitive</source> 655 <source>Sensitive</source>
643 <target state="translated">حساسة</target> 656 <target state="translated">حساسة</target>
644 657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group>
645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 658 </trans-unit>
646 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 659 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
647 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 660 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
648 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 661 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -680,85 +693,93 @@
680 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 693 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
681 <source>Deleted</source> 694 <source>Deleted</source>
682 <target state="new">Deleted</target> 695 <target state="new">Deleted</target>
683 696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group>
684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 697 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group>
698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group>
699 </trans-unit>
685 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
686 <source>Edit starts/stops at</source> 701 <source>Edit starts/stops at</source>
687 <target state="new">Edit starts/stops at</target> 702 <target state="new">Edit starts/stops at</target>
688 703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group>
689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 704 </trans-unit>
690 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 705 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
691 <source>Save</source> 706 <source>Save</source>
692 <target>حفظ</target> 707 <target>حفظ</target>
693 <context-group name="null"> 708 <context-group name="null">
694 <context context-type="linenumber">15</context> 709 <context context-type="linenumber">15</context>
695 </context-group> 710 </context-group>
696 711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group>
697 712 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group>
698 713 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group>
699 714 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 715 </trans-unit>
701 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 716 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
702 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 717 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
703 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 718 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
704 719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group>
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 720 </trans-unit>
706 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 721 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
707 <source>No results.</source> 722 <source>No results.</source>
708 <target>لا نتج</target> 723 <target>لا تو ية نتية.</target>
709 <context-group name="null"> 724 <context-group name="null">
710 <context context-type="linenumber">20</context> 725 <context context-type="linenumber">20</context>
711 </context-group> 726 </context-group>
712 727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group>
713 728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group>
714 729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group>
715 730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group>
716 731 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group>
717 732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group>
718 733 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group>
719 734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group>
720 735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group>
721 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 736 </trans-unit>
722 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 737 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
723 <source>Delete</source> 738 <source>Delete</source>
724 <target>حذف</target> 739 <target>حذف</target>
725 <context-group name="null"> 740 <context-group name="null">
726 <context context-type="linenumber">13</context> 741 <context context-type="linenumber">13</context>
727 </context-group> 742 </context-group>
728 743 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group>
729 744 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group>
730 745 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group>
731 746 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group>
732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 747 </trans-unit>
733 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 748 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
734 <source>Edit</source> 749 <source>Edit</source>
735 <target>تحرير</target> 750 <target>تحرير</target>
736 <context-group name="null"> 751 <context-group name="null">
737 <context context-type="linenumber">63</context> 752 <context context-type="linenumber">63</context>
738 </context-group> 753 </context-group>
739 754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group>
740 755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group>
741 756 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group>
742 757 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">40</context></context-group>
743 758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group>
744 759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group>
745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 760 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group>
761 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group>
762 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group>
763 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group>
764 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group>
765 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group>
766 </trans-unit>
746 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 767 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
747 <source>Truncated preview</source> 768 <source>Truncated preview</source>
748 <target>معاينة مقتطعة</target> 769 <target>معاينة مقتطعة</target>
749 <context-group name="null"> 770 <context-group name="null">
750 <context context-type="linenumber">9</context> 771 <context context-type="linenumber">9</context>
751 </context-group> 772 </context-group>
752 773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group>
753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 774 </trans-unit>
754 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196"> 775 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
755 <source>Complete preview</source> 776 <source>Complete preview</source>
756 <target>معاينة كاملة</target> 777 <target>معاينة كاملة</target>
757 <context-group name="null"> 778 <context-group name="null">
758 <context context-type="linenumber">13</context> 779 <context context-type="linenumber">13</context>
759 </context-group> 780 </context-group>
760 781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">19</context></context-group>
761 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 782 </trans-unit>
762 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f"> 783 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
763 <source>Get help</source> 784 <source>Get help</source>
764 <target>الحصول على مساعدة</target> 785 <target>الحصول على مساعدة</target>
@@ -766,65 +787,62 @@
766 <context context-type="linenumber">29</context> 787 <context context-type="linenumber">29</context>
767 </context-group> 788 </context-group>
768 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.html</context><context context-type="linenumber">29</context></context-group> 789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.html</context><context context-type="linenumber">29</context></context-group>
769 </trans-unit><trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html"> 790 </trans-unit>
770 <source>Recommended</source><target state="new">Recommended</target> 791 <trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html">
792 <source>Recommended</source>
793 <target state="new">Recommended</target>
771 <context-group purpose="location"> 794 <context-group purpose="location">
772 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context> 795 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context>
773 <context context-type="linenumber">33</context> 796 <context context-type="linenumber">33</context>
774 </context-group> 797 </context-group>
775 </trans-unit> 798 </trans-unit>
776
777
778
779 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66"> 799 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
780 <source>Using an ActivityPub account</source> 800 <source>Using an ActivityPub account</source>
781 <target>مستخدماً حساب ActivityPub</target> 801 <target>مستخدماً حساب ActivityPub</target>
782 <context-group name="null"> 802 <context-group name="null">
783 <context context-type="linenumber">36</context> 803 <context context-type="linenumber">36</context>
784 </context-group> 804 </context-group>
785 805 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">50</context></context-group>
786 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html"> 806 </trans-unit>
787 <source>Subscribe with an account on this instance</source><target state="new">Subscribe with an account on this instance</target> 807 <trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html">
808 <source>Subscribe with an account on this instance</source>
809 <target state="new">Subscribe with an account on this instance</target>
788 <context-group purpose="location"> 810 <context-group purpose="location">
789 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 811 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
790 <context context-type="linenumber">53</context> 812 <context context-type="linenumber">53</context>
791 </context-group> 813 </context-group>
792 </trans-unit> 814 </trans-unit>
793
794 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0"> 815 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
795 <source>Subscribe with your local account</source> 816 <source>Subscribe with your local account</source>
796 <target>إشترك مستخدماً حسابك المحلي</target> 817 <target>إشترك مستخدماً حسابك المحلي</target>
797 <context-group name="null"> 818 <context-group name="null">
798 <context context-type="linenumber">40</context> 819 <context context-type="linenumber">40</context>
799 </context-group> 820 </context-group>
800 821 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">54</context></context-group>
801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit> 822 </trans-unit>
802 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed"> 823 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
803 <source>Subscribe with a Mastodon account:</source> 824 <source>Subscribe with a Mastodon account:</source>
804 <target>شترك مخدما سابك عل Mastodon</target> 825 <target>شترك حسابك عل ماستدون:</target>
805 <context-group name="null"> 826 <context-group name="null">
806 <context context-type="linenumber">43</context> 827 <context context-type="linenumber">43</context>
807 </context-group> 828 </context-group>
808 829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group>
809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 830 </trans-unit>
810 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1" datatype="html"> 831 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1" datatype="html">
811 <source>Using a syndication feed</source> 832 <source>Using a syndication feed</source>
812 <target state="new">Using a syndication feed</target> 833 <target state="new">Using a syndication feed</target>
813 834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">62</context></context-group>
814 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">62</context></context-group></trans-unit> 835 </trans-unit>
815 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a" datatype="html"> 836 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a" datatype="html">
816 <source>Subscribe via RSS</source> 837 <source>Subscribe via RSS</source>
817 <target state="new">Subscribe via RSS</target> 838 <target state="new">Subscribe via RSS</target>
818 839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
819 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 840 </trans-unit>
820 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 841 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
821 <source> 842 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
822 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
823 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
824 </source>
825 <target state="new"> 843 <target state="new">
826 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
827 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 845 <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;"/>
828 </target> 846 </target>
829 <context-group purpose="location"> 847 <context-group purpose="location">
830 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 848 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
@@ -832,12 +850,9 @@
832 </context-group> 850 </context-group>
833 </trans-unit> 851 </trans-unit>
834 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 852 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
835 <source> 853 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source>
836 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
837 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
838 </source>
839 <target state="new"> 854 <target state="new">
840 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 855 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
841 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 856 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
842 </target> 857 </target>
843 <context-group purpose="location"> 858 <context-group purpose="location">
@@ -846,59 +861,59 @@
846 </context-group> 861 </context-group>
847 </trans-unit> 862 </trans-unit>
848 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 863 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
849 <source> 864 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source>
850 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
851 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
852 </source>
853 <target state="new"> 865 <target state="new">
854 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 866 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
855 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 867 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
856 </target> 868 </target>
857 <context-group purpose="location"> 869 <context-group purpose="location">
858 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 870 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
859 <context context-type="linenumber">26</context> 871 <context context-type="linenumber">26</context>
860 </context-group> 872 </context-group>
861 </trans-unit><trans-unit id="6513f65441f986d9204122e01b4ab1df1d63d18e" datatype="html"> 873 </trans-unit>
862 <source>PeerTube version</source><target state="new">PeerTube version</target> 874 <trans-unit id="6513f65441f986d9204122e01b4ab1df1d63d18e" datatype="html">
875 <source>PeerTube version</source>
876 <target state="new">PeerTube version</target>
863 <context-group purpose="location"> 877 <context-group purpose="location">
864 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 878 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
865 <context context-type="linenumber">5</context> 879 <context context-type="linenumber">5</context>
866 </context-group> 880 </context-group>
867 </trans-unit> 881 </trans-unit>
868 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 882 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
869 <source> 883 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source>
870 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
871 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
872 </source>
873 <target state="new"> 884 <target state="new">
874 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 885 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
875 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 886 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
876 </target> 887 </target>
877 888 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 889 </trans-unit>
879 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 890 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
880 <source>User registration allowed</source> 891 <source>User registration allowed</source>
881 <target state="new">User registration allowed</target> 892 <target state="new">User registration allowed</target>
882 893 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">20</context></context-group>
883 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 894 </trans-unit>
884 <trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2" datatype="html"> 895 <trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2" datatype="html">
885 <source>Video uploads</source> 896 <source>Video uploads</source>
886 <target state="new">Video uploads</target> 897 <target state="new">Video uploads</target>
887 898 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">27</context></context-group>
888 899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">38</context></context-group>
889 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 900 </trans-unit>
890 <trans-unit id="ba774dce7a0cbbc29d7086b8557939c7e8d9883d" datatype="html"> 901 <trans-unit id="ba774dce7a0cbbc29d7086b8557939c7e8d9883d" datatype="html">
891 <source>Transcoding in multiple resolutions</source> 902 <source>Transcoding in multiple resolutions</source>
892 <target state="new">Transcoding in multiple resolutions</target> 903 <target state="new">Transcoding in multiple resolutions</target>
893 904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">31</context></context-group>
894 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html"> 905 </trans-unit>
895 <source>Requires manual validation by moderators</source><target state="new">Requires manual validation by moderators</target> 906 <trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html">
907 <source>Requires manual validation by moderators</source>
908 <target state="new">Requires manual validation by moderators</target>
896 <context-group purpose="location"> 909 <context-group purpose="location">
897 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 910 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
898 <context context-type="linenumber">40</context> 911 <context context-type="linenumber">40</context>
899 </context-group> 912 </context-group>
900 </trans-unit><trans-unit id="f1155367f44b4e3d2286db687d324a9b0cc1a7cb" datatype="html"> 913 </trans-unit>
901 <source>Automatically published</source><target state="new">Automatically published</target> 914 <trans-unit id="f1155367f44b4e3d2286db687d324a9b0cc1a7cb" datatype="html">
915 <source>Automatically published</source>
916 <target state="new">Automatically published</target>
902 <context-group purpose="location"> 917 <context-group purpose="location">
903 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 918 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
904 <context context-type="linenumber">41</context> 919 <context context-type="linenumber">41</context>
@@ -910,51 +925,50 @@
910 <context-group name="null"> 925 <context-group name="null">
911 <context context-type="linenumber">57</context> 926 <context context-type="linenumber">57</context>
912 </context-group> 927 </context-group>
913 928 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">46</context></context-group>
914 929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
915 930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
916 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 931 </trans-unit>
917 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html"> 932 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
918 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source> 933 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
919 <target state="new"> 934 <target state="new">
920 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 935 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;"/>
921 </target> 936 </target>
922 937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group>
923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 938 </trans-unit>
924 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 939 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
925 <source>Import</source> 940 <source>Import</source>
926 <target>استيراد</target> 941 <target>استيراد</target>
927 <context-group name="null"> 942 <context-group name="null">
928 <context context-type="linenumber">286</context> 943 <context context-type="linenumber">286</context>
929 </context-group> 944 </context-group>
930 945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group>
931 946 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group>
932 947 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">45</context></context-group>
933 948 </trans-unit>
934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
935 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 949 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
936 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 950 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
937 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target> 951 <target state="new">HTTP import (YouTube, Vimeo, direct URL...)</target>
938 952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group>
939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 953 </trans-unit>
940 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a"> 954 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
941 <source>Torrent import</source> 955 <source>Torrent import</source>
942 <target>استيراد تورنت</target> 956 <target>استيراد تورنت</target>
943 <context-group name="null"> 957 <context-group name="null">
944 <context context-type="linenumber">71</context> 958 <context context-type="linenumber">71</context>
945 </context-group> 959 </context-group>
946 960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">77</context></context-group>
947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 961 </trans-unit>
948 <trans-unit id="59bdc3dfa4075f92c734588899485db702c8f120" datatype="html"> 962 <trans-unit id="59bdc3dfa4075f92c734588899485db702c8f120" datatype="html">
949 <source>Player</source> 963 <source>Player</source>
950 <target state="new">Player</target> 964 <target state="new">Player</target>
951 965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">85</context></context-group>
952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 966 </trans-unit>
953 <trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5" datatype="html"> 967 <trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5" datatype="html">
954 <source>P2P enabled</source> 968 <source>P2P enabled</source>
955 <target state="new">P2P enabled</target> 969 <target state="new">P2P enabled</target>
956 970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">89</context></context-group>
957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 971 </trans-unit>
958 <trans-unit id="b8b6a001cca6fa2ba15600ca3a78dfeebf685d60" datatype="html"> 972 <trans-unit id="b8b6a001cca6fa2ba15600ca3a78dfeebf685d60" datatype="html">
959 <source>Loading instance statistics...</source> 973 <source>Loading instance statistics...</source>
960 <target state="new">Loading instance statistics...</target> 974 <target state="new">Loading instance statistics...</target>
@@ -969,9 +983,9 @@
969 <context-group name="null"> 983 <context-group name="null">
970 <context context-type="linenumber">86</context> 984 <context context-type="linenumber">86</context>
971 </context-group> 985 </context-group>
972 986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group>
973 987 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">131</context></context-group>
974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">131</context></context-group></trans-unit> 988 </trans-unit>
975 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 989 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
976 <source>users</source> 990 <source>users</source>
977 <target state="translated">مستخدمون</target> 991 <target state="translated">مستخدمون</target>
@@ -1057,34 +1071,42 @@
1057 <target state="new"> 1071 <target state="new">
1058 A banned user will no longer be able to login. 1072 A banned user will no longer be able to login.
1059 </target> 1073 </target>
1060 1074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">20</context></context-group>
1061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 1075 </trans-unit>
1062 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 1076 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
1063 <source>Cancel</source> 1077 <source>Cancel</source>
1064 <target>إلغاء</target> 1078 <target>إلغاء</target>
1065 <context-group name="null"> 1079 <context-group name="null">
1066 <context context-type="linenumber">23</context> 1080 <context context-type="linenumber">23</context>
1067 </context-group> 1081 </context-group>
1068 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group>
1069 1083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group>
1070 1084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group>
1071 1085 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1072 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
1073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group>
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</context></context-group>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group>
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group>
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group>
1095 </trans-unit>
1074 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1096 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1075 <source>Ban this user</source> 1097 <source>Ban this user</source>
1076 <target>حظر هذا المستخدم</target> 1098 <target>حظر هذا المستخدم</target>
1077 <context-group name="null"> 1099 <context-group name="null">
1078 <context context-type="linenumber">26</context> 1100 <context context-type="linenumber">26</context>
1079 </context-group> 1101 </context-group>
1080 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group>
1081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1103 </trans-unit>
1082 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1104 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1083 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1105 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1084 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1106 <target state="new"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1085 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group>
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group>
1087 1109 </trans-unit>
1088 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1110 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1089 <source>Login</source> 1111 <source>Login</source>
1090 <target>تسجيل الدخول</target> 1112 <target>تسجيل الدخول</target>
@@ -1092,41 +1114,36 @@
1092 <context context-type="linenumber">2</context> 1114 <context context-type="linenumber">2</context>
1093 </context-group> 1115 </context-group>
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1095 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1117 </trans-unit>
1096 <source> 1118 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1097 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1119 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1098 </source><target state="new"> 1120 <target state="new">
1099 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1121 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1100 </target> 1122 </target>
1101 <context-group purpose="location"> 1123 <context-group purpose="location">
1102 <context context-type="sourcefile">src/app/login/login.component.html</context> 1124 <context context-type="sourcefile">src/app/login/login.component.html</context>
1103 <context context-type="linenumber">6</context> 1125 <context context-type="linenumber">6</context>
1104 </context-group> 1126 </context-group>
1105 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html"> 1127 </trans-unit>
1106 <source> 1128 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1107 If you are looking for an account… 1129 <source>If you are looking for an account…</source>
1108 </source><target state="new"> 1130 <target state="new">
1109 If you are looking for an account… 1131 If you are looking for an account…
1110 </target> 1132 </target>
1111 <context-group purpose="location"> 1133 <context-group purpose="location">
1112 <context context-type="sourcefile">src/app/login/login.component.html</context> 1134 <context context-type="sourcefile">src/app/login/login.component.html</context>
1113 <context context-type="linenumber">12</context> 1135 <context context-type="linenumber">12</context>
1114 </context-group> 1136 </context-group>
1115 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1137 </trans-unit>
1116 <source> 1138 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1117 Currently this instance doesn't allow for user registration, but you can find an instance 1139 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1118 that gives you the possibility to sign up for an account and upload your videos there. 1140 <target state="new">
1119
1120 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1121
1122 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1123 </source><target state="new">
1124 Currently this instance doesn't allow for user registration, but you can find an instance 1141 Currently this instance doesn't allow for user registration, but you can find an instance
1125 that gives you the possibility to sign up for an account and upload your videos there. 1142 that gives you the possibility to sign up for an account and upload your videos there.
1126 1143
1127 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1128 1145
1129 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1146 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1130 </target> 1147 </target>
1131 <context-group purpose="location"> 1148 <context-group purpose="location">
1132 <context context-type="sourcefile">src/app/login/login.component.html</context> 1149 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1139,29 +1156,29 @@
1139 <context-group name="null"> 1156 <context-group name="null">
1140 <context context-type="linenumber">16</context> 1157 <context context-type="linenumber">16</context>
1141 </context-group> 1158 </context-group>
1142 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group>
1143 1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group>
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1161 </trans-unit>
1145 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1162 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1146 <source>User</source> 1163 <source>User</source>
1147 <target>المستخدِم</target> 1164 <target>المستخدِم</target>
1148 <context-group name="null"> 1165 <context-group name="null">
1149 <context context-type="linenumber">13</context> 1166 <context context-type="linenumber">13</context>
1150 </context-group> 1167 </context-group>
1151 1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group>
1152 1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
1153 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1170 </trans-unit>
1154 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1171 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1155 <source>Username or email address</source> 1172 <source>Username or email address</source>
1156 <target>اسم المستخدم أو عنوان البريد الإلكتروني</target> 1173 <target>اسم المستخدم أو عنوان البريد الإلكتروني</target>
1157 <context-group name="null"> 1174 <context-group name="null">
1158 <context context-type="linenumber">15</context> 1175 <context context-type="linenumber">15</context>
1159 </context-group> 1176 </context-group>
1160 1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group>
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html"> 1178 </trans-unit>
1162 <source> 1179 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1163 or create an account 1180 <source>or create an account</source>
1164 </source><target state="new"> 1181 <target state="new">
1165 or create an account 1182 or create an account
1166 </target> 1183 </target>
1167 <context-group purpose="location"> 1184 <context-group purpose="location">
@@ -1169,39 +1186,38 @@
1169 <context context-type="linenumber">40</context> 1186 <context context-type="linenumber">40</context>
1170 </context-group> 1187 </context-group>
1171 </trans-unit> 1188 </trans-unit>
1172
1173
1174
1175 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1189 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1176 <source>Password</source> 1190 <source>Password</source>
1177 <target>الكلمة السرية</target> 1191 <target>الكلمة السرية</target>
1178 <context-group name="null"> 1192 <context-group name="null">
1179 <context context-type="linenumber">54</context> 1193 <context context-type="linenumber">54</context>
1180 </context-group> 1194 </context-group>
1181 1195 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1182 1196 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1183 1197 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group>
1184 1198 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group>
1185 1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group>
1186 1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group>
1187 1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group>
1188 1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group>
1189 1203 </trans-unit>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1204 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1191 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1205 <source>Click here to reset your password</source>
1192 1206 <target state="new">Click here to reset your password</target>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 1207 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group>
1194 1208 </trans-unit>
1195 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1209 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1196 <source>Login</source> 1210 <source>Login</source>
1197 <target>تسجيل الدخول</target> 1211 <target>تسجيل الدخول</target>
1198 <context-group name="null"> 1212 <context-group name="null">
1199 <context context-type="linenumber">32</context> 1213 <context context-type="linenumber">32</context>
1200 </context-group> 1214 </context-group>
1201 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1202 1216 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group>
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html"> 1217 </trans-unit>
1204 <source>Or sign in with</source><target state="new">Or sign in with</target> 1218 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1219 <source>Or sign in with</source>
1220 <target state="new">Or sign in with</target>
1205 <context-group purpose="location"> 1221 <context-group purpose="location">
1206 <context context-type="sourcefile">src/app/login/login.component.html</context> 1222 <context context-type="sourcefile">src/app/login/login.component.html</context>
1207 <context context-type="linenumber">68</context> 1223 <context context-type="linenumber">68</context>
@@ -1213,48 +1229,47 @@
1213 <context-group name="null"> 1229 <context-group name="null">
1214 <context context-type="linenumber">58</context> 1230 <context context-type="linenumber">58</context>
1215 </context-group> 1231 </context-group>
1216 1232 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group>
1217 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 1233 </trans-unit>
1218 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1234 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1219 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1235 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1220 <target state="new"> 1236 <target state="new">
1221 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1237 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1222 </target> 1238 </target>
1223 1239 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group>
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1240 </trans-unit>
1225 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1241 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1226 <source>Email</source> 1242 <source>Email</source>
1227 <target>البريد الإلكتروني</target> 1243 <target>البريد الإلكتروني</target>
1228 <context-group name="null"> 1244 <context-group name="null">
1229 <context context-type="linenumber">43</context> 1245 <context context-type="linenumber">43</context>
1230 </context-group> 1246 </context-group>
1231 1247 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1232 1248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group>
1233 1249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group>
1234 1250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group>
1235 1251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group>
1236 1252 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group>
1237 1253 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group>
1238 1254 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group>
1239 1255 </trans-unit>
1240 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1241 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1256 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1242 <source>Email address</source> 1257 <source>Email address</source>
1243 <target>عنوان البريد الإلكتروني</target> 1258 <target>عنوان البريد الإلكتروني</target>
1244 <context-group name="null"> 1259 <context-group name="null">
1245 <context context-type="linenumber">10</context> 1260 <context context-type="linenumber">10</context>
1246 </context-group> 1261 </context-group>
1247 1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group>
1248 1263 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group>
1249 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 1264 </trans-unit>
1250 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1265 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1251 <source>Send me an email to reset my password</source> 1266 <source>Send me an email to reset my password</source>
1252 <target>أرسل لي رسالة لإعادة تعيين كلمتي السرية</target> 1267 <target>أرسل لي رسالة لإعادة تعيين كلمتي السرية</target>
1253 <context-group name="null"> 1268 <context-group name="null">
1254 <context context-type="linenumber">82</context> 1269 <context context-type="linenumber">82</context>
1255 </context-group> 1270 </context-group>
1256 1271 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group>
1257 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit> 1272 </trans-unit>
1258 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1273 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1259 <source>Reset my password</source> 1274 <source>Reset my password</source>
1260 <target>إعادة تعيين كلمتي السرية</target> 1275 <target>إعادة تعيين كلمتي السرية</target>
@@ -1286,18 +1301,19 @@
1286 <context context-type="linenumber">29</context> 1301 <context context-type="linenumber">29</context>
1287 </context-group> 1302 </context-group>
1288 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group> 1303 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group>
1289 </trans-unit><trans-unit id="3c2c6b17d0326ab344e194b17abbee201d58dbea" datatype="html"> 1304 </trans-unit>
1290 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></target> 1305 <trans-unit id="3c2c6b17d0326ab344e194b17abbee201d58dbea" datatype="html">
1306 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></source>
1307 <target state="new"><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></target>
1291 <context-group purpose="location"> 1308 <context-group purpose="location">
1292 <context context-type="sourcefile">src/app/search/search.component.html</context> 1309 <context context-type="sourcefile">src/app/search/search.component.html</context>
1293 <context context-type="linenumber">5</context> 1310 <context context-type="linenumber">5</context>
1294 </context-group> 1311 </context-group>
1295 </trans-unit> 1312 </trans-unit>
1296
1297 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html"> 1313 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
1298 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 1314 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1299 <target state="new"> 1315 <target state="new">
1300 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1316 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1301 </target> 1317 </target>
1302 <context-group purpose="location"> 1318 <context-group purpose="location">
1303 <context context-type="sourcefile">src/app/search/search.component.html</context> 1319 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1305,13 +1321,10 @@
1305 </context-group> 1321 </context-group>
1306 </trans-unit> 1322 </trans-unit>
1307 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1323 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1308 <source> 1324 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1309 Filters
1310 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1311 </source>
1312 <target state="new"> 1325 <target state="new">
1313 Filters 1326 Filters
1314 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1327 <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;"/>
1315 </target> 1328 </target>
1316 <context-group purpose="location"> 1329 <context-group purpose="location">
1317 <context context-type="sourcefile">src/app/search/search.component.html</context> 1330 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1343,8 +1356,7 @@
1343 </context-group> 1356 </context-group>
1344 </trans-unit> 1357 </trans-unit>
1345 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1358 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1346 <source>CLI 1359 <source>CLI documentation</source>
1347 documentation</source>
1348 <target state="new">CLI 1360 <target state="new">CLI
1349 documentation</target> 1361 documentation</target>
1350 <context-group purpose="location"> 1362 <context-group purpose="location">
@@ -1361,8 +1373,7 @@
1361 </context-group> 1373 </context-group>
1362 </trans-unit> 1374 </trans-unit>
1363 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1375 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1364 <source>Administer 1376 <source>Administer documentation</source>
1365 documentation</source>
1366 <target state="translated">دليل الإدارة</target> 1377 <target state="translated">دليل الإدارة</target>
1367 <context-group purpose="location"> 1378 <context-group purpose="location">
1368 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1379 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1378,8 +1389,7 @@
1378 </context-group> 1389 </context-group>
1379 </trans-unit> 1390 </trans-unit>
1380 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1391 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1381 <source>Use 1392 <source>Use documentation</source>
1382 documentation</source>
1383 <target state="translated">دليل المستخدم</target> 1393 <target state="translated">دليل المستخدم</target>
1384 <context-group purpose="location"> 1394 <context-group purpose="location">
1385 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1395 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1403,16 +1413,16 @@
1403 </context-group> 1413 </context-group>
1404 </trans-unit> 1414 </trans-unit>
1405 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1415 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1406 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 1416 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
1407 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 1417 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
1408 <context-group purpose="location"> 1418 <context-group purpose="location">
1409 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1419 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1410 <context context-type="linenumber">44</context> 1420 <context context-type="linenumber">44</context>
1411 </context-group> 1421 </context-group>
1412 </trans-unit> 1422 </trans-unit>
1413 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1423 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1414 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 1424 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
1415 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1425 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1416 </target> 1426 </target>
1417 <context-group purpose="location"> 1427 <context-group purpose="location">
1418 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1428 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1428,14 +1438,10 @@
1428 </context-group> 1438 </context-group>
1429 </trans-unit> 1439 </trans-unit>
1430 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1440 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1431 <source> 1441 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source>
1432 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1433 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1434 is very important for visitors to understand on what type of instance they are.
1435 </source>
1436 <target state="new"> 1442 <target state="new">
1437 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, 1443 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,
1438 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1444 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1439 is very important for visitors to understand on what type of instance they are. 1445 is very important for visitors to understand on what type of instance they are.
1440 </target> 1446 </target>
1441 <context-group purpose="location"> 1447 <context-group purpose="location">
@@ -1444,18 +1450,12 @@
1444 </context-group> 1450 </context-group>
1445 </trans-unit> 1451 </trans-unit>
1446 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1452 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1447 <source> 1453 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source>
1448 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1449 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1450 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1451 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1452 PeerTube instance.
1453 </source>
1454 <target state="new"> 1454 <target state="new">
1455 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance 1455 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance
1456 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1456 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1457 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the 1457 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the
1458 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1458 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1459 PeerTube instance. 1459 PeerTube instance.
1460 </target> 1460 </target>
1461 <context-group purpose="location"> 1461 <context-group purpose="location">
@@ -1466,15 +1466,15 @@
1466 <trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html"> 1466 <trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html">
1467 <source>Remind me later</source> 1467 <source>Remind me later</source>
1468 <target state="new">Remind me later</target> 1468 <target state="new">Remind me later</target>
1469 1469 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">80</context></context-group>
1470 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 1470 </trans-unit>
1471 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html"> 1471 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html">
1472 <source>Configure my instance</source> 1472 <source>Configure my instance</source>
1473 <target state="new"> 1473 <target state="new">
1474 Configure my instance 1474 Configure my instance
1475 </target> 1475 </target>
1476 1476 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">86</context></context-group>
1477 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1477 </trans-unit>
1478 <trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html"> 1478 <trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html">
1479 <source>Configuration warning!</source> 1479 <source>Configuration warning!</source>
1480 <target state="new">Configuration warning!</target> 1480 <target state="new">Configuration warning!</target>
@@ -1546,13 +1546,12 @@
1546 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1546 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1547 <context context-type="linenumber">21</context> 1547 <context context-type="linenumber">21</context>
1548 </context-group> 1548 </context-group>
1549 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1549 </trans-unit>
1550 <source> 1550 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1551 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1551 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1552 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1552 <target state="new">
1553 </source><target state="new"> 1553 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>.
1554 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1554 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1555 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1556 </target> 1555 </target>
1557 <context-group purpose="location"> 1556 <context-group purpose="location">
1558 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1557 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1581,18 +1580,16 @@
1581 <context-group name="null"> 1580 <context-group name="null">
1582 <context context-type="linenumber">173</context> 1581 <context context-type="linenumber">173</context>
1583 </context-group> 1582 </context-group>
1584 1583 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1585 1584 </trans-unit>
1586 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1587 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1585 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
1588 <source>Change the language</source> 1586 <source>Change the language</source>
1589 <target>تغيير اللغة</target> 1587 <target>تغيير اللغة</target>
1590 <context-group name="null"> 1588 <context-group name="null">
1591 <context context-type="linenumber">107</context> 1589 <context context-type="linenumber">107</context>
1592 </context-group> 1590 </context-group>
1593 1591 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group>
1594 1592 </trans-unit>
1595 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
1596 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1593 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1597 <source>Help to translate PeerTube!</source> 1594 <source>Help to translate PeerTube!</source>
1598 <target state="translated">ساهموا في ترجمة PeerTube!</target> 1595 <target state="translated">ساهموا في ترجمة PeerTube!</target>
@@ -1600,97 +1597,125 @@
1600 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context> 1597 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context>
1601 <context context-type="linenumber">8</context> 1598 <context context-type="linenumber">8</context>
1602 </context-group> 1599 </context-group>
1603 </trans-unit><trans-unit id="608d7164ed2d996dc827b17cd7b6f5915c617be4" datatype="html"> 1600 </trans-unit>
1604 <source>Public profile</source><target state="new">Public profile</target> 1601 <trans-unit id="608d7164ed2d996dc827b17cd7b6f5915c617be4" datatype="html">
1602 <source>Public profile</source>
1603 <target state="new">Public profile</target>
1605 <context-group purpose="location"> 1604 <context-group purpose="location">
1606 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1605 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1607 <context context-type="linenumber">19</context> 1606 <context context-type="linenumber">19</context>
1608 </context-group> 1607 </context-group>
1609 </trans-unit><trans-unit id="1eecebc91b4c671d43617b559cf3933275492931" datatype="html"> 1608 </trans-unit>
1610 <source>Account settings</source><target state="new">Account settings</target> 1609 <trans-unit id="1eecebc91b4c671d43617b559cf3933275492931" datatype="html">
1610 <source>Account settings</source>
1611 <target state="new">Account settings</target>
1611 <context-group purpose="location"> 1612 <context-group purpose="location">
1612 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1613 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1613 <context context-type="linenumber">25</context> 1614 <context context-type="linenumber">25</context>
1614 </context-group> 1615 </context-group>
1615 </trans-unit><trans-unit id="7c55f3a275f9e86fc95243e2fd1f17156a4e97f0" datatype="html"> 1616 </trans-unit>
1616 <source>Channels settings</source><target state="new">Channels settings</target> 1617 <trans-unit id="7c55f3a275f9e86fc95243e2fd1f17156a4e97f0" datatype="html">
1618 <source>Channels settings</source>
1619 <target state="new">Channels settings</target>
1617 <context-group purpose="location"> 1620 <context-group purpose="location">
1618 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1621 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1619 <context context-type="linenumber">29</context> 1622 <context context-type="linenumber">29</context>
1620 </context-group> 1623 </context-group>
1621 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1624 </trans-unit>
1622 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1625 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1623 1626 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1624 1627 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1625 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group>
1626 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group>
1630 </trans-unit>
1631 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1632 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1633 <target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1627 <context-group purpose="location"> 1634 <context-group purpose="location">
1628 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1635 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1629 <context context-type="linenumber">42</context> 1636 <context context-type="linenumber">42</context>
1630 </context-group> 1637 </context-group>
1631 </trans-unit><trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html"> 1638 </trans-unit>
1632 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source><target state="new">Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></target> 1639 <trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html">
1640 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source>
1641 <target state="new">Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></target>
1633 <context-group purpose="location"> 1642 <context-group purpose="location">
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1643 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1635 <context context-type="linenumber">49</context> 1644 <context context-type="linenumber">49</context>
1636 </context-group> 1645 </context-group>
1637 </trans-unit><trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html"> 1646 </trans-unit>
1638 <source>Help share videos</source><target state="new">Help share videos</target> 1647 <trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html">
1648 <source>Help share videos</source>
1649 <target state="new">Help share videos</target>
1639 <context-group purpose="location"> 1650 <context-group purpose="location">
1640 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1651 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1641 <context context-type="linenumber">55</context> 1652 <context context-type="linenumber">55</context>
1642 </context-group> 1653 </context-group>
1643 </trans-unit><trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html"> 1654 </trans-unit>
1644 <source>More account settings</source><target state="new">More account settings</target> 1655 <trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html">
1656 <source>More account settings</source>
1657 <target state="new">More account settings</target>
1645 <context-group purpose="location"> 1658 <context-group purpose="location">
1646 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1659 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1647 <context context-type="linenumber">60</context> 1660 <context context-type="linenumber">60</context>
1648 </context-group> 1661 </context-group>
1649 </trans-unit><trans-unit id="d2dcb25a3b90ccb169effc066d36335363546d17" datatype="html"> 1662 </trans-unit>
1650 <source>Keyboard shortcuts</source><target state="new">Keyboard shortcuts</target> 1663 <trans-unit id="d2dcb25a3b90ccb169effc066d36335363546d17" datatype="html">
1664 <source>Keyboard shortcuts</source>
1665 <target state="new">Keyboard shortcuts</target>
1651 <context-group purpose="location"> 1666 <context-group purpose="location">
1652 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1667 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1653 <context context-type="linenumber">66</context> 1668 <context context-type="linenumber">66</context>
1654 </context-group> 1669 </context-group>
1655 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1670 </trans-unit>
1656 <source>Help</source><target state="new">Help</target> 1671 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1657 1672 <source>Help</source>
1658 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1673 <target state="new">Help</target>
1659 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group>
1660 1675 </trans-unit>
1661 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1676 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1662 <source>Shortcuts</source><target state="new">Shortcuts</target> 1677 <source>Get help using PeerTube</source>
1663 1678 <target state="new">Get help using PeerTube</target>
1664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group>
1665 <source> 1680 </trans-unit>
1666 powered by PeerTube 1681 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1667 </source><target state="new"> 1682 <source>Shortcuts</source>
1683 <target state="new">Shortcuts</target>
1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group>
1685 </trans-unit>
1686 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1687 <source>powered by PeerTube</source>
1688 <target state="new">
1668 powered by PeerTube 1689 powered by PeerTube
1669 </target> 1690 </target>
1670 1691 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group>
1671 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1692 </trans-unit>
1672 <source>PeerTube website</source><target state="new">PeerTube website</target> 1693 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1673 1694 <source>PeerTube website</source>
1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1695 <target state="new">PeerTube website</target>
1675 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group>
1676 1697 </trans-unit>
1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1698 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1678 1699 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1679 1700 <target state="new">powered by PeerTube - CopyLeft 2015-2020</target>
1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group>
1702 </trans-unit>
1680 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1703 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1681 <source>Log out</source> 1704 <source>Log out</source>
1682 <target state="translated">الخروج</target> 1705 <target state="translated">الخروج</target>
1683 1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group>
1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1707 </trans-unit>
1685 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1708 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1686 <source>Create an account</source> 1709 <source>Create an account</source>
1687 <target>إنشاء حساب</target> 1710 <target>إنشاء حساب</target>
1688 <context-group name="null"> 1711 <context-group name="null">
1689 <context context-type="linenumber">33</context> 1712 <context context-type="linenumber">33</context>
1690 </context-group> 1713 </context-group>
1691 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">78</context></context-group>
1692 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="c3346a45c43ae8e5021086880268979b8d2266f3" datatype="html"> 1715 </trans-unit>
1693 <source>MY LIBRARY</source><target state="new">MY LIBRARY</target> 1716 <trans-unit id="c3346a45c43ae8e5021086880268979b8d2266f3" datatype="html">
1717 <source>MY LIBRARY</source>
1718 <target state="new">MY LIBRARY</target>
1694 <context-group purpose="location"> 1719 <context-group purpose="location">
1695 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1720 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1696 <context context-type="linenumber">82</context> 1721 <context context-type="linenumber">82</context>
@@ -1702,38 +1727,37 @@
1702 <context-group name="null"> 1727 <context-group name="null">
1703 <context context-type="linenumber">37</context> 1728 <context context-type="linenumber">37</context>
1704 </context-group> 1729 </context-group>
1705 1730 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
1706 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 1731 </trans-unit>
1707 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1732 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1708 <source>Videos</source> 1733 <source>Videos</source>
1709 <target>فيديوهات</target> 1734 <target>فيديوهات</target>
1710 <context-group name="null"> 1735 <context-group name="null">
1711 <context context-type="linenumber">24</context> 1736 <context context-type="linenumber">24</context>
1712 </context-group> 1737 </context-group>
1713 1738 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group>
1714 1739 </trans-unit>
1715
1716
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit>
1718 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1740 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1719 <source>Playlists</source> 1741 <source>Playlists</source>
1720 <target state="new">Playlists</target> 1742 <target state="new">Playlists</target>
1721 1743 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group>
1722 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1744 </trans-unit>
1723 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1745 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1724 <source>Subscriptions</source> 1746 <source>Subscriptions</source>
1725 <target>الإشتراكات</target> 1747 <target>الإشتراكات</target>
1726 <context-group name="null"> 1748 <context-group name="null">
1727 <context context-type="linenumber">51</context> 1749 <context context-type="linenumber">51</context>
1728 </context-group> 1750 </context-group>
1729 1751 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group>
1730 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 1752 </trans-unit>
1731 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1753 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1732 <source>History</source> 1754 <source>History</source>
1733 <target state="new">History</target> 1755 <target state="new">History</target>
1734 1756 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group>
1735 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html"> 1757 </trans-unit>
1736 <source>VIDEOS</source><target state="new">VIDEOS</target> 1758 <trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html">
1759 <source>VIDEOS</source>
1760 <target state="new">VIDEOS</target>
1737 <context-group purpose="location"> 1761 <context-group purpose="location">
1738 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1762 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1739 <context context-type="linenumber">107</context> 1763 <context context-type="linenumber">107</context>
@@ -1742,52 +1766,50 @@
1742 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1766 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1743 <source>Discover</source> 1767 <source>Discover</source>
1744 <target state="translated">اكتشف</target> 1768 <target state="translated">اكتشف</target>
1745 1769 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">111</context></context-group>
1746 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 1770 </trans-unit>
1747 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1771 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1748 <source>Trending</source> 1772 <source>Trending</source>
1749 <target>الشائعة</target> 1773 <target>الشائعة</target>
1750 <context-group name="null"> 1774 <context-group name="null">
1751 <context context-type="linenumber">71</context> 1775 <context context-type="linenumber">71</context>
1752 </context-group> 1776 </context-group>
1753 1777 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">116</context></context-group>
1754 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">116</context></context-group></trans-unit> 1778 </trans-unit>
1755 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1779 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1756 <source>Most liked</source> 1780 <source>Most liked</source>
1757 <target state="new">Most liked</target> 1781 <target state="new">Most liked</target>
1758 1782 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group>
1759 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1783 </trans-unit>
1760 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1784 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1761 <source>Recently added</source> 1785 <source>Recently added</source>
1762 <target>التي تم إضافتها حديثًا</target> 1786 <target>التي تم إضافتها حديثًا</target>
1763 <context-group name="null"> 1787 <context-group name="null">
1764 <context context-type="linenumber">81</context> 1788 <context context-type="linenumber">81</context>
1765 </context-group> 1789 </context-group>
1766 1790 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">126</context></context-group>
1767 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit> 1791 </trans-unit>
1768
1769 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1792 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1770 <source>Administration</source> 1793 <source>Administration</source>
1771 <target>الإدارة</target> 1794 <target>الإدارة</target>
1772 <context-group name="null"> 1795 <context-group name="null">
1773 <context context-type="linenumber">95</context> 1796 <context context-type="linenumber">95</context>
1774 </context-group> 1797 </context-group>
1775 1798 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit> 1799 </trans-unit>
1777 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1800 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1778 <source>About</source> 1801 <source>About</source>
1779 <target>عن</target> 1802 <target>عن</target>
1780 <context-group name="null"> 1803 <context-group name="null">
1781 <context context-type="linenumber">26</context> 1804 <context context-type="linenumber">26</context>
1782 </context-group> 1805 </context-group>
1783 1806 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group>
1784 1807 </trans-unit>
1785 1808 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1786 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1809 <source>Contact</source>
1787 <source>Contact</source><target state="new">Contact</target> 1810 <target state="new">Contact</target>
1788 1811 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group>
1789 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 1812 </trans-unit>
1790
1791 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1813 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1792 <source>View your notifications</source> 1814 <source>View your notifications</source>
1793 <target state="new">View your notifications</target> 1815 <target state="new">View your notifications</target>
@@ -1799,69 +1821,88 @@
1799 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html"> 1821 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html">
1800 <source>Notifications</source> 1822 <source>Notifications</source>
1801 <target state="translated">الإشعارات</target> 1823 <target state="translated">الإشعارات</target>
1802 1824 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group>
1803 1825 </trans-unit>
1804 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1826 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1805 <source>Mark all as read</source><target state="new">Mark all as read</target> 1827 <source>Mark all as read</source>
1806 1828 <target state="new">Mark all as read</target>
1807 1829 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group>
1808 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 1830 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group>
1831 </trans-unit>
1809 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1832 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1810 <source>Update your notification preferences</source> 1833 <source>Update your notification preferences</source>
1811 <target state="new">Update your notification preferences</target> 1834 <target state="new">Update your notification preferences</target>
1812 1835 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group>
1813 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 1836 </trans-unit>
1814 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1837 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
1815 <source>See all your notifications</source> 1838 <source>See all your notifications</source>
1816 <target state="new">See all your notifications</target> 1839 <target state="new">See all your notifications</target>
1817 1840 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">39</context></context-group>
1818 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html"> 1841 </trans-unit>
1819 <source>Search videos, channels…</source><target state="new">Search videos, channels…</target> 1842 <trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html">
1820 1843 <source>Search videos, channels…</source>
1821 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1844 <target state="new">Search videos, channels…</target>
1822 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1845 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group>
1846 </trans-unit>
1847 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1848 <source>GLOBAL SEARCH</source>
1849 <target state="new">GLOBAL SEARCH</target>
1823 <context-group purpose="location"> 1850 <context-group purpose="location">
1824 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1851 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1825 <context context-type="linenumber">16</context> 1852 <context context-type="linenumber">16</context>
1826 </context-group> 1853 </context-group>
1827 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1854 </trans-unit>
1828 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1855 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1856 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1857 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1829 <context-group purpose="location"> 1858 <context-group purpose="location">
1830 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1859 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1831 <context context-type="linenumber">18</context> 1860 <context context-type="linenumber">18</context>
1832 </context-group> 1861 </context-group>
1833 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1862 </trans-unit>
1834 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1863 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1864 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1865 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1835 <context-group purpose="location"> 1866 <context-group purpose="location">
1836 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1867 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1837 <context context-type="linenumber">22</context> 1868 <context context-type="linenumber">22</context>
1838 </context-group> 1869 </context-group>
1839 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1870 </trans-unit>
1840 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1871 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1872 <source>ADVANCED SEARCH</source>
1873 <target state="new">ADVANCED SEARCH</target>
1841 <context-group purpose="location"> 1874 <context-group purpose="location">
1842 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1875 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1843 <context context-type="linenumber">29</context> 1876 <context context-type="linenumber">29</context>
1844 </context-group> 1877 </context-group>
1845 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1878 </trans-unit>
1846 <source>any instance</source><target state="new">any instance</target> 1879 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1880 <source>any instance</source>
1881 <target state="new">any instance</target>
1847 <context-group purpose="location"> 1882 <context-group purpose="location">
1848 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1883 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1849 <context context-type="linenumber">32</context> 1884 <context context-type="linenumber">32</context>
1850 </context-group> 1885 </context-group>
1851 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1886 </trans-unit>
1852 <source>only followed instances</source><target state="new">only followed instances</target> 1887 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1888 <source>only followed instances</source>
1889 <target state="new">only followed instances</target>
1853 <context-group purpose="location"> 1890 <context-group purpose="location">
1854 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1891 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1855 <context context-type="linenumber">33</context> 1892 <context context-type="linenumber">33</context>
1856 </context-group> 1893 </context-group>
1857 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1894 </trans-unit>
1858 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1895 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1896 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1897 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1859 <context-group purpose="location"> 1898 <context-group purpose="location">
1860 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1899 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1861 <context context-type="linenumber">31</context> 1900 <context context-type="linenumber">31</context>
1862 </context-group> 1901 </context-group>
1863 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1902 </trans-unit>
1864 <source>channel</source><target state="new">channel</target> 1903 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1904 <source>channel</source>
1905 <target state="new">channel</target>
1865 <context-group purpose="location"> 1906 <context-group purpose="location">
1866 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1907 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1867 <context context-type="linenumber">40</context> 1908 <context context-type="linenumber">40</context>
@@ -1870,8 +1911,10 @@
1870 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1911 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1871 <context context-type="linenumber">43</context> 1912 <context context-type="linenumber">43</context>
1872 </context-group> 1913 </context-group>
1873 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1914 </trans-unit>
1874 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1915 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1916 <source>Any other text will return matching video or channel names.</source>
1917 <target state="new">Any other text will return matching video or channel names.</target>
1875 <context-group purpose="location"> 1918 <context-group purpose="location">
1876 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1919 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1877 <context context-type="linenumber">49</context> 1920 <context context-type="linenumber">49</context>
@@ -1883,41 +1926,45 @@
1883 <context-group name="null"> 1926 <context-group name="null">
1884 <context context-type="linenumber">6</context> 1927 <context context-type="linenumber">6</context>
1885 </context-group> 1928 </context-group>
1886 1929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">6</context></context-group>
1887 1930 </trans-unit>
1888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
1889 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced"> 1931 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
1890 <source>Upload</source> 1932 <source>Upload</source>
1891 <target>إرسال</target> 1933 <target>إرسال</target>
1892 <context-group name="null"> 1934 <context-group name="null">
1893 <context context-type="linenumber">9</context> 1935 <context context-type="linenumber">9</context>
1894 </context-group> 1936 </context-group>
1895 1937 <context-group purpose="location"><context context-type="sourcefile">src/app/header/header.component.html</context><context context-type="linenumber">5</context></context-group>
1896 <context-group purpose="location"><context context-type="sourcefile">src/app/header/header.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="2f8adf9966f3c287b193683af9e1eaba4f526d68" datatype="html"> 1938 </trans-unit>
1897 <source>In this channel</source><target state="new">In this channel</target> 1939 <trans-unit id="2f8adf9966f3c287b193683af9e1eaba4f526d68" datatype="html">
1940 <source>In this channel</source>
1941 <target state="new">In this channel</target>
1898 <context-group purpose="location"> 1942 <context-group purpose="location">
1899 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1943 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1900 <context context-type="linenumber">12</context> 1944 <context context-type="linenumber">12</context>
1901 </context-group> 1945 </context-group>
1902 </trans-unit><trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html"> 1946 </trans-unit>
1903 <source>In this instance</source><target state="new">In this instance</target> 1947 <trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html">
1948 <source>In this instance</source>
1949 <target state="new">In this instance</target>
1904 <context-group purpose="location"> 1950 <context-group purpose="location">
1905 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1951 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1906 <context context-type="linenumber">13</context> 1952 <context context-type="linenumber">13</context>
1907 </context-group> 1953 </context-group>
1908 </trans-unit><trans-unit id="9848e55d7c95eddc1c4a044a63ed0e88e8cb6f5c" datatype="html"> 1954 </trans-unit>
1909 <source>In the vidiverse</source><target state="new">In the vidiverse</target> 1955 <trans-unit id="9848e55d7c95eddc1c4a044a63ed0e88e8cb6f5c" datatype="html">
1956 <source>In the vidiverse</source>
1957 <target state="new">In the vidiverse</target>
1910 <context-group purpose="location"> 1958 <context-group purpose="location">
1911 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1959 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1912 <context context-type="linenumber">14</context> 1960 <context context-type="linenumber">14</context>
1913 </context-group> 1961 </context-group>
1914 </trans-unit><trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1962 </trans-unit>
1915 <source> 1963 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1916 Jump to channel 1964 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1917 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1965 <target state="new">
1918 </source><target state="new">
1919 Jump to channel 1966 Jump to channel
1920 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1967 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1921 </target> 1968 </target>
1922 <context-group purpose="location"> 1969 <context-group purpose="location">
1923 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1970 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -1930,167 +1977,174 @@
1930 <context-group name="null"> 1977 <context-group name="null">
1931 <context context-type="linenumber">6</context> 1978 <context context-type="linenumber">6</context>
1932 </context-group> 1979 </context-group>
1933 1980 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">7</context></context-group>
1934 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="a57adbb9bc3ecbc397157af25f96fc2123c9c383" datatype="html"> 1981 </trans-unit>
1935 <source> 1982 <trans-unit id="a57adbb9bc3ecbc397157af25f96fc2123c9c383" datatype="html">
1936 Reset 1983 <source>Reset</source>
1937 </source><target state="new"> 1984 <target state="new">
1938 Reset 1985 Reset
1939 </target> 1986 </target>
1940 1987 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">8</context></context-group>
1941 1988 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">22</context></context-group>
1942 1989 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">36</context></context-group>
1943 1990 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">68</context></context-group>
1944 1991 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">82</context></context-group>
1945 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 1992 </trans-unit>
1946 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e"> 1993 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
1947 <source>Published date</source> 1994 <source>Published date</source>
1948 <target>تاريخ النشر</target> 1995 <target>تاريخ النشر</target>
1949 <context-group name="null"> 1996 <context-group name="null">
1950 <context context-type="linenumber">15</context> 1997 <context context-type="linenumber">15</context>
1951 </context-group> 1998 </context-group>
1952 1999 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">21</context></context-group>
1953 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 2000 </trans-unit>
1954 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d" datatype="html"> 2001 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d" datatype="html">
1955 <source>Original publication year</source> 2002 <source>Original publication year</source>
1956 <target state="new">Original publication year</target> 2003 <target state="new">Original publication year</target>
1957 2004 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">35</context></context-group>
1958 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 2005 </trans-unit>
1959 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91" datatype="html"> 2006 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91" datatype="html">
1960 <source>After...</source> 2007 <source>After...</source>
1961 <target state="translated">بعد...</target> 2008 <target state="translated">بعد...</target>
1962 2009 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">47</context></context-group>
1963 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 2010 </trans-unit>
1964 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html"> 2011 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html">
1965 <source>Before...</source> 2012 <source>Before...</source>
1966 <target state="translated">قبل...</target> 2013 <target state="translated">قبل...</target>
1967 2014 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">57</context></context-group>
1968 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 2015 </trans-unit>
1969 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 2016 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
1970 <source>Duration</source> 2017 <source>Duration</source>
1971 <target>المدّة</target> 2018 <target>المدّة</target>
1972 <context-group name="null"> 2019 <context-group name="null">
1973 <context context-type="linenumber">45</context> 2020 <context context-type="linenumber">45</context>
1974 </context-group> 2021 </context-group>
1975 2022 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">67</context></context-group>
1976 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">67</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">237</context></context-group></trans-unit> 2023 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">237</context></context-group>
2024 </trans-unit>
1977 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 2025 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1978 <source>Display sensitive content</source> 2026 <source>Display sensitive content</source>
1979 <target>عرض المحتوى الحساس</target> 2027 <target>عرض المحتوى الحساس</target>
1980 <context-group name="null"> 2028 <context-group name="null">
1981 <context context-type="linenumber">54</context> 2029 <context context-type="linenumber">54</context>
1982 </context-group> 2030 </context-group>
1983 2031 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">81</context></context-group>
1984 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 2032 </trans-unit>
1985 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 2033 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
1986 <source>Yes</source> 2034 <source>Yes</source>
1987 <target>نعم</target> 2035 <target>نعم</target>
1988 <context-group name="null"> 2036 <context-group name="null">
1989 <context context-type="linenumber">58</context> 2037 <context context-type="linenumber">58</context>
1990 </context-group> 2038 </context-group>
1991 2039 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">89</context></context-group>
1992 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 2040 </trans-unit>
1993 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 2041 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
1994 <source>No</source> 2042 <source>No</source>
1995 <target>لا</target> 2043 <target>لا</target>
1996 <context-group name="null"> 2044 <context-group name="null">
1997 <context context-type="linenumber">63</context> 2045 <context context-type="linenumber">63</context>
1998 </context-group> 2046 </context-group>
1999 2047 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">94</context></context-group>
2000 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2048 </trans-unit>
2001 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 2049 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
2002 <source>Category</source> 2050 <source>Category</source>
2003 <target>الفئة</target> 2051 <target>الفئة</target>
2004 <context-group name="null"> 2052 <context-group name="null">
2005 <context context-type="linenumber">164</context> 2053 <context context-type="linenumber">164</context>
2006 </context-group> 2054 </context-group>
2007 2055 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">102</context></context-group>
2008 2056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">68</context></context-group>
2009 2057 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">202</context></context-group>
2010 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">202</context></context-group></trans-unit><trans-unit id="265ee68edfe57e510270da31ec99f67d94346009" datatype="html"> 2058 </trans-unit>
2011 <source> 2059 <trans-unit id="265ee68edfe57e510270da31ec99f67d94346009" datatype="html">
2012 Reset 2060 <source>Reset</source>
2013 </source><target state="new"> 2061 <target state="new">
2014 Reset 2062 Reset
2015 </target> 2063 </target>
2016 2064 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">103</context></context-group>
2017 2065 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">116</context></context-group>
2018 2066 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">129</context></context-group>
2019 2067 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">144</context></context-group>
2020 2068 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">157</context></context-group>
2021 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">116</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">157</context></context-group></trans-unit><trans-unit id="75706466a5cffa6f6bf0d6c94a8345a001ce8cea" datatype="html"> 2069 </trans-unit>
2022 <source>Display all categories</source><target state="new">Display all categories</target> 2070 <trans-unit id="75706466a5cffa6f6bf0d6c94a8345a001ce8cea" datatype="html">
2023 2071 <source>Display all categories</source>
2024 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit> 2072 <target state="new">Display all categories</target>
2073 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group>
2074 </trans-unit>
2025 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 2075 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
2026 <source>Licence</source> 2076 <source>Licence</source>
2027 <target>الرخصة</target> 2077 <target>الرخصة</target>
2028 <context-group name="null"> 2078 <context-group name="null">
2029 <context context-type="linenumber">173</context> 2079 <context context-type="linenumber">173</context>
2030 </context-group> 2080 </context-group>
2031 2081 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">115</context></context-group>
2032 2082 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">82</context></context-group>
2033 2083 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">211</context></context-group>
2034 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">211</context></context-group></trans-unit><trans-unit id="e19d80c6277747a68f3da8cfe1318303d2b5c952" datatype="html"> 2084 </trans-unit>
2035 <source>Display all licenses</source><target state="new">Display all licenses</target> 2085 <trans-unit id="e19d80c6277747a68f3da8cfe1318303d2b5c952" datatype="html">
2036 2086 <source>Display all licenses</source>
2037 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 2087 <target state="new">Display all licenses</target>
2088 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group>
2089 </trans-unit>
2038 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 2090 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
2039 <source>Language</source> 2091 <source>Language</source>
2040 <target>اللغة</target> 2092 <target>اللغة</target>
2041 <context-group name="null"> 2093 <context-group name="null">
2042 <context context-type="linenumber">182</context> 2094 <context context-type="linenumber">182</context>
2043 </context-group> 2095 </context-group>
2044 2096 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">128</context></context-group>
2045 2097 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">10</context></context-group>
2046 2098 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">96</context></context-group>
2047 2099 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">220</context></context-group>
2048 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">128</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">96</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">220</context></context-group></trans-unit><trans-unit id="dcc3173a99661496cd1f836283993cc3e6576b26" datatype="html"> 2100 </trans-unit>
2049 <source>Display all languages</source><target state="new">Display all languages</target> 2101 <trans-unit id="dcc3173a99661496cd1f836283993cc3e6576b26" datatype="html">
2050 2102 <source>Display all languages</source>
2051 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group></trans-unit> 2103 <target state="new">Display all languages</target>
2104 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group>
2105 </trans-unit>
2052 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 2106 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
2053 <source>All of these tags</source> 2107 <source>All of these tags</source>
2054 <target>كافة هذه الوسوم</target> 2108 <target>كافة هذه الوسوم</target>
2055 <context-group name="null"> 2109 <context-group name="null">
2056 <context context-type="linenumber">103</context> 2110 <context context-type="linenumber">103</context>
2057 </context-group> 2111 </context-group>
2058 2112 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">143</context></context-group>
2059 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 2113 </trans-unit>
2060 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 2114 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
2061 <source>One of these tags</source> 2115 <source>One of these tags</source>
2062 <target>واحد مِن هذه الوسوم</target> 2116 <target>واحد مِن هذه الوسوم</target>
2063 <context-group name="null"> 2117 <context-group name="null">
2064 <context context-type="linenumber">108</context> 2118 <context context-type="linenumber">108</context>
2065 </context-group> 2119 </context-group>
2066 2120 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">156</context></context-group>
2067 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="ca72d574353a355b8fadbc1ceda174a0bd1bf7cd" datatype="html"> 2121 </trans-unit>
2068 <source> 2122 <trans-unit id="ca72d574353a355b8fadbc1ceda174a0bd1bf7cd" datatype="html">
2069 Reset 2123 <source>Reset</source>
2070 </source><target state="new"> 2124 <target state="new">
2071 Reset 2125 Reset
2072 </target> 2126 </target>
2073 2127 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">171</context></context-group>
2074 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 2128 </trans-unit>
2075 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 2129 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
2076 <source>Filter</source> 2130 <source>Filter</source>
2077 <target>مرشح</target> 2131 <target>مرشح</target>
2078 <context-group name="null"> 2132 <context-group name="null">
2079 <context context-type="linenumber">115</context> 2133 <context context-type="linenumber">115</context>
2080 </context-group> 2134 </context-group>
2081 2135 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">175</context></context-group>
2082 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit> 2136 </trans-unit>
2083 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 2137 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
2084 <source>Display unlisted and private videos</source> 2138 <source>Display unlisted and private videos</source>
2085 <target state="new">Display unlisted and private videos</target> 2139 <target state="new">Display unlisted and private videos</target>
2086 2140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group>
2087 2141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group>
2088 2142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group>
2089 2143 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group>
2090 2144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group>
2091 2145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group>
2092 2146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group>
2093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 2147 </trans-unit>
2094 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 2148 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
2095 <source>Add caption</source> 2149 <source>Add caption</source>
2096 <target state="new">Add caption</target> 2150 <target state="new">Add caption</target>
@@ -2112,281 +2166,281 @@
2112 <target state="new"> 2166 <target state="new">
2113 This will replace an existing caption! 2167 This will replace an existing caption!
2114 </target> 2168 </target>
2115 2169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group>
2116 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 2170 </trans-unit>
2117
2118 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html"> 2171 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
2119 <source>Add this caption</source> 2172 <source>Add this caption</source>
2120 <target state="new">Add this caption</target> 2173 <target state="new">Add this caption</target>
2121 2174 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group>
2122 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 2175 </trans-unit>
2123 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2176 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2124 <source>Title</source> 2177 <source>Title</source>
2125 <target>العنوان</target> 2178 <target>العنوان</target>
2126 <context-group name="null"> 2179 <context-group name="null">
2127 <context context-type="linenumber">9</context> 2180 <context context-type="linenumber">9</context>
2128 </context-group> 2181 </context-group>
2129 2182 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group>
2130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2183 </trans-unit>
2131 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b"> 2184 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
2132 <source>Tags</source> 2185 <source>Tags</source>
2133 <target>الوسوم</target> 2186 <target>الوسوم</target>
2134 <context-group name="null"> 2187 <context-group name="null">
2135 <context context-type="linenumber">191</context> 2188 <context context-type="linenumber">191</context>
2136 </context-group> 2189 </context-group>
2137 2190 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">19</context></context-group>
2138 2191 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2139 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group></trans-unit><trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2192 </trans-unit>
2140 <source> 2193 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2141 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2194 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source>
2142 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2195 <target state="new">
2143 Press Enter to add a new tag. 2196 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2144 </source><target state="new"> 2197 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2145 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2146 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2147 Press Enter to add a new tag. 2198 Press Enter to add a new tag.
2148 </target> 2199 </target>
2149 2200 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2150 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2201 </trans-unit>
2151
2152 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2202 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
2153 <source>+ Tag</source> 2203 <source>+ Tag</source>
2154 <target>+ وسم</target> 2204 <target>+ وسم</target>
2155 <context-group name="null"> 2205 <context-group name="null">
2156 <context context-type="linenumber">30</context> 2206 <context context-type="linenumber">30</context>
2157 </context-group> 2207 </context-group>
2158 2208 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group>
2159 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="e5a71671bcec89845f208e90c3bf508aafc8f931" datatype="html"> 2209 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group>
2160 <source>Enter a tag</source><target state="new">Enter a tag</target> 2210 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group>
2161 2211 </trans-unit>
2162 2212 <trans-unit id="e5a71671bcec89845f208e90c3bf508aafc8f931" datatype="html">
2163 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit> 2213 <source>Enter a tag</source>
2214 <target state="new">Enter a tag</target>
2215 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group>
2216 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group>
2217 </trans-unit>
2164 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0"> 2218 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
2165 <source>Enter a new tag</source> 2219 <source>Enter a new tag</source>
2166 <target>أدخل وسمًا جديدا</target> 2220 <target>أدخل وسمًا جديدا</target>
2167 <context-group name="null"> 2221 <context-group name="null">
2168 <context context-type="linenumber">30</context> 2222 <context context-type="linenumber">30</context>
2169 </context-group> 2223 </context-group>
2170 2224 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group>
2171 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 2225 </trans-unit>
2172 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 2226 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
2173 <source>Description</source> 2227 <source>Description</source>
2174 <target>الوصف</target> 2228 <target>الوصف</target>
2175 <context-group name="null"> 2229 <context-group name="null">
2176 <context context-type="linenumber">55</context> 2230 <context context-type="linenumber">55</context>
2177 </context-group> 2231 </context-group>
2178 2232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">39</context></context-group>
2179 2233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">38</context></context-group>
2180 2234 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group>
2181 2235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group>
2182 2236 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group>
2183 2237 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group>
2184 2238 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group>
2185 2239 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">55</context></context-group>
2186 2240 </trans-unit>
2187
2188 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit>
2189 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html"> 2241 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html">
2190 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 2242 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2191 <target state="new"> 2243 <target state="new">
2192 Video descriptions are truncated by default and require manual action to expand them. 2244 Video descriptions are truncated by default and require manual action to expand them.
2193 </target> 2245 </target>
2194 2246 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">43</context></context-group>
2195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2247 </trans-unit>
2196 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 2248 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2197 <source>Channel</source> 2249 <source>Channel</source>
2198 <target>القناة</target> 2250 <target>القناة</target>
2199 <context-group name="null"> 2251 <context-group name="null">
2200 <context context-type="linenumber">23</context> 2252 <context context-type="linenumber">23</context>
2201 </context-group> 2253 </context-group>
2202 2254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group>
2203 2255 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group>
2204 2256 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">11</context></context-group>
2205 2257 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">27</context></context-group>
2206 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2207 2259 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2208 2260 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group>
2209 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2261 </trans-unit>
2210 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2262 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2211 <source>Privacy</source> 2263 <source>Privacy</source>
2212 <target>الخصوصية</target> 2264 <target>الخصوصية</target>
2213 <context-group name="null"> 2265 <context-group name="null">
2214 <context context-type="linenumber">33</context> 2266 <context context-type="linenumber">33</context>
2215 </context-group> 2267 </context-group>
2216 2268 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group>
2217 2269 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group>
2218 2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">20</context></context-group>
2219 2271 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">36</context></context-group>
2220 2272 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group>
2221 2273 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2222 2274 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2223 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2275 </trans-unit>
2224 <source>FAQ</source><target state="new">FAQ</target> 2276 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2225 2277 <source>FAQ</source>
2226 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2278 <target state="new">FAQ</target>
2227 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2279 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group>
2228 2280 </trans-unit>
2229 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2281 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2230 <source>API</source><target state="new">API</target> 2282 <source>Frequently asked questions about PeerTube</source>
2231 2283 <target state="new">Frequently asked questions about PeerTube</target>
2232 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2284 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group>
2233 <source>API documentation</source><target state="new">API documentation</target> 2285 </trans-unit>
2234 2286 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2235 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit> 2287 <source>API</source>
2288 <target state="new">API</target>
2289 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group>
2290 </trans-unit>
2291 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2292 <source>API documentation</source>
2293 <target state="new">API documentation</target>
2294 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group>
2295 </trans-unit>
2236 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2296 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2237 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2297 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2238 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2298 <target state="new">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
2239 2299 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group>
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit> 2300 </trans-unit>
2241 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html"> 2301 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
2242 <source>This video contains mature or explicit content</source> 2302 <source>This video contains mature or explicit content</source>
2243 <target state="new">This video contains mature or explicit content</target> 2303 <target state="new">This video contains mature or explicit content</target>
2244 2304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">139</context></context-group>
2245 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 2305 </trans-unit>
2246 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644" datatype="html"> 2306 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644" datatype="html">
2247 <source>Some instances do not list videos containing mature or explicit content by default.</source> 2307 <source>Some instances do not list videos containing mature or explicit content by default.</source>
2248 <target state="new">Some instances do not list videos containing mature or explicit content by default.</target> 2308 <target state="new">Some instances do not list videos containing mature or explicit content by default.</target>
2249 2309 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">143</context></context-group>
2250 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 2310 </trans-unit>
2251 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html"> 2311 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html">
2252 <source>Wait transcoding before publishing the video</source> 2312 <source>Wait transcoding before publishing the video</source>
2253 <target state="new">Wait transcoding before publishing the video</target> 2313 <target state="new">Wait transcoding before publishing the video</target>
2254 2314 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">149</context></context-group>
2255 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">149</context></context-group></trans-unit> 2315 </trans-unit>
2256 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html"> 2316 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html">
2257 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 2317 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2258 <target state="new">If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</target> 2318 <target state="new">If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</target>
2259 2319 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">153</context></context-group>
2260 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 2320 </trans-unit>
2261 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 2321 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
2262 <source>Basic info</source> 2322 <source>Basic info</source>
2263 <target>معلومات أساسية</target> 2323 <target>معلومات أساسية</target>
2264 <context-group name="null"> 2324 <context-group name="null">
2265 <context context-type="linenumber">4</context> 2325 <context context-type="linenumber">4</context>
2266 </context-group> 2326 </context-group>
2267 2327 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">5</context></context-group>
2268 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2328 </trans-unit>
2269 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22" datatype="html"> 2329 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22" datatype="html">
2270 <source>Add another caption</source> 2330 <source>Add another caption</source>
2271 <target state="new">Add another caption</target> 2331 <target state="new">Add another caption</target>
2272 2332 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">171</context></context-group>
2273 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 2333 </trans-unit>
2274 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed" datatype="html"> 2334 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed" datatype="html">
2275 <source>See the subtitle file</source> 2335 <source>See the subtitle file</source>
2276 <target state="new">See the subtitle file</target> 2336 <target state="new">See the subtitle file</target>
2277 2337 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2278 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group></trans-unit> 2338 </trans-unit>
2279 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 2339 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2280 <source>Already uploaded ✔</source> 2340 <source>Already uploaded ✔</source>
2281 <target state="new">Already uploaded ✔</target> 2341 <target state="new">Already uploaded ✔</target>
2282 2342 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group>
2283 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit> 2343 </trans-unit>
2284 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad" datatype="html"> 2344 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad" datatype="html">
2285 <source>Will be created on update</source> 2345 <source>Will be created on update</source>
2286 <target state="new">Will be created on update</target> 2346 <target state="new">Will be created on update</target>
2287 2347 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">192</context></context-group>
2288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">192</context></context-group></trans-unit> 2348 </trans-unit>
2289 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 2349 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2290 <source>Cancel create</source> 2350 <source>Cancel create</source>
2291 <target>إلغاء الإنشاء</target> 2351 <target>إلغاء الإنشاء</target>
2292 <context-group name="null"> 2352 <context-group name="null">
2293 <context context-type="linenumber">189</context> 2353 <context context-type="linenumber">189</context>
2294 </context-group> 2354 </context-group>
2295 2355 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">194</context></context-group>
2296 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 2356 </trans-unit>
2297 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393" datatype="html"> 2357 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393" datatype="html">
2298 <source>Will be deleted on update</source> 2358 <source>Will be deleted on update</source>
2299 <target state="new">Will be deleted on update</target> 2359 <target state="new">Will be deleted on update</target>
2300 2360 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">200</context></context-group>
2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 2361 </trans-unit>
2302 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 2362 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2303 <source>Cancel deletion</source> 2363 <source>Cancel deletion</source>
2304 <target>إلغاء الحذف</target> 2364 <target>إلغاء الحذف</target>
2305 <context-group name="null"> 2365 <context-group name="null">
2306 <context context-type="linenumber">197</context> 2366 <context context-type="linenumber">197</context>
2307 </context-group> 2367 </context-group>
2308 2368 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">202</context></context-group>
2309 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">202</context></context-group></trans-unit> 2369 </trans-unit>
2310 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0" datatype="html"> 2370 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0" datatype="html">
2311 <source>No captions for now.</source> 2371 <source>No captions for now.</source>
2312 <target state="new"> 2372 <target state="new">
2313 No captions for now. 2373 No captions for now.
2314 </target> 2374 </target>
2315 2375 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">207</context></context-group>
2316 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">207</context></context-group></trans-unit> 2376 </trans-unit>
2317 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html"> 2377 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html">
2318 <source>Captions</source> 2378 <source>Captions</source>
2319 <target state="new">Captions</target> 2379 <target state="new">Captions</target>
2320 2380 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">163</context></context-group>
2321 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit> 2381 </trans-unit>
2322 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430" datatype="html"> 2382 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430" datatype="html">
2323 <source>Video preview</source> 2383 <source>Video preview</source>
2324 <target state="new">Video preview</target> 2384 <target state="new">Video preview</target>
2325 2385 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">223</context></context-group>
2326 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">223</context></context-group></trans-unit> 2386 </trans-unit>
2327 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 2387 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2328 <source>Support</source> 2388 <source>Support</source>
2329 <target>الدعم</target> 2389 <target>الدعم</target>
2330 <context-group name="null"> 2390 <context-group name="null">
2331 <context context-type="linenumber">78</context> 2391 <context context-type="linenumber">78</context>
2332 </context-group> 2392 </context-group>
2333 2393 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">232</context></context-group>
2334 2394 </trans-unit>
2335
2336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">232</context></context-group></trans-unit>
2337 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html"> 2395 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html">
2338 <source>Short text to tell people how they can support you (membership platform...).</source> 2396 <source>Short text to tell people how they can support you (membership platform...).</source>
2339 <target state="new">Short text to tell people how they can support you (membership platform...).</target> 2397 <target state="new">Short text to tell people how they can support you (membership platform...).</target>
2340 2398 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">233</context></context-group>
2341 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit> 2399 </trans-unit>
2342 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html"> 2400 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html">
2343 <source>Original publication date</source> 2401 <source>Original publication date</source>
2344 <target state="new">Original publication date</target> 2402 <target state="new">Original publication date</target>
2345 2403 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">246</context></context-group>
2346 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">246</context></context-group></trans-unit> 2404 </trans-unit>
2347 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html"> 2405 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html">
2348 <source>This is the date when the content was originally published (e.g. the release date for a film)</source> 2406 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2349 <target state="new">This is the date when the content was originally published (e.g. the release date for a film)</target> 2407 <target state="new">This is the date when the content was originally published (e.g. the release date for a film)</target>
2350 2408 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">247</context></context-group>
2351 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">247</context></context-group></trans-unit> 2409 </trans-unit>
2352 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 2410 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2353 <source>Enable video comments</source> 2411 <source>Enable video comments</source>
2354 <target>السماح بالتعليق على الفيديوهات</target> 2412 <target>السماح بالتعليق على الفيديوهات</target>
2355 <context-group name="null"> 2413 <context-group name="null">
2356 <context context-type="linenumber">254</context> 2414 <context context-type="linenumber">254</context>
2357 </context-group> 2415 </context-group>
2358 2416 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">261</context></context-group>
2359 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit> 2417 </trans-unit>
2360 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html"> 2418 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html">
2361 <source>Enable download</source> 2419 <source>Enable download</source>
2362 <target state="translated">تنشيط التنزيل</target> 2420 <target state="translated">تنشيط التنزيل</target>
2363 2421 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">266</context></context-group>
2364 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2422 </trans-unit>
2365 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 2423 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2366 <source>Advanced settings</source> 2424 <source>Advanced settings</source>
2367 <target>الإعدادات المتقدمة</target> 2425 <target>الإعدادات المتقدمة</target>
2368 <context-group name="null"> 2426 <context-group name="null">
2369 <context context-type="linenumber">210</context> 2427 <context context-type="linenumber">210</context>
2370 </context-group> 2428 </context-group>
2371 2429 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">216</context></context-group>
2372 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit> 2430 </trans-unit>
2373 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 2431 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2374 <source>URL</source> 2432 <source>URL</source>
2375 <target>الرابط</target> 2433 <target>الرابط</target>
2376 <context-group name="null"> 2434 <context-group name="null">
2377 <context context-type="linenumber">10</context> 2435 <context context-type="linenumber">10</context>
2378 </context-group> 2436 </context-group>
2379 2437 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</context></context-group>
2380 2438 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2381 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 2439 </trans-unit>
2382 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2440 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2383 <source> 2441 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source>
2384 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2385 or URL that points to a raw MP4 file.
2386 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.
2387 </source>
2388 <target state="new"> 2442 <target state="new">
2389 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2443 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
2390 or URL that points to a raw MP4 file. 2444 or URL that points to a raw MP4 file.
2391 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. 2445 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.
2392 </target> 2446 </target>
@@ -2401,10 +2455,10 @@
2401 <context-group name="null"> 2455 <context-group name="null">
2402 <context context-type="linenumber">53</context> 2456 <context context-type="linenumber">53</context>
2403 </context-group> 2457 </context-group>
2404 2458 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group>
2405 2459 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">63</context></context-group>
2406 2460 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">52</context></context-group>
2407 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 2461 </trans-unit>
2408 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2462 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2409 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2463 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2410 <target state="new"> 2464 <target state="new">
@@ -2421,10 +2475,11 @@
2421 <context-group name="null"> 2475 <context-group name="null">
2422 <context context-type="linenumber">17</context> 2476 <context context-type="linenumber">17</context>
2423 </context-group> 2477 </context-group>
2424 2478 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group>
2425 2479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">73</context></context-group>
2426 2480 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group>
2427 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2481 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group>
2482 </trans-unit>
2428 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2483 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2429 <source>Select the file to upload</source> 2484 <source>Select the file to upload</source>
2430 <target>اختر الملف الذي تريد ارساله</target> 2485 <target>اختر الملف الذي تريد ارساله</target>
@@ -2439,53 +2494,53 @@
2439 <context-group name="null"> 2494 <context-group name="null">
2440 <context context-type="linenumber">25</context> 2495 <context context-type="linenumber">25</context>
2441 </context-group> 2496 </context-group>
2442 2497 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">24</context></context-group>
2443 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 2498 </trans-unit>
2444 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2499 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2445 <source>Video background image</source> 2500 <source>Video background image</source>
2446 <target state="new">Video background image</target> 2501 <target state="new">Video background image</target>
2447 2502 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2448 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 2503 </trans-unit>
2449 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2504 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2450 <source> 2505 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source>
2451 Image that will be merged with your audio file.
2452 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2453 The chosen image will be definitive and cannot be modified.
2454 </source>
2455 <target state="new"> 2506 <target state="new">
2456 Image that will be merged with your audio file. 2507 Image that will be merged with your audio file.
2457 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2508 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2458 The chosen image will be definitive and cannot be modified. 2509 The chosen image will be definitive and cannot be modified.
2459 </target> 2510 </target>
2460 2511 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2461 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2512 </trans-unit>
2462 <source>Processing…</source><target state="new">Processing…</target> 2513 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2463 2514 <source>Processing…</source>
2464 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2515 <target state="new">Processing…</target>
2465 <source>Total video quota</source><target state="new">Total video quota</target> 2516 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">55</context></context-group>
2466 2517 </trans-unit>
2467 2518 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2519 <source>Total video quota</source>
2520 <target state="new">Total video quota</target>
2521 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">53</context></context-group>
2522 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">11</context></context-group>
2523 </trans-unit>
2469 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html"> 2524 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2470 <source>Congratulations! Your video is now available in your private library.</source> 2525 <source>Congratulations! Your video is now available in your private library.</source>
2471 <target state="new"> 2526 <target state="new">
2472 Congratulations! Your video is now available in your private library. 2527 Congratulations! Your video is now available in your private library.
2473</target> 2528</target>
2474 2529 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">67</context></context-group>
2475 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit> 2530 </trans-unit>
2476 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 2531 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2477 <source>Publish will be available when upload is finished</source> 2532 <source>Publish will be available when upload is finished</source>
2478 <target state="new">Publish will be available when upload is finished</target> 2533 <target state="new">Publish will be available when upload is finished</target>
2479 2534 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">80</context></context-group>
2480 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 2535 </trans-unit>
2481 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2536 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2482 <source>Publish</source> 2537 <source>Publish</source>
2483 <target>أنشر</target> 2538 <target>أنشر</target>
2484 <context-group name="null"> 2539 <context-group name="null">
2485 <context context-type="linenumber">86</context> 2540 <context context-type="linenumber">86</context>
2486 </context-group> 2541 </context-group>
2487 2542 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">87</context></context-group>
2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 2543 </trans-unit>
2489 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2544 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2490 <source>Select the torrent to import</source> 2545 <source>Select the torrent to import</source>
2491 <target>إختر التورنت الذي تريد استيراده</target> 2546 <target>إختر التورنت الذي تريد استيراده</target>
@@ -2493,45 +2548,41 @@
2493 <context context-type="linenumber">6</context> 2548 <context context-type="linenumber">6</context>
2494 </context-group> 2549 </context-group>
2495 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">6</context></context-group> 2550 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">6</context></context-group>
2496 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html"> 2551 </trans-unit>
2497 <source>OR</source><target state="new">OR</target> 2552 <trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2553 <source>OR</source>
2554 <target state="new">OR</target>
2498 <context-group purpose="location"> 2555 <context-group purpose="location">
2499 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2556 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2500 <context context-type="linenumber">10</context> 2557 <context context-type="linenumber">10</context>
2501 </context-group> 2558 </context-group>
2502 </trans-unit> 2559 </trans-unit>
2503
2504 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html"> 2560 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2505 <source>Paste magnet URI</source> 2561 <source>Paste magnet URI</source>
2506 <target state="new">Paste magnet URI</target> 2562 <target state="new">Paste magnet URI</target>
2507 2563 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2508 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2564 </trans-unit>
2509 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2565 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2510 <source> 2566 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2511 You can import any torrent file that points to a mp4 file.
2512 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.
2513 </source>
2514 <target state="new"> 2567 <target state="new">
2515 You can import any torrent file that points to a mp4 file. 2568 You can import any torrent file that points to a mp4 file.
2516 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. 2569 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.
2517 </target> 2570 </target>
2518 2571 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2519 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2572 </trans-unit>
2520 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html"> 2573 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2521 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2574 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2522 <target state="new"> 2575 <target state="new">
2523 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2576 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2524</target> 2577</target>
2525 2578 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2526 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2579 </trans-unit>
2527 <source> 2580 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2528 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance. 2581 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source>
2529 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2582 <target state="new">
2530 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos. 2583 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance.
2531 </source><target state="new"> 2584 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2532 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance. 2585 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos.
2533 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2534 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2535 </target> 2586 </target>
2536 <context-group purpose="location"> 2587 <context-group purpose="location">
2537 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2588 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2541,77 +2592,82 @@
2541 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860" datatype="html"> 2592 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860" datatype="html">
2542 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source> 2593 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2543 <target state="new">Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2594 <target state="new">Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2544 2595 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">9</context></context-group>
2545 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 2596 </trans-unit>
2546 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5" datatype="html"> 2597 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5" datatype="html">
2547 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source> 2598 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2548 <target state="new">Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2599 <target state="new">Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2549 2600 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">10</context></context-group>
2550 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2601 </trans-unit>
2551 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3"> 2602 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
2552 <source>Upload a file</source> 2603 <source>Upload a file</source>
2553 <target>إرسال ملف</target> 2604 <target>إرسال ملف</target>
2554 <context-group name="null"> 2605 <context-group name="null">
2555 <context context-type="linenumber">10</context> 2606 <context context-type="linenumber">10</context>
2556 </context-group> 2607 </context-group>
2557 2608 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">16</context></context-group>
2558 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2609 </trans-unit>
2559 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470"> 2610 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
2560 <source>Import with URL</source> 2611 <source>Import with URL</source>
2561 <target>استيراد عن طريق رابط</target> 2612 <target>استيراد عن طريق رابط</target>
2562 <context-group name="null"> 2613 <context-group name="null">
2563 <context context-type="linenumber">17</context> 2614 <context context-type="linenumber">17</context>
2564 </context-group> 2615 </context-group>
2565 2616 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">26</context></context-group>
2566 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2617 </trans-unit>
2567 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340"> 2618 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
2568 <source>Import with torrent</source> 2619 <source>Import with torrent</source>
2569 <target>استيراد عبر التورنت</target> 2620 <target>استيراد عبر التورنت</target>
2570 <context-group name="null"> 2621 <context-group name="null">
2571 <context context-type="linenumber">24</context> 2622 <context context-type="linenumber">24</context>
2572 </context-group> 2623 </context-group>
2573 2624 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">36</context></context-group>
2574 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 2625 </trans-unit>
2575 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html"> 2626 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html">
2576 <source> 2627 <source>Other videos</source>
2577 Other videos 2628 <target state="new">
2578 </source><target state="new">
2579 Other videos 2629 Other videos
2580 </target> 2630 </target>
2581 <context-group purpose="location"> 2631 <context-group purpose="location">
2582 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context> 2632 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
2583 <context context-type="linenumber">4</context> 2633 <context context-type="linenumber">4</context>
2584 </context-group> 2634 </context-group>
2585 </trans-unit><trans-unit id="70155053814b6999f8abce4f89bab85afc76e538" datatype="html"> 2635 </trans-unit>
2586 <source>AUTOPLAY</source><target state="new">AUTOPLAY</target> 2636 <trans-unit id="70155053814b6999f8abce4f89bab85afc76e538" datatype="html">
2637 <source>AUTOPLAY</source>
2638 <target state="new">AUTOPLAY</target>
2587 <context-group purpose="location"> 2639 <context-group purpose="location">
2588 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context> 2640 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
2589 <context context-type="linenumber">10</context> 2641 <context context-type="linenumber">10</context>
2590 </context-group> 2642 </context-group>
2591 </trans-unit> 2643 </trans-unit>
2592
2593 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 2644 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2594 <source>Share</source> 2645 <source>Share</source>
2595 <target>شارك</target> 2646 <target>شارك</target>
2596 <context-group name="null"> 2647 <context-group name="null">
2597 <context context-type="linenumber">83</context> 2648 <context context-type="linenumber">83</context>
2598 </context-group> 2649 </context-group>
2599 2650 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">3</context></context-group>
2600 2651 </trans-unit>
2601 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="71420314c00d8b709ea1aad8f608498f8db92258" datatype="html"> 2652 <trans-unit id="71420314c00d8b709ea1aad8f608498f8db92258" datatype="html">
2602 <source>Share the playlist</source><target state="new">Share the playlist</target> 2653 <source>Share the playlist</source>
2654 <target state="new">Share the playlist</target>
2603 <context-group purpose="location"> 2655 <context-group purpose="location">
2604 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context> 2656 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2605 <context context-type="linenumber">10</context> 2657 <context context-type="linenumber">10</context>
2606 </context-group> 2658 </context-group>
2607 </trans-unit><trans-unit id="dfc8701a2a6898d6784db0ebf9d3191552d81d89" datatype="html"> 2659 </trans-unit>
2608 <source>Share the playlist at this video position</source><target state="new">Share the playlist at this video position</target> 2660 <trans-unit id="dfc8701a2a6898d6784db0ebf9d3191552d81d89" datatype="html">
2661 <source>Share the playlist at this video position</source>
2662 <target state="new">Share the playlist at this video position</target>
2609 <context-group purpose="location"> 2663 <context-group purpose="location">
2610 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context> 2664 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2611 <context context-type="linenumber">19</context> 2665 <context context-type="linenumber">19</context>
2612 </context-group> 2666 </context-group>
2613 </trans-unit><trans-unit id="51f7d84d38a304f7f056d2dcaf6d733c3ade35f9" datatype="html"> 2667 </trans-unit>
2614 <source>Share the video</source><target state="new">Share the video</target> 2668 <trans-unit id="51f7d84d38a304f7f056d2dcaf6d733c3ade35f9" datatype="html">
2669 <source>Share the video</source>
2670 <target state="new">Share the video</target>
2615 <context-group purpose="location"> 2671 <context-group purpose="location">
2616 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context> 2672 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2617 <context context-type="linenumber">28</context> 2673 <context context-type="linenumber">28</context>
@@ -2623,88 +2679,89 @@
2623 <context-group name="null"> 2679 <context-group name="null">
2624 <context context-type="linenumber">27</context> 2680 <context context-type="linenumber">27</context>
2625 </context-group> 2681 </context-group>
2626 2682 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">43</context></context-group>
2627 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html"> 2683 </trans-unit>
2628 <source> 2684 <trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html">
2629 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). 2685 <source>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).</source>
2630 </source><target state="new"> 2686 <target state="new">
2631 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). 2687 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).
2632 </target> 2688 </target>
2633 2689 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">59</context></context-group>
2634 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 2690 </trans-unit>
2635
2636 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html"> 2691 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html">
2637 <source>Embed</source> 2692 <source>Embed</source>
2638 <target state="new">Embed</target> 2693 <target state="new">Embed</target>
2639 2694 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">53</context></context-group>
2640 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2695 </trans-unit>
2641 <trans-unit id="9adb13e2ba5160c8b0b100dc3f4cbe6051b5af9b" datatype="html"> 2696 <trans-unit id="9adb13e2ba5160c8b0b100dc3f4cbe6051b5af9b" datatype="html">
2642 <source>Auto select subtitle</source> 2697 <source>Auto select subtitle</source>
2643 <target state="new">Auto select subtitle</target> 2698 <target state="new">Auto select subtitle</target>
2644 2699 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">90</context></context-group>
2645 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="f0e9c70583e8264cda79a8151de51cbb1ecb02ef" datatype="html"> 2700 </trans-unit>
2646 <source> 2701 <trans-unit id="f0e9c70583e8264cda79a8151de51cbb1ecb02ef" datatype="html">
2647 More customization 2702 <source>More customization</source>
2648 </source><target state="new"> 2703 <target state="new">
2649 More customization 2704 More customization
2650 </target> 2705 </target>
2651 2706 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">170</context></context-group>
2652 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="cfad9c5d4357d7c4ac99cc2ce63c54c9738901d7" datatype="html"> 2707 </trans-unit>
2653 <source> 2708 <trans-unit id="cfad9c5d4357d7c4ac99cc2ce63c54c9738901d7" datatype="html">
2654 Less customization 2709 <source>Less customization</source>
2655 </source><target state="new"> 2710 <target state="new">
2656 Less customization 2711 Less customization
2657 </target> 2712 </target>
2658 2713 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">178</context></context-group>
2659 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">178</context></context-group></trans-unit> 2714 </trans-unit>
2660
2661
2662 <trans-unit id="0c2e76c41af25effefd456fb1e86143e0cfd1a4e" datatype="html"> 2715 <trans-unit id="0c2e76c41af25effefd456fb1e86143e0cfd1a4e" datatype="html">
2663 <source>Autoplay</source> 2716 <source>Autoplay</source>
2664 <target state="new">Autoplay</target> 2717 <target state="new">Autoplay</target>
2665 2718 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">121</context></context-group>
2666 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="71b6e75eb1d54bcd9a64b9af9b99121785a065d0" datatype="html"> 2719 </trans-unit>
2667 <source>Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></source><target state="new">Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></target> 2720 <trans-unit id="71b6e75eb1d54bcd9a64b9af9b99121785a065d0" datatype="html">
2721 <source>Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></source>
2722 <target state="new">Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></target>
2668 <context-group purpose="location"> 2723 <context-group purpose="location">
2669 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context> 2724 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context>
2670 <context context-type="linenumber">3</context> 2725 <context context-type="linenumber">3</context>
2671 </context-group> 2726 </context-group>
2672 </trans-unit><trans-unit id="cb66498f1a530d9b29ee5bc6605628add658dd87" datatype="html"> 2727 </trans-unit>
2673 <source>Maybe later</source><target state="new">Maybe later</target> 2728 <trans-unit id="cb66498f1a530d9b29ee5bc6605628add658dd87" datatype="html">
2674 2729 <source>Maybe later</source>
2675 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2730 <target state="translated">ربما لاحقًا</target>
2731 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context><context context-type="linenumber">11</context></context-group>
2732 </trans-unit>
2676 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809"> 2733 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
2677 <source>Muted</source> 2734 <source>Muted</source>
2678 <target>تم كتمه</target> 2735 <target>تم كتمه</target>
2679 <context-group name="null"> 2736 <context-group name="null">
2680 <context context-type="linenumber">20</context> 2737 <context context-type="linenumber">20</context>
2681 </context-group> 2738 </context-group>
2682 2739 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">128</context></context-group>
2683 2740 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">19</context></context-group>
2684 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">128</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2741 </trans-unit>
2685 <trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html"> 2742 <trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html">
2686 <source>Loop</source> 2743 <source>Loop</source>
2687 <target state="new">Loop</target> 2744 <target state="new">Loop</target>
2688 2745 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">135</context></context-group>
2689 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">135</context></context-group></trans-unit> 2746 </trans-unit>
2690 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523" datatype="html"> 2747 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523" datatype="html">
2691 <source>Display video title</source> 2748 <source>Display video title</source>
2692 <target state="new">Display video title</target> 2749 <target state="translated">اظهر عنوان الفيديو</target>
2693 2750 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">144</context></context-group>
2694 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">144</context></context-group></trans-unit> 2751 </trans-unit>
2695 <trans-unit id="cd0fb32d9b50b615bdce413ca955283df7ab0b74" datatype="html"> 2752 <trans-unit id="cd0fb32d9b50b615bdce413ca955283df7ab0b74" datatype="html">
2696 <source>Display privacy warning</source> 2753 <source>Display privacy warning</source>
2697 <target state="new">Display privacy warning</target> 2754 <target state="translated">اظهر تنبيه الخصوصية</target>
2698 2755 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">151</context></context-group>
2699 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 2756 </trans-unit>
2700 <trans-unit id="3e10c53d0372db827bf38571e56d166f1df963bf" datatype="html"> 2757 <trans-unit id="3e10c53d0372db827bf38571e56d166f1df963bf" datatype="html">
2701 <source>Display player controls</source> 2758 <source>Display player controls</source>
2702 <target state="new">Display player controls</target> 2759 <target state="new">Display player controls</target>
2703 2760 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">158</context></context-group>
2704 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">158</context></context-group></trans-unit> 2761 </trans-unit>
2705 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html"> 2762 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html">
2706 <source>Public</source> 2763 <source>Public</source>
2707 <target state="new">Public</target> 2764 <target state="translated">للعامة</target>
2708 <context-group purpose="location"> 2765 <context-group purpose="location">
2709 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context> 2766 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
2710 <context context-type="linenumber">8</context> 2767 <context context-type="linenumber">8</context>
@@ -2747,64 +2804,70 @@
2747 <context context-type="linenumber">32</context> 2804 <context context-type="linenumber">32</context>
2748 </context-group> 2805 </context-group>
2749 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2806 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2750 </trans-unit><trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2807 </trans-unit>
2751 <source> 2808 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2752 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2809 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2753 </source><target state="new"> 2810 <target state="new">
2754 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2811 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2755 </target> 2812 </target>
2756 <context-group purpose="location"> 2813 <context-group purpose="location">
2757 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2814 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2758 <context context-type="linenumber">45</context> 2815 <context context-type="linenumber">45</context>
2759 </context-group> 2816 </context-group>
2760 </trans-unit><trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2817 </trans-unit>
2761 <source> 2818 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2762 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2819 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2763 </source><target state="new"> 2820 <target state="new">
2764 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2821 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2765 </target> 2822 </target>
2766 <context-group purpose="location"> 2823 <context-group purpose="location">
2767 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2824 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2768 <context context-type="linenumber">56</context> 2825 <context context-type="linenumber">56</context>
2769 </context-group> 2826 </context-group>
2770 </trans-unit><trans-unit id="74059c5dce671d464259e3ce37a5d408c3fd7720" datatype="html"> 2827 </trans-unit>
2771 <source>SUPPORT</source><target state="new">SUPPORT</target> 2828 <trans-unit id="74059c5dce671d464259e3ce37a5d408c3fd7720" datatype="html">
2829 <source>SUPPORT</source>
2830 <target state="translated">الدعم</target>
2772 <context-group purpose="location"> 2831 <context-group purpose="location">
2773 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2832 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2774 <context context-type="linenumber">87</context> 2833 <context context-type="linenumber">87</context>
2775 </context-group> 2834 </context-group>
2776 </trans-unit><trans-unit id="83ea0f7a6f84393af198d48193e01a96f3fcbc9a" datatype="html"> 2835 </trans-unit>
2777 <source>SHARE</source><target state="new">SHARE</target> 2836 <trans-unit id="83ea0f7a6f84393af198d48193e01a96f3fcbc9a" datatype="html">
2837 <source>SHARE</source>
2838 <target state="translated">شارك</target>
2778 <context-group purpose="location"> 2839 <context-group purpose="location">
2779 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2840 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2780 <context context-type="linenumber">92</context> 2841 <context context-type="linenumber">92</context>
2781 </context-group> 2842 </context-group>
2782 </trans-unit><trans-unit id="cf272d006ff8c0b60e61b14e17fa6a39b30d614a" datatype="html"> 2843 </trans-unit>
2783 <source>SAVE</source><target state="new">SAVE</target> 2844 <trans-unit id="cf272d006ff8c0b60e61b14e17fa6a39b30d614a" datatype="html">
2845 <source>SAVE</source>
2846 <target state="translated">حفظ</target>
2784 <context-group purpose="location"> 2847 <context-group purpose="location">
2785 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2848 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2786 <context context-type="linenumber">103</context> 2849 <context context-type="linenumber">103</context>
2787 </context-group> 2850 </context-group>
2788 </trans-unit> 2851 </trans-unit>
2789
2790
2791 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2852 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2792 <source>Like this video</source> 2853 <source>Like this video</source>
2793 <target>الإعجاب بهذه الفيديو</target> 2854 <target>الإعجاب بهذه الفيديو</target>
2794 <context-group name="null"> 2855 <context-group name="null">
2795 <context context-type="linenumber">63</context> 2856 <context context-type="linenumber">63</context>
2796 </context-group> 2857 </context-group>
2797 2858 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group>
2798 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 2859 </trans-unit>
2799 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2860 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2800 <source>Dislike this video</source> 2861 <source>Dislike this video</source>
2801 <target>إلغاء الإعجاب بهذه الفيديو</target> 2862 <target>إلغاء الإعجاب بهذه الفيديو</target>
2802 <context-group name="null"> 2863 <context-group name="null">
2803 <context context-type="linenumber">71</context> 2864 <context context-type="linenumber">71</context>
2804 </context-group> 2865 </context-group>
2805 2866 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group>
2806 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="d9b40e01fa146a1fbd189c13b01815a1d41c68ab" datatype="html"> 2867 </trans-unit>
2807 <source>Support options for this video</source><target state="new">Support options for this video</target> 2868 <trans-unit id="d9b40e01fa146a1fbd189c13b01815a1d41c68ab" datatype="html">
2869 <source>Support options for this video</source>
2870 <target state="translated">خيارات الدعم لهذا الفيديو</target>
2808 <context-group purpose="location"> 2871 <context-group purpose="location">
2809 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 2872 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
2810 <context context-type="linenumber">1</context> 2873 <context context-type="linenumber">1</context>
@@ -2816,41 +2879,50 @@
2816 <context-group name="null"> 2879 <context-group name="null">
2817 <context context-type="linenumber">118</context> 2880 <context context-type="linenumber">118</context>
2818 </context-group> 2881 </context-group>
2819 2882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">2</context></context-group>
2820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">2</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">150</context></context-group></trans-unit> 2883 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">150</context></context-group>
2884 </trans-unit>
2821 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html"> 2885 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html">
2822 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2886 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2823 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2887 <target state="translated">مِن <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2824 2888 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group>
2825 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit> 2889 </trans-unit>
2826 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2890 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2827 <source>Go to the account page</source> 2891 <source>Go to the account page</source>
2828 <target>الإنتقال إلى صفحة الحساب</target> 2892 <target>الإنتقال إلى صفحة الحساب</target>
2829 <context-group name="null"> 2893 <context-group name="null">
2830 <context context-type="linenumber">63</context> 2894 <context context-type="linenumber">63</context>
2831 </context-group> 2895 </context-group>
2832 2896 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group>
2833 2897 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group>
2834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2898 </trans-unit>
2835 <source>Subscribe</source><target state="new">Subscribe</target> 2899 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2900 <source>Subscribe</source>
2901 <target state="translated">اشترِك</target>
2836 <context-group purpose="location"> 2902 <context-group purpose="location">
2837 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2903 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2838 <context context-type="linenumber">7</context> 2904 <context context-type="linenumber">7</context>
2839 </context-group> 2905 </context-group>
2840 </trans-unit><trans-unit id="6e215e23505768151b501b7e11dd5b864e604fd9" datatype="html"> 2906 </trans-unit>
2841 <source>Subscribe to all channels</source><target state="new">Subscribe to all channels</target> 2907 <trans-unit id="6e215e23505768151b501b7e11dd5b864e604fd9" datatype="html">
2908 <source>Subscribe to all channels</source>
2909 <target state="translated">اشترك في كافة القنوات</target>
2842 <context-group purpose="location"> 2910 <context-group purpose="location">
2843 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2911 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2844 <context context-type="linenumber">9</context> 2912 <context context-type="linenumber">9</context>
2845 </context-group> 2913 </context-group>
2846 </trans-unit><trans-unit id="c33a843e309de9d67771aa5e666f61e92f4c6216" datatype="html"> 2914 </trans-unit>
2847 <source>channels subscribed</source><target state="new">channels subscribed</target> 2915 <trans-unit id="c33a843e309de9d67771aa5e666f61e92f4c6216" datatype="html">
2916 <source>channels subscribed</source>
2917 <target state="new">channels subscribed</target>
2848 <context-group purpose="location"> 2918 <context-group purpose="location">
2849 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2919 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2850 <context context-type="linenumber">11</context> 2920 <context context-type="linenumber">11</context>
2851 </context-group> 2921 </context-group>
2852 </trans-unit><trans-unit id="e01bfa3629e2133dbf307975446bde047eb8bd1f" datatype="html"> 2922 </trans-unit>
2853 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source><target state="new">{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</target> 2923 <trans-unit id="e01bfa3629e2133dbf307975446bde047eb8bd1f" datatype="html">
2924 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source>
2925 <target state="new">{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</target>
2854 <context-group purpose="location"> 2926 <context-group purpose="location">
2855 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2927 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2856 <context context-type="linenumber">31</context> 2928 <context context-type="linenumber">31</context>
@@ -2862,17 +2934,19 @@
2862 <context-group name="null"> 2934 <context-group name="null">
2863 <context context-type="linenumber">141</context> 2935 <context context-type="linenumber">141</context>
2864 </context-group> 2936 </context-group>
2865 2937 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">174</context></context-group>
2866 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">174</context></context-group></trans-unit> 2938 </trans-unit>
2867 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 2939 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2868 <source>Show less</source> 2940 <source>Show less</source>
2869 <target>عرض القليل</target> 2941 <target>عرض القليل</target>
2870 <context-group name="null"> 2942 <context-group name="null">
2871 <context context-type="linenumber">147</context> 2943 <context context-type="linenumber">147</context>
2872 </context-group> 2944 </context-group>
2873 2945 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">180</context></context-group>
2874 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">180</context></context-group></trans-unit><trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html"> 2946 </trans-unit>
2875 <source>Origin instance</source><target state="new">Origin instance</target> 2947 <trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html">
2948 <source>Origin instance</source>
2949 <target state="translated">مثيل الخادم الأصلي</target>
2876 <context-group purpose="location"> 2950 <context-group purpose="location">
2877 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2951 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2878 <context context-type="linenumber">192</context> 2952 <context context-type="linenumber">192</context>
@@ -2881,17 +2955,19 @@
2881 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html"> 2955 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html">
2882 <source>Originally published</source> 2956 <source>Originally published</source>
2883 <target state="new">Originally published</target> 2957 <target state="new">Originally published</target>
2884 2958 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">197</context></context-group>
2885 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2959 </trans-unit>
2886 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2960 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2961 <source>Friendly Reminder:</source>
2962 <target state="new">Friendly Reminder: </target>
2887 <context-group purpose="location"> 2963 <context-group purpose="location">
2888 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2964 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2889 <context context-type="linenumber">261</context> 2965 <context context-type="linenumber">261</context>
2890 </context-group> 2966 </context-group>
2891 </trans-unit><trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html"> 2967 </trans-unit>
2892 <source> 2968 <trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html">
2893 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. 2969 <source>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.</source>
2894 </source><target state="new"> 2970 <target state="new">
2895 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. 2971 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.
2896 </target> 2972 </target>
2897 <context-group purpose="location"> 2973 <context-group purpose="location">
@@ -2899,110 +2975,116 @@
2899 <context context-type="linenumber">262</context> 2975 <context context-type="linenumber">262</context>
2900 </context-group> 2976 </context-group>
2901 </trans-unit> 2977 </trans-unit>
2902
2903
2904 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2978 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2905 <source>More information</source> 2979 <source>More information</source>
2906 <target>المزيد من التفاصيل</target> 2980 <target>المزيد من التفاصيل</target>
2907 <context-group name="null"> 2981 <context-group name="null">
2908 <context context-type="linenumber">215</context> 2982 <context context-type="linenumber">215</context>
2909 </context-group> 2983 </context-group>
2910 2984 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group>
2911 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 2985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</context></context-group>
2986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">50</context></context-group>
2987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group>
2988 </trans-unit>
2912 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2989 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2913 <source>Get more information</source> 2990 <source>Get more information</source>
2914 <target>احصل على معلومات أكثر</target> 2991 <target>احصل على معلومات أكثر</target>
2915 <context-group name="null"> 2992 <context-group name="null">
2916 <context context-type="linenumber">215</context> 2993 <context context-type="linenumber">215</context>
2917 </context-group> 2994 </context-group>
2918 2995 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group>
2919 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2996 </trans-unit>
2920 <source> 2997 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2921 OK 2998 <source>OK</source>
2922 </source><target state="new"> 2999 <target state="translated">حسنًا</target>
2923 OK
2924 </target>
2925 <context-group purpose="location"> 3000 <context-group purpose="location">
2926 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3001 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2927 <context context-type="linenumber">269</context> 3002 <context context-type="linenumber">269</context>
2928 </context-group> 3003 </context-group>
2929 </trans-unit> 3004 </trans-unit>
2930 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 3005 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2931 <source>1 Comment</source><target state="new">1 Comment</target> 3006 <source>1 Comment</source>
3007 <target state="translated">تعليق واحد</target>
2932 <context-group purpose="location"> 3008 <context-group purpose="location">
2933 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3009 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2934 <context context-type="linenumber">6</context> 3010 <context context-type="linenumber">6</context>
2935 </context-group> 3011 </context-group>
2936 </trans-unit><trans-unit id="8164af7bbe7fb9a3d2064ddf2627a7a4d5446575" datatype="html"> 3012 </trans-unit>
2937 <source><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</target> 3013 <trans-unit id="8164af7bbe7fb9a3d2064ddf2627a7a4d5446575" datatype="html">
3014 <source><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</source>
3015 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> تعليقات</target>
2938 <context-group purpose="location"> 3016 <context-group purpose="location">
2939 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3017 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2940 <context context-type="linenumber">7</context> 3018 <context context-type="linenumber">7</context>
2941 </context-group> 3019 </context-group>
2942 </trans-unit><trans-unit id="c5bb9f8936cb33db2ca351a1b87a984fdf11917c" datatype="html"> 3020 </trans-unit>
2943 <source>Comments</source><target state="new">Comments</target> 3021 <trans-unit id="c5bb9f8936cb33db2ca351a1b87a984fdf11917c" datatype="html">
3022 <source>Comments</source>
3023 <target state="translated">التعليقات</target>
2944 <context-group purpose="location"> 3024 <context-group purpose="location">
2945 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3025 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2946 <context context-type="linenumber">9</context> 3026 <context context-type="linenumber">9</context>
2947 </context-group> 3027 </context-group>
2948 </trans-unit><trans-unit id="a87cd0a1633f944e697fa2ee68362d8bc11c41ee" datatype="html"> 3028 </trans-unit>
2949 <source> 3029 <trans-unit id="a87cd0a1633f944e697fa2ee68362d8bc11c41ee" datatype="html">
2950 SORT BY 3030 <source>SORT BY</source>
2951 </source><target state="new"> 3031 <target state="translated">ترتيب حسب</target>
2952 SORT BY
2953 </target>
2954 <context-group purpose="location"> 3032 <context-group purpose="location">
2955 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3033 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2956 <context context-type="linenumber">15</context> 3034 <context context-type="linenumber">15</context>
2957 </context-group> 3035 </context-group>
2958 </trans-unit><trans-unit id="6d355ab9a2c6af4f7ffcb44dd8ca0c5572f958ca" datatype="html"> 3036 </trans-unit>
2959 <source>Most recent first (default)</source><target state="new">Most recent first (default)</target> 3037 <trans-unit id="6d355ab9a2c6af4f7ffcb44dd8ca0c5572f958ca" datatype="html">
3038 <source>Most recent first (default)</source>
3039 <target state="new">Most recent first (default)</target>
2960 <context-group purpose="location"> 3040 <context-group purpose="location">
2961 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3041 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2962 <context context-type="linenumber">19</context> 3042 <context context-type="linenumber">19</context>
2963 </context-group> 3043 </context-group>
2964 </trans-unit><trans-unit id="df2d2cca87a54e75abb4196d10358579dd0321b4" datatype="html"> 3044 </trans-unit>
2965 <source>Most replies first</source><target state="new">Most replies first</target> 3045 <trans-unit id="df2d2cca87a54e75abb4196d10358579dd0321b4" datatype="html">
3046 <source>Most replies first</source>
3047 <target state="new">Most replies first</target>
2966 <context-group purpose="location"> 3048 <context-group purpose="location">
2967 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3049 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2968 <context context-type="linenumber">20</context> 3050 <context context-type="linenumber">20</context>
2969 </context-group> 3051 </context-group>
2970 </trans-unit> 3052 </trans-unit>
2971
2972 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4"> 3053 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
2973 <source>No comments.</source> 3054 <source>No comments.</source>
2974 <target>ليس هناك تعليقات.</target> 3055 <target>ليس هناك تعليقات.</target>
2975 <context-group name="null"> 3056 <context-group name="null">
2976 <context context-type="linenumber">17</context> 3057 <context context-type="linenumber">17</context>
2977 </context-group> 3058 </context-group>
2978 3059 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">32</context></context-group>
2979 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html"> 3060 </trans-unit>
2980 <source> 3061 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
2981 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3062 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
2982 </source><target state="new"> 3063 <target state="new">
2983 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3064 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
2984 </target> 3065 </target>
2985 3066 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group>
2986 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3067 </trans-unit>
2987 <source> 3068 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
2988 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3069 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2989 </source><target state="new"> 3070 <target state="new">
2990 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3071 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
2991 </target> 3072 </target>
2992 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group>
2993 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3074 </trans-unit>
2994 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3075 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
2995 3076 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2996 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3077 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2997 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group>
3079 </trans-unit>
2998 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3080 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
2999 <source>Comments are disabled.</source> 3081 <source>Comments are disabled.</source>
3000 <target>تم تعطيل التعليقات.</target> 3082 <target>تم تعطيل التعليقات.</target>
3001 <context-group name="null"> 3083 <context-group name="null">
3002 <context context-type="linenumber">64</context> 3084 <context context-type="linenumber">64</context>
3003 </context-group> 3085 </context-group>
3004 3086 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group>
3005 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit> 3087 </trans-unit>
3006 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3088 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3007 <source>Add comment...</source> 3089 <source>Add comment...</source>
3008 <target>إضافة تعليق…</target> 3090 <target>إضافة تعليق…</target>
@@ -3010,28 +3092,23 @@
3010 <context context-type="linenumber">6</context> 3092 <context context-type="linenumber">6</context>
3011 </context-group> 3093 </context-group>
3012 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group> 3094 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group>
3013 </trans-unit><trans-unit id="8956c0f4c6974289fc63f1ab6b54f5b32ed65eeb" datatype="html"> 3095 </trans-unit>
3014 <source> 3096 <trans-unit id="8956c0f4c6974289fc63f1ab6b54f5b32ed65eeb" datatype="html">
3015 Reply 3097 <source>Reply</source>
3016 </source><target state="new"> 3098 <target state="translated">رد</target>
3017 Reply
3018 </target>
3019 <context-group purpose="location"> 3099 <context-group purpose="location">
3020 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3100 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
3021 <context context-type="linenumber">23</context> 3101 <context context-type="linenumber">23</context>
3022 </context-group> 3102 </context-group>
3023 </trans-unit> 3103 </trans-unit>
3024
3025 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135" datatype="html"> 3104 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135" datatype="html">
3026 <source>You are one step away from commenting</source> 3105 <source>You are one step away from commenting</source>
3027 <target state="new">You are one step away from commenting</target> 3106 <target state="new">You are one step away from commenting</target>
3028 3107 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3029 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3108 </trans-unit>
3030 <source> 3109 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3031 You can comment using an account on any ActivityPub-compatible instance. 3110 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source>
3032 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3111 <target state="new">
3033 from within the software's interface.
3034 </source><target state="new">
3035 You can comment using an account on any ActivityPub-compatible instance. 3112 You can comment using an account on any ActivityPub-compatible instance.
3036 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3113 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3037 from within the software's interface. 3114 from within the software's interface.
@@ -3041,48 +3118,44 @@
3041 <context context-type="linenumber">35</context> 3118 <context context-type="linenumber">35</context>
3042 </context-group> 3119 </context-group>
3043 </trans-unit> 3120 </trans-unit>
3044
3045
3046
3047 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb" datatype="html"> 3121 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb" datatype="html">
3048 <source>If you have an account on Mastodon or Pleroma, you can open it directly in their interface:</source> 3122 <source>If you have an account on Mastodon or Pleroma, you can open it directly in their interface:</source>
3049 <target state="new"> 3123 <target state="new">
3050 If you have an account on Mastodon or Pleroma, you can open it directly in their interface: 3124 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3051 </target> 3125 </target>
3052 3126 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">40</context></context-group>
3053 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit><trans-unit id="413bcc4a4c824366e17673f38cb2af4619e940e2" datatype="html"> 3127 </trans-unit>
3054 <source>Login to comment</source><target state="new">Login to comment</target> 3128 <trans-unit id="413bcc4a4c824366e17673f38cb2af4619e940e2" datatype="html">
3055 3129 <source>Login to comment</source>
3056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 3130 <target state="translated">يرجى الولوج أولًا للتعليق</target>
3131 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">52</context></context-group>
3132 </trans-unit>
3057 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285" datatype="html"> 3133 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285" datatype="html">
3058 <source>Highlighted comment</source> 3134 <source>Highlighted comment</source>
3059 <target state="new">Highlighted comment</target> 3135 <target state="new">Highlighted comment</target>
3060 3136 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group>
3061 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3137 </trans-unit>
3062 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6"> 3138 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
3063 <source>Reply</source> 3139 <source>Reply</source>
3064 <target>الرد</target> 3140 <target>الرد</target>
3065 <context-group name="null"> 3141 <context-group name="null">
3066 <context context-type="linenumber">14</context> 3142 <context context-type="linenumber">14</context>
3067 </context-group> 3143 </context-group>
3068 3144 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group>
3069 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3145 </trans-unit>
3070 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3146 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3071 3147 <source>This comment has been deleted</source>
3072 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 3148 <target state="translated">لقد تم حذف هذا التعليق</target>
3073 3149 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group>
3074 3150 </trans-unit>
3075
3076
3077
3078 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3151 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3079 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 3152 <source>Follows &amp; redundancies</source>
3153 <target state="new">Follows &amp; redundancies</target>
3080 <context-group purpose="location"> 3154 <context-group purpose="location">
3081 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3155 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3082 <context context-type="linenumber">2</context> 3156 <context context-type="linenumber">2</context>
3083 </context-group> 3157 </context-group>
3084 </trans-unit> 3158 </trans-unit>
3085
3086 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936"> 3159 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
3087 <source>Following</source> 3160 <source>Following</source>
3088 <target>يُتابِع</target> 3161 <target>يُتابِع</target>
@@ -3091,40 +3164,46 @@
3091 </context-group> 3164 </context-group>
3092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3093 </trans-unit> 3166 </trans-unit>
3094
3095 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3167 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3096 <source>Followers</source> 3168 <source>Followers</source>
3097 <target>المُتابِعون</target> 3169 <target>المُتابِعون</target>
3098 <context-group name="null"> 3170 <context-group name="null">
3099 <context context-type="linenumber">3</context> 3171 <context context-type="linenumber">3</context>
3100 </context-group> 3172 </context-group>
3101 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3102 3174 </trans-unit>
3103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3175 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3104 <source>Video redundancies</source><target state="new">Video redundancies</target> 3176 <source>Video redundancies</source>
3105 3177 <target state="new">Video redundancies</target>
3106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 3178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group>
3179 </trans-unit>
3107 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html"> 3180 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
3108 <source>1 host (without "http://") per line</source> 3181 <source>1 host (without "http://") per line</source>
3109 <target state="new">1 host (without "http://") per line</target> 3182 <target state="new">1 host (without "http://") per line</target>
3110 3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group>
3111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3184 </trans-unit>
3112 <source>Follow domain</source><target state="new">Follow domain</target> 3185 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3113 3186 <source>Follow domain</source>
3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 3187 <target state="new">Follow domain</target>
3115 3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group>
3116 3189 </trans-unit>
3117 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3190 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3118 <source>Filter...</source> 3191 <source>Filter...</source>
3119 <target>تصفية...</target> 3192 <target>تصفية...</target>
3120 <context-group name="null"> 3193 <context-group name="null">
3121 <context context-type="linenumber">27</context> 3194 <context context-type="linenumber">27</context>
3122 </context-group> 3195 </context-group>
3123 3196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</context></context-group>
3124 3197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">11</context></context-group>
3125 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">30</context></context-group>
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html"> 3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3127 <source>Clear filters</source><target state="new">Clear filters</target> 3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">27</context></context-group>
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3203 </trans-unit>
3204 <trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3205 <source>Clear filters</source>
3206 <target state="new">Clear filters</target>
3128 <context-group purpose="location"> 3207 <context-group purpose="location">
3129 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3208 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3130 <context context-type="linenumber">15</context> 3209 <context context-type="linenumber">15</context>
@@ -3157,53 +3236,60 @@
3157 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3236 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3158 <source>ID</source> 3237 <source>ID</source>
3159 <target state="new">ID</target> 3238 <target state="new">ID</target>
3160 3239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group>
3161 3240 </trans-unit>
3162
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
3164 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3241 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3165 <source>Follower handle</source> 3242 <source>Follower handle</source>
3166 <target state="new">Follower handle</target> 3243 <target state="new">Follower handle</target>
3167 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group>
3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3245 </trans-unit>
3169 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3246 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3170 <source>State</source> 3247 <source>State</source>
3171 <target>الحالة</target> 3248 <target>الحالة</target>
3172 <context-group name="null"> 3249 <context-group name="null">
3173 <context context-type="linenumber">10</context> 3250 <context context-type="linenumber">10</context>
3174 </context-group> 3251 </context-group>
3175 3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group>
3176 3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group>
3177 3254 </trans-unit>
3178 3255 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3256 <source>Delayed.</source>
3180 <source>Delayed.</source><target state="new">Delayed.</target> 3257 <target state="new">Delayed.</target>
3181 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group>
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3259 </trans-unit>
3183 <source>Will start soon...</source><target state="new">Will start soon...</target> 3260 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3184 3261 <source>Will start soon...</source>
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3262 <target state="new">Will start soon...</target>
3186 <source>Running...</source><target state="new">Running...</target> 3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group>
3187 3264 </trans-unit>
3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3265 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3189 <source>Finished</source><target state="new">Finished</target> 3266 <source>Running...</source>
3190 3267 <target state="new">Running...</target>
3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group>
3192 <source>Failed</source><target state="new">Failed</target> 3269 </trans-unit>
3193 3270 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit> 3271 <source>Finished</source>
3195 3272 <target state="translated">انتهى</target>
3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group>
3274 </trans-unit>
3275 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3276 <source>Failed</source>
3277 <target state="translated">فشل</target>
3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3279 </trans-unit>
3196 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3280 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3197 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3281 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3198 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3282 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3199 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group>
3200 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group>
3201 3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group>
3202 3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group>
3203 3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3204 3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group>
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html"> 3289 </trans-unit>
3206 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target> 3290 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3291 <source>Open actor page in a new tab</source>
3292 <target state="new">Open actor page in a new tab</target>
3207 <context-group purpose="location"> 3293 <context-group purpose="location">
3208 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3294 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3209 <context context-type="linenumber">33</context> 3295 <context context-type="linenumber">33</context>
@@ -3215,46 +3301,54 @@
3215 <context-group name="null"> 3301 <context-group name="null">
3216 <context context-type="linenumber">32</context> 3302 <context context-type="linenumber">32</context>
3217 </context-group> 3303 </context-group>
3218 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group>
3219 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group>
3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3306 </trans-unit>
3221 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3307 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3222 <source>Pending</source> 3308 <source>Pending</source>
3223 <target>معلق</target> 3309 <target>معلق</target>
3224 <context-group name="null"> 3310 <context-group name="null">
3225 <context context-type="linenumber">33</context> 3311 <context context-type="linenumber">33</context>
3226 </context-group> 3312 </context-group>
3227 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group>
3228 3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group>
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3315 </trans-unit>
3230 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3316 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3231 <source>Accept</source> 3317 <source>Accept</source>
3232 <target state="new">Accept</target> 3318 <target state="translated">موافقة</target>
3233 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group>
3234 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group>
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3321 </trans-unit>
3236 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3322 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3237 <source>Refuse</source> 3323 <source>Refuse</source>
3238 <target>رفض</target> 3324 <target>رفض</target>
3239 <context-group name="null"> 3325 <context-group name="null">
3240 <context context-type="linenumber">42</context> 3326 <context context-type="linenumber">42</context>
3241 </context-group> 3327 </context-group>
3242 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group>
3243 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group>
3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3330 </trans-unit>
3245 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3331 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3246 3332 <source>No follower found matching current filters.</source>
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3333 <target state="new">No follower found matching current filters.</target>
3248 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group>
3249 3335 </trans-unit>
3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3336 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3251 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3337 <source>Your instance doesn't have any follower.</source>
3338 <target state="new">Your instance doesn't have any follower.</target>
3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group>
3340 </trans-unit>
3341 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3342 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3343 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3252 <context-group purpose="location"> 3344 <context-group purpose="location">
3253 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3345 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3254 <context context-type="linenumber">5</context> 3346 <context context-type="linenumber">5</context>
3255 </context-group> 3347 </context-group>
3256 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3348 </trans-unit>
3257 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3349 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3350 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
3351 <target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3258 <context-group purpose="location"> 3352 <context-group purpose="location">
3259 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3353 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3260 <context context-type="linenumber">3</context> 3354 <context context-type="linenumber">3</context>
@@ -3266,12 +3360,16 @@
3266 <context-group name="null"> 3360 <context-group name="null">
3267 <context context-type="linenumber">19</context> 3361 <context context-type="linenumber">19</context>
3268 </context-group> 3362 </context-group>
3269 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3364 </trans-unit>
3271 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3365 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3272 3366 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3367 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3274 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target> 3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3369 </trans-unit>
3370 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3371 <source>Open instance in a new tab</source>
3372 <target state="translated">افتح مثيل الخادم في نافذة جديدة</target>
3275 <context-group purpose="location"> 3373 <context-group purpose="location">
3276 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3374 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3277 <context context-type="linenumber">37</context> 3375 <context context-type="linenumber">37</context>
@@ -3280,83 +3378,91 @@
3280 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3378 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3281 <context context-type="linenumber">35</context> 3379 <context context-type="linenumber">35</context>
3282 </context-group> 3380 </context-group>
3283 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html"> 3381 </trans-unit>
3284 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target> 3382 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3383 <source>No host found matching current filters.</source>
3384 <target state="new">No host found matching current filters.</target>
3285 <context-group purpose="location"> 3385 <context-group purpose="location">
3286 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3386 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3287 <context context-type="linenumber">62</context> 3387 <context context-type="linenumber">62</context>
3288 </context-group> 3388 </context-group>
3289 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html"> 3389 </trans-unit>
3290 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target> 3390 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3391 <source>Your instance is not following anyone.</source>
3392 <target state="new">Your instance is not following anyone.</target>
3291 <context-group purpose="location"> 3393 <context-group purpose="location">
3292 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3394 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3293 <context context-type="linenumber">63</context> 3395 <context context-type="linenumber">63</context>
3294 </context-group> 3396 </context-group>
3295 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html"> 3397 </trans-unit>
3296 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target> 3398 <trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3399 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source>
3400 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3297 <context-group purpose="location"> 3401 <context-group purpose="location">
3298 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3402 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3299 <context context-type="linenumber">5</context> 3403 <context context-type="linenumber">5</context>
3300 </context-group> 3404 </context-group>
3301 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3405 </trans-unit>
3302 <source>Follow domains</source><target state="new">Follow domains</target> 3406 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3303 3407 <source>Follow domains</source>
3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3408 <target state="new">Follow domains</target>
3305 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group>
3410 </trans-unit>
3411 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3412 <source>My videos duplicated by remote instances</source>
3413 <target state="new">My videos duplicated by remote instances</target>
3306 <context-group purpose="location"> 3414 <context-group purpose="location">
3307 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3415 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3308 <context context-type="linenumber">7</context> 3416 <context context-type="linenumber">7</context>
3309 </context-group> 3417 </context-group>
3310 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html"> 3418 </trans-unit>
3311 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target> 3419 <trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3420 <source>Remote videos duplicated by my instance</source>
3421 <target state="new">Remote videos duplicated by my instance</target>
3312 <context-group purpose="location"> 3422 <context-group purpose="location">
3313 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3423 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3314 <context context-type="linenumber">8</context> 3424 <context context-type="linenumber">8</context>
3315 </context-group> 3425 </context-group>
3316 </trans-unit> 3426 </trans-unit>
3317
3318 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3427 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3319 <source>Create user</source> 3428 <source>Create user</source>
3320 <target>إنشاء مستخدِم</target> 3429 <target>إنشاء مستخدِم</target>
3321 <context-group name="null"> 3430 <context-group name="null">
3322 <context context-type="linenumber">6</context> 3431 <context context-type="linenumber">6</context>
3323 </context-group> 3432 </context-group>
3324 3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">6</context></context-group>
3325 3434 </trans-unit>
3326
3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
3328
3329 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48"> 3435 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
3330 <source>Username</source> 3436 <source>Username</source>
3331 <target>اسم المستخدم</target> 3437 <target>اسم المستخدم</target>
3332 <context-group name="null"> 3438 <context-group name="null">
3333 <context context-type="linenumber">19</context> 3439 <context context-type="linenumber">19</context>
3334 </context-group> 3440 </context-group>
3335 3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group>
3336 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group>
3337 3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">19</context></context-group>
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 3444 </trans-unit>
3339 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a"> 3445 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
3340 <source>john</source> 3446 <source>john</source>
3341 <target>john</target> 3447 <target>john</target>
3342 <context-group name="null"> 3448 <context-group name="null">
3343 <context context-type="linenumber">10</context> 3449 <context context-type="linenumber">10</context>
3344 </context-group> 3450 </context-group>
3345 3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group>
3346 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group>
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3453 </trans-unit>
3348 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05"> 3454 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
3349 <source>mail@example.com</source> 3455 <source>mail@example.com</source>
3350 <target>mail@example.com</target> 3456 <target>mail@example.com</target>
3351 <context-group name="null"> 3457 <context-group name="null">
3352 <context context-type="linenumber">21</context> 3458 <context context-type="linenumber">21</context>
3353 </context-group> 3459 </context-group>
3354 3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group>
3355 3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group>
3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html"> 3462 </trans-unit>
3357 <source> 3463 <trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html">
3358 If you leave the password empty, an email will be sent to the user. 3464 <source>If you leave the password empty, an email will be sent to the user.</source>
3359 </source><target state="new"> 3465 <target state="new">
3360 If you leave the password empty, an email will be sent to the user. 3466 If you leave the password empty, an email will be sent to the user.
3361 </target> 3467 </target>
3362 <context-group purpose="location"> 3468 <context-group purpose="location">
@@ -3374,15 +3480,14 @@
3374 <context-group name="null"> 3480 <context-group name="null">
3375 <context context-type="linenumber">43</context> 3481 <context context-type="linenumber">43</context>
3376 </context-group> 3482 </context-group>
3377 3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group>
3378 3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group>
3379 3485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3486 </trans-unit>
3381 <source> 3487 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3382 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3488 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source>
3383 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3489 <target state="new">
3384 </source><target state="new"> 3490 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
3385 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3386 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3491 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3387 </target> 3492 </target>
3388 <context-group purpose="location"> 3493 <context-group purpose="location">
@@ -3394,17 +3499,19 @@
3394 <context context-type="linenumber">148</context> 3499 <context context-type="linenumber">148</context>
3395 </context-group> 3500 </context-group>
3396 </trans-unit> 3501 </trans-unit>
3397
3398 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496"> 3502 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
3399 <source>Daily video quota</source> 3503 <source>Daily video quota</source>
3400 <target>الحصة اليومية للفيديوهات</target> 3504 <target>الحصة اليومية للفيديوهات</target>
3401 <context-group name="null"> 3505 <context-group name="null">
3402 <context context-type="linenumber">73</context> 3506 <context context-type="linenumber">73</context>
3403 </context-group> 3507 </context-group>
3404 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group>
3405 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group>
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html"> 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">18</context></context-group>
3407 <source>Doesn't need review before a video goes public</source><target state="new">Doesn't need review before a video goes public</target> 3511 </trans-unit>
3512 <trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html">
3513 <source>Doesn't need review before a video goes public</source>
3514 <target state="new">Doesn't need review before a video goes public</target>
3408 <context-group purpose="location"> 3515 <context-group purpose="location">
3409 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3516 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3410 <context context-type="linenumber">168</context> 3517 <context context-type="linenumber">168</context>
@@ -3414,26 +3521,24 @@
3414 <context context-type="linenumber">168</context> 3521 <context context-type="linenumber">168</context>
3415 </context-group> 3522 </context-group>
3416 </trans-unit> 3523 </trans-unit>
3417
3418
3419 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html"> 3524 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html">
3420 <source>Send a link to reset the password by email to the user</source> 3525 <source>Send a link to reset the password by email to the user</source>
3421 <target state="new">Send a link to reset the password by email to the user</target> 3526 <target state="new">Send a link to reset the password by email to the user</target>
3422 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group>
3423 3528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group>
3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit> 3529 </trans-unit>
3425 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html"> 3530 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html">
3426 <source>Ask for new password</source> 3531 <source>Ask for new password</source>
3427 <target state="new">Ask for new password</target> 3532 <target state="new">Ask for new password</target>
3428 3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group>
3429 3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 3535 </trans-unit>
3431 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html"> 3536 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html">
3432 <source>Manually set the user password</source> 3537 <source>Manually set the user password</source>
3433 <target state="new">Manually set the user password</target> 3538 <target state="new">Manually set the user password</target>
3434 3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group>
3435 3540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group>
3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group></trans-unit> 3541 </trans-unit>
3437 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html"> 3542 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html">
3438 <source>Show</source> 3543 <source>Show</source>
3439 <target state="translated">عرض</target> 3544 <target state="translated">عرض</target>
@@ -3461,19 +3566,21 @@
3461 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3566 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3462 <source>Batch actions</source> 3567 <source>Batch actions</source>
3463 <target state="new">Batch actions</target> 3568 <target state="new">Batch actions</target>
3464 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3570 </trans-unit>
3466 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3571 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3467 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3572 <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>
3468 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3573 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3469 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3575 </trans-unit>
3471 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3576 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3472 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3577 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3473 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3578 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3474 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3580 </trans-unit>
3476 <source>Auth plugin</source><target state="new">Auth plugin</target> 3581 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3582 <source>Auth plugin</source>
3583 <target state="new">Auth plugin</target>
3477 <context-group purpose="location"> 3584 <context-group purpose="location">
3478 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3585 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3479 <context context-type="linenumber">49</context> 3586 <context context-type="linenumber">49</context>
@@ -3482,31 +3589,36 @@
3482 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3589 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3483 <source>(banned)</source> 3590 <source>(banned)</source>
3484 <target state="new">(banned)</target> 3591 <target state="new">(banned)</target>
3485 3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group>
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3593 </trans-unit>
3487 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3594 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3488 3595 <source>Open account in a new tab</source>
3489 3596 <target state="new">Open account in a new tab</target>
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group>
3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group>
3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group>
3600 </trans-unit>
3491 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3601 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3492 <source>User's email must be verified to login</source> 3602 <source>User's email must be verified to login</source>
3493 <target state="new">User's email must be verified to login</target> 3603 <target state="new">User's email must be verified to login</target>
3494 3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group>
3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3605 </trans-unit>
3496 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3606 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3497 <source>User's email is verified / User can login without email verification</source> 3607 <source>User's email is verified / User can login without email verification</source>
3498 <target state="new">User's email is verified / User can login without email verification</target> 3608 <target state="new">User's email is verified / User can login without email verification</target>
3499 3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group>
3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 3610 </trans-unit>
3501 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3611 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3502 <source>Ban reason:</source> 3612 <source>Ban reason:</source>
3503 <target>سبب الحظر:</target> 3613 <target>سبب الحظر:</target>
3504 <context-group name="null"> 3614 <context-group name="null">
3505 <context context-type="linenumber">95</context> 3615 <context context-type="linenumber">95</context>
3506 </context-group> 3616 </context-group>
3507 3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group>
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3618 </trans-unit>
3509 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3619 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3620 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3621 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3510 <context-group purpose="location"> 3622 <context-group purpose="location">
3511 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3623 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3512 <context context-type="linenumber">15</context> 3624 <context context-type="linenumber">15</context>
@@ -3563,58 +3675,72 @@
3563 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3675 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3564 <context context-type="linenumber">13</context> 3676 <context context-type="linenumber">13</context>
3565 </context-group> 3677 </context-group>
3566 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3678 </trans-unit>
3567 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3679 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3568 3680 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3681 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3684 </trans-unit>
3570 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3685 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3571 <source>Total size</source><target state="new">Total size</target> 3686 <source>Total size</source>
3572 3687 <target state="new">Total size</target>
3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3574 <source>List redundancies</source><target state="new">List redundancies</target> 3689 </trans-unit>
3575 3690 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3691 <source>List redundancies</source>
3577 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3692 <target state="new">List redundancies</target>
3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group>
3694 </trans-unit>
3695 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3696 <source>Your instance doesn't mirror any video.</source>
3697 <target state="new">Your instance doesn't mirror any video.</target>
3578 <context-group purpose="location"> 3698 <context-group purpose="location">
3579 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3699 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3580 <context context-type="linenumber">77</context> 3700 <context context-type="linenumber">77</context>
3581 </context-group> 3701 </context-group>
3582 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html"> 3702 </trans-unit>
3583 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target> 3703 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3704 <source>Your instance has no mirrored videos.</source>
3705 <target state="new">Your instance has no mirrored videos.</target>
3584 <context-group purpose="location"> 3706 <context-group purpose="location">
3585 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3707 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3586 <context context-type="linenumber">78</context> 3708 <context context-type="linenumber">78</context>
3587 </context-group> 3709 </context-group>
3588 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3710 </trans-unit>
3589 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3711 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3590 3712 <source>Enabled strategies stats</source>
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3713 <target state="new">Enabled strategies stats</target>
3592 <source> 3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group>
3593 No redundancy strategy is enabled on your instance. 3715 </trans-unit>
3594 </source><target state="new"> 3716 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3717 <source>No redundancy strategy is enabled on your instance.</source>
3718 <target state="new">
3595 No redundancy strategy is enabled on your instance. 3719 No redundancy strategy is enabled on your instance.
3596 </target> 3720 </target>
3597 3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group>
3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 3722 </trans-unit>
3599 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3723 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3600 <source>Sensitive</source> 3724 <source>Sensitive</source>
3601 <target>حساس</target> 3725 <target>حساس</target>
3602 <context-group name="null"> 3726 <context-group name="null">
3603 <context context-type="linenumber">9</context> 3727 <context context-type="linenumber">9</context>
3604 </context-group> 3728 </context-group>
3605 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group>
3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 3730 </trans-unit>
3607 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3731 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3608 <source>Unfederated</source> 3732 <source>Unfederated</source>
3609 <target state="new">Unfederated</target> 3733 <target state="new">Unfederated</target>
3610 3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3735 </trans-unit>
3612 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3736 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3613 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3737 <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>
3614 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3738 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3615 3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group>
3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3740 </trans-unit>
3617 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target> 3741 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3742 <source>Video was blacklisted</source>
3743 <target state="new">Video was blacklisted</target>
3618 <context-group purpose="location"> 3744 <context-group purpose="location">
3619 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3745 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3620 <context context-type="linenumber">50</context> 3746 <context context-type="linenumber">50</context>
@@ -3630,40 +3756,44 @@
3630 <context-group name="null"> 3756 <context-group name="null">
3631 <context context-type="linenumber">33</context> 3757 <context context-type="linenumber">33</context>
3632 </context-group> 3758 </context-group>
3633 3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">33</context></context-group>
3634 3760 </trans-unit>
3635
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3637 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3761 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3638 <source>Actions</source> 3762 <source>Actions</source>
3639 <target>الإجراءات</target> 3763 <target>الإجراءات</target>
3640 <context-group name="null"> 3764 <context-group name="null">
3641 <context context-type="linenumber">44</context> 3765 <context context-type="linenumber">44</context>
3642 </context-group> 3766 </context-group>
3643 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</context></context-group>
3644 3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">123</context></context-group>
3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">123</context></context-group></trans-unit> 3769 </trans-unit>
3646 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3770 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3647 <source>Blacklist reason:</source> 3771 <source>Blacklist reason:</source>
3648 <target>سبب الحجب:</target> 3772 <target>سبب الحجب:</target>
3649 <context-group name="null"> 3773 <context-group name="null">
3650 <context context-type="linenumber">43</context> 3774 <context context-type="linenumber">43</context>
3651 </context-group> 3775 </context-group>
3652 3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group>
3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html"> 3777 </trans-unit>
3654 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target> 3778 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3779 <source>No blacklisted video found matching current filters.</source>
3780 <target state="new">No blacklisted video found matching current filters.</target>
3655 <context-group purpose="location"> 3781 <context-group purpose="location">
3656 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3782 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3657 <context context-type="linenumber">93</context> 3783 <context context-type="linenumber">93</context>
3658 </context-group> 3784 </context-group>
3659 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html"> 3785 </trans-unit>
3660 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target> 3786 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3787 <source>No blacklisted video found.</source>
3788 <target state="new">No blacklisted video found.</target>
3661 <context-group purpose="location"> 3789 <context-group purpose="location">
3662 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3790 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3663 <context context-type="linenumber">94</context> 3791 <context context-type="linenumber">94</context>
3664 </context-group> 3792 </context-group>
3665 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3793 </trans-unit>
3666 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3794 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3795 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
3796 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target>
3667 <context-group purpose="location"> 3797 <context-group purpose="location">
3668 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3798 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3669 <context context-type="linenumber">5</context> 3799 <context context-type="linenumber">5</context>
@@ -3682,47 +3812,59 @@
3682 <target state="new"> 3812 <target state="new">
3683 This comment can only be seen by you or the other moderators. 3813 This comment can only be seen by you or the other moderators.
3684 </target> 3814 </target>
3685 3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group>
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3816 </trans-unit>
3687 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3817 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3688 <source>Update this comment</source> 3818 <source>Update this comment</source>
3689 <target>تحديث هذا التعليق</target> 3819 <target>تحديث هذا التعليق</target>
3690 <context-group name="null"> 3820 <context-group name="null">
3691 <context context-type="linenumber">26</context> 3821 <context context-type="linenumber">26</context>
3692 </context-group> 3822 </context-group>
3693 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group>
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html"> 3824 </trans-unit>
3695 <source>Advanced report filters</source><target state="new">Advanced report filters</target> 3825 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3826 <source>Advanced report filters</source>
3827 <target state="new">Advanced report filters</target>
3696 <context-group purpose="location"> 3828 <context-group purpose="location">
3697 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3829 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3698 <context context-type="linenumber">18</context> 3830 <context context-type="linenumber">18</context>
3699 </context-group> 3831 </context-group>
3700 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html"> 3832 </trans-unit>
3701 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3833 <trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3834 <source>Unsolved reports</source>
3835 <target state="new">Unsolved reports</target>
3702 <context-group purpose="location"> 3836 <context-group purpose="location">
3703 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3837 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3704 <context context-type="linenumber">19</context> 3838 <context context-type="linenumber">19</context>
3705 </context-group> 3839 </context-group>
3706 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html"> 3840 </trans-unit>
3707 <source>Accepted reports</source><target state="new">Accepted reports</target> 3841 <trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3842 <source>Accepted reports</source>
3843 <target state="translated">التقارير المقبولة</target>
3708 <context-group purpose="location"> 3844 <context-group purpose="location">
3709 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3845 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3710 <context context-type="linenumber">20</context> 3846 <context context-type="linenumber">20</context>
3711 </context-group> 3847 </context-group>
3712 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html"> 3848 </trans-unit>
3713 <source>Refused reports</source><target state="new">Refused reports</target> 3849 <trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3850 <source>Refused reports</source>
3851 <target state="translated">التقارير المرفوضة</target>
3714 <context-group purpose="location"> 3852 <context-group purpose="location">
3715 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3853 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3716 <context context-type="linenumber">21</context> 3854 <context context-type="linenumber">21</context>
3717 </context-group> 3855 </context-group>
3718 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html"> 3856 </trans-unit>
3719 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target> 3857 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3858 <source>Reports with blacklisted videos</source>
3859 <target state="new">Reports with blacklisted videos</target>
3720 <context-group purpose="location"> 3860 <context-group purpose="location">
3721 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3861 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3722 <context context-type="linenumber">22</context> 3862 <context context-type="linenumber">22</context>
3723 </context-group> 3863 </context-group>
3724 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html"> 3864 </trans-unit>
3725 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3865 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3866 <source>Reports with deleted videos</source>
3867 <target state="new">Reports with deleted videos</target>
3726 <context-group purpose="location"> 3868 <context-group purpose="location">
3727 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3869 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3728 <context context-type="linenumber">23</context> 3870 <context context-type="linenumber">23</context>
@@ -3734,25 +3876,30 @@
3734 <context-group name="null"> 3876 <context-group name="null">
3735 <context context-type="linenumber">8</context> 3877 <context context-type="linenumber">8</context>
3736 </context-group> 3878 </context-group>
3737 3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group>
3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group>
3881 </trans-unit>
3739 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 3882 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3740 <source>Video</source> 3883 <source>Video</source>
3741 <target>الفيديو</target> 3884 <target>الفيديو</target>
3742 <context-group name="null"> 3885 <context-group name="null">
3743 <context context-type="linenumber">9</context> 3886 <context context-type="linenumber">9</context>
3744 </context-group> 3887 </context-group>
3745 3888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">41</context></context-group>
3746 3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group>
3747 3890 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group>
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html"> 3891 </trans-unit>
3749 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target> 3892 <trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3893 <source>This video has been reported multiple times.</source>
3894 <target state="new">This video has been reported multiple times.</target>
3750 <context-group purpose="location"> 3895 <context-group purpose="location">
3751 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3896 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3752 <context context-type="linenumber">80</context> 3897 <context context-type="linenumber">80</context>
3753 </context-group> 3898 </context-group>
3754 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html"> 3899 </trans-unit>
3755 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target> 3900 <trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3901 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source>
3902 <target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3756 <context-group purpose="location"> 3903 <context-group purpose="location">
3757 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3904 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3758 <context context-type="linenumber">91</context> 3905 <context context-type="linenumber">91</context>
@@ -3761,97 +3908,118 @@
3761 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3908 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3762 <context context-type="linenumber">107</context> 3909 <context context-type="linenumber">107</context>
3763 </context-group> 3910 </context-group>
3764 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html"> 3911 </trans-unit>
3765 <source>Video was deleted</source><target state="new">Video was deleted</target> 3912 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3913 <source>Video was deleted</source>
3914 <target state="new">Video was deleted</target>
3766 <context-group purpose="location"> 3915 <context-group purpose="location">
3767 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3916 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3768 <context context-type="linenumber">98</context> 3917 <context context-type="linenumber">98</context>
3769 </context-group> 3918 </context-group>
3770 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html"> 3919 </trans-unit>
3771 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target> 3920 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3921 <source>No video abuses found matching current filters.</source>
3922 <target state="new">No video abuses found matching current filters.</target>
3772 <context-group purpose="location"> 3923 <context-group purpose="location">
3773 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3924 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3774 <context context-type="linenumber">141</context> 3925 <context context-type="linenumber">141</context>
3775 </context-group> 3926 </context-group>
3776 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html"> 3927 </trans-unit>
3777 <source>No video abuses found.</source><target state="new">No video abuses found.</target> 3928 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3929 <source>No video abuses found.</source>
3930 <target state="new">No video abuses found.</target>
3778 <context-group purpose="location"> 3931 <context-group purpose="location">
3779 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3932 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3780 <context context-type="linenumber">142</context> 3933 <context context-type="linenumber">142</context>
3781 </context-group> 3934 </context-group>
3782 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3935 </trans-unit>
3783 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3936 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3784 3937 <source>Open video in a new tab</source>
3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3938 <target state="new">Open video in a new tab</target>
3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group>
3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group>
3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
3942 </trans-unit>
3786 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3943 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3787 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3944 <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>
3788 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3945 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3789 3946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group>
3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group>
3791 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
3792 3949 </trans-unit>
3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3950 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3951 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3952 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3954 </trans-unit>
3794 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3955 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
3795 <source>Go to the account</source> 3956 <source>Go to the account</source>
3796 <target>إنتقل إلى الحساب</target> 3957 <target>إنتقل إلى الحساب</target>
3797 <context-group name="null"> 3958 <context-group name="null">
3798 <context context-type="linenumber">27</context> 3959 <context context-type="linenumber">27</context>
3799 </context-group> 3960 </context-group>
3800 3961 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group>
3801 3962 </trans-unit>
3802 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
3803 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 3963 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
3804 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3964 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
3965 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
3805 <context-group purpose="location"> 3966 <context-group purpose="location">
3806 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3967 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3807 <context context-type="linenumber">5</context> 3968 <context context-type="linenumber">5</context>
3808 </context-group> 3969 </context-group>
3809 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 3970 </trans-unit>
3810 <source> 3971 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3811 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 3972 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3812 </source><target state="new"> 3973 <target state="new">
3813 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 3974 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
3814 </target> 3975 </target>
3815 <context-group purpose="location"> 3976 <context-group purpose="location">
3816 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3977 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3817 <context context-type="linenumber">20</context> 3978 <context context-type="linenumber">20</context>
3818 </context-group> 3979 </context-group>
3819 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html"> 3980 </trans-unit>
3820 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target> 3981 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3982 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
3983 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
3821 <context-group purpose="location"> 3984 <context-group purpose="location">
3822 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3985 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3823 <context context-type="linenumber">21</context> 3986 <context context-type="linenumber">21</context>
3824 </context-group> 3987 </context-group>
3825 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html"> 3988 </trans-unit>
3826 <source>Reportee</source><target state="new">Reportee</target> 3989 <trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
3990 <source>Reportee</source>
3991 <target state="new">Reportee</target>
3827 <context-group purpose="location"> 3992 <context-group purpose="location">
3828 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3829 <context context-type="linenumber">27</context> 3994 <context context-type="linenumber">27</context>
3830 </context-group> 3995 </context-group>
3831 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 3996 </trans-unit>
3832 <source> 3997 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3833 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 3998 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3834 </source><target state="new"> 3999 <target state="new">
3835 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4000 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
3836 </target> 4001 </target>
3837 <context-group purpose="location"> 4002 <context-group purpose="location">
3838 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4003 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3839 <context context-type="linenumber">40</context> 4004 <context context-type="linenumber">40</context>
3840 </context-group> 4005 </context-group>
3841 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html"> 4006 </trans-unit>
3842 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target> 4007 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4008 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
4009 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
3843 <context-group purpose="location"> 4010 <context-group purpose="location">
3844 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4011 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3845 <context context-type="linenumber">41</context> 4012 <context context-type="linenumber">41</context>
3846 </context-group> 4013 </context-group>
3847 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html"> 4014 </trans-unit>
3848 <source>Updated</source><target state="new">Updated</target> 4015 <trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4016 <source>Updated</source>
4017 <target state="new">Updated</target>
3849 <context-group purpose="location"> 4018 <context-group purpose="location">
3850 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4019 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3851 <context context-type="linenumber">47</context> 4020 <context context-type="linenumber">47</context>
3852 </context-group> 4021 </context-group>
3853 </trans-unit> 4022 </trans-unit>
3854
3855 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4023 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3856 <source>Unblacklist</source> 4024 <source>Unblacklist</source>
3857 <target>إلغاء الحجب</target> 4025 <target>إلغاء الحجب</target>
@@ -3860,90 +4028,105 @@
3860 </context-group> 4028 </context-group>
3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 4029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
3863 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4031 </trans-unit>
3864 <source>Mute domain</source><target state="new">Mute domain</target> 4032 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
3865 4033 <source>Mute domain</source>
3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 4034 <target state="new">Mute domain</target>
4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group>
4036 </trans-unit>
3867 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4037 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
3868 <source>Instance</source> 4038 <source>Instance</source>
3869 <target>مثيل الخادوم</target> 4039 <target>مثيل الخادوم</target>
3870 <context-group name="null"> 4040 <context-group name="null">
3871 <context context-type="linenumber">5</context> 4041 <context context-type="linenumber">5</context>
3872 </context-group> 4042 </context-group>
3873 4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">26</context></context-group>
3874 4044 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group>
3875 4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3876 4046 </trans-unit>
3877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3878 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 4047 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3879 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4048 <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>
3880 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4049 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3881 4050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group>
3882 4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3883 4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group>
3884 4053 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group>
3885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4054 </trans-unit>
3886 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4055 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
3887 <source>Unmute</source> 4056 <source>Unmute</source>
3888 <target>إلغاء الكتم</target> 4057 <target>إلغاء الكتم</target>
3889 <context-group name="null"> 4058 <context-group name="null">
3890 <context context-type="linenumber">23</context> 4059 <context context-type="linenumber">23</context>
3891 </context-group> 4060 </context-group>
3892 4061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group>
3893 4062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">49</context></context-group>
3894 4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3895 4064 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html"> 4065 </trans-unit>
3897 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target> 4066 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4067 <source>No server found matching current filters.</source>
4068 <target state="new">No server found matching current filters.</target>
3898 <context-group purpose="location"> 4069 <context-group purpose="location">
3899 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4070 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3900 <context context-type="linenumber">51</context> 4071 <context context-type="linenumber">51</context>
3901 </context-group> 4072 </context-group>
3902 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html"> 4073 </trans-unit>
3903 <source>No server found.</source><target state="new">No server found.</target> 4074 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4075 <source>No server found.</source>
4076 <target state="new">No server found.</target>
3904 <context-group purpose="location"> 4077 <context-group purpose="location">
3905 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4078 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3906 <context context-type="linenumber">52</context> 4079 <context context-type="linenumber">52</context>
3907 </context-group> 4080 </context-group>
3908 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4081 </trans-unit>
3909 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4082 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4083 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
4084 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target>
3910 <context-group purpose="location"> 4085 <context-group purpose="location">
3911 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4086 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3912 <context context-type="linenumber">5</context> 4087 <context context-type="linenumber">5</context>
3913 </context-group> 4088 </context-group>
3914 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4089 </trans-unit>
3915 <source> 4090 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
3916 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4091 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3917 </source><target state="new"> 4092 <target state="new">
3918 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4093 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3919 </target> 4094 </target>
3920 4095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group>
3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4096 </trans-unit>
3922 <source>Mute domains</source><target state="new">Mute domains</target> 4097 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
3923 4098 <source>Mute domains</source>
3924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 4099 <target state="new">Mute domains</target>
4100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group>
4101 </trans-unit>
3925 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4102 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
3926 <source>Account</source> 4103 <source>Account</source>
3927 <target>الحساب</target> 4104 <target>الحساب</target>
3928 <context-group name="null"> 4105 <context-group name="null">
3929 <context context-type="linenumber">12</context> 4106 <context context-type="linenumber">12</context>
3930 </context-group> 4107 </context-group>
3931 4108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group>
3932 4109 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group>
3933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html"> 4110 </trans-unit>
3934 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target> 4111 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4112 <source>No account found matching current filters.</source>
4113 <target state="new">No account found matching current filters.</target>
3935 <context-group purpose="location"> 4114 <context-group purpose="location">
3936 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4115 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3937 <context context-type="linenumber">58</context> 4116 <context context-type="linenumber">58</context>
3938 </context-group> 4117 </context-group>
3939 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html"> 4118 </trans-unit>
3940 <source>No account found.</source><target state="new">No account found.</target> 4119 <trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4120 <source>No account found.</source>
4121 <target state="new">No account found.</target>
3941 <context-group purpose="location"> 4122 <context-group purpose="location">
3942 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4123 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3943 <context context-type="linenumber">59</context> 4124 <context context-type="linenumber">59</context>
3944 </context-group> 4125 </context-group>
3945 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4126 </trans-unit>
3946 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4127 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4128 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
4129 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target>
3947 <context-group purpose="location"> 4130 <context-group purpose="location">
3948 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4131 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3949 <context context-type="linenumber">5</context> 4132 <context context-type="linenumber">5</context>
@@ -3971,9 +4154,12 @@
3971 <context-group name="null"> 4154 <context-group name="null">
3972 <context context-type="linenumber">7</context> 4155 <context context-type="linenumber">7</context>
3973 </context-group> 4156 </context-group>
3974 4157 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">96</context></context-group>
3975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">96</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="82c6fc1dfd67a87c2a9f54c221907d0d61c63b88" datatype="html"> 4158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">7</context></context-group>
3976 <source>Users can resolve distant content</source><target state="new">Users can resolve distant content</target> 4159 </trans-unit>
4160 <trans-unit id="82c6fc1dfd67a87c2a9f54c221907d0d61c63b88" datatype="html">
4161 <source>Users can resolve distant content</source>
4162 <target state="new">Users can resolve distant content</target>
3977 <context-group purpose="location"> 4163 <context-group purpose="location">
3978 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 4164 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
3979 <context context-type="linenumber">100</context> 4165 <context context-type="linenumber">100</context>
@@ -3982,28 +4168,32 @@
3982 <trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html"> 4168 <trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
3983 <source>Homepage</source> 4169 <source>Homepage</source>
3984 <target state="translated">الصفحة الرئيسية</target> 4170 <target state="translated">الصفحة الرئيسية</target>
3985 4171 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
3986 4172 </trans-unit>
3987 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3988 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4173 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3989 <source>Go to the plugin homepage</source> 4174 <source>Go to the plugin homepage</source>
3990 <target state="new">Go to the plugin homepage</target> 4175 <target state="new">Go to the plugin homepage</target>
3991 4176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">17</context></context-group>
3992 4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">21</context></context-group>
3993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 4178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">40</context></context-group>
4179 </trans-unit>
3994 <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> 4180 <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html">
3995 <source>Settings</source> 4181 <source>Settings</source>
3996 <target state="translated">الإعدادات</target> 4182 <target state="translated">الإعدادات</target>
3997 4183 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3998 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="3b79d221458541611e8508d3551dd1ddd76b49d9" datatype="html"> 4184 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">144</context></context-group>
3999 <source>Display settings</source><target state="new">Display settings</target> 4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">26</context></context-group>
4000 4186 </trans-unit>
4001 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 4187 <trans-unit id="3b79d221458541611e8508d3551dd1ddd76b49d9" datatype="html">
4188 <source>Display settings</source>
4189 <target state="new">Display settings</target>
4190 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">8</context></context-group>
4191 </trans-unit>
4002 <trans-unit id="1dfba504a0d0bf41da961d89d402dedecde5e30d" datatype="html"> 4192 <trans-unit id="1dfba504a0d0bf41da961d89d402dedecde5e30d" datatype="html">
4003 <source>Uninstall</source> 4193 <source>Uninstall</source>
4004 <target state="new">Uninstall</target> 4194 <target state="new">Uninstall</target>
4005 4195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">32</context></context-group>
4006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 4196 </trans-unit>
4007 <trans-unit id="fcef699ec12dbd6fcf9881d527af2fd775ccfdc7" datatype="html"> 4197 <trans-unit id="fcef699ec12dbd6fcf9881d527af2fd775ccfdc7" datatype="html">
4008 <source>To load your new installed plugins or themes, refresh the page.</source> 4198 <source>To load your new installed plugins or themes, refresh the page.</source>
4009 <target state="new"> 4199 <target state="new">
@@ -4035,8 +4225,9 @@
4035 <trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html"> 4225 <trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html">
4036 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source> 4226 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
4037 <target state="new">{VAR_PLURAL, plural, =1 {result} other {results} }</target> 4227 <target state="new">{VAR_PLURAL, plural, =1 {result} other {results} }</target>
4038 4228 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
4039 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 4229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">23</context></context-group>
4230 </trans-unit>
4040 <trans-unit id="b1363973a9482c7b0a7c4a1d066fd64625d40207" datatype="html"> 4231 <trans-unit id="b1363973a9482c7b0a7c4a1d066fd64625d40207" datatype="html">
4041 <source>No results.</source> 4232 <source>No results.</source>
4042 <target state="new"> 4233 <target state="new">
@@ -4046,8 +4237,10 @@
4046 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 4237 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
4047 <context context-type="linenumber">28</context> 4238 <context context-type="linenumber">28</context>
4048 </context-group> 4239 </context-group>
4049 </trans-unit><trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html"> 4240 </trans-unit>
4050 <source>Go to the plugin npm package</source><target state="new">Go to the plugin npm package</target> 4241 <trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html">
4242 <source>Go to the plugin npm package</source>
4243 <target state="new">Go to the plugin npm package</target>
4051 <context-group purpose="location"> 4244 <context-group purpose="location">
4052 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 4245 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
4053 <context context-type="linenumber">44</context> 4246 <context context-type="linenumber">44</context>
@@ -4058,8 +4251,8 @@
4058 <target state="new"> 4251 <target state="new">
4059 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4252 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
4060 </target> 4253 </target>
4061 4254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context><context context-type="linenumber">47</context></context-group>
4062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 4255 </trans-unit>
4063 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4256 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4064 <source>System</source> 4257 <source>System</source>
4065 <target state="translated">النظام</target> 4258 <target state="translated">النظام</target>
@@ -4093,337 +4286,376 @@
4093 </context-group> 4286 </context-group>
4094 </trans-unit> 4287 </trans-unit>
4095 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4288 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4096 <source>Job type</source><target state="new">Job type</target> 4289 <source>Job type</source>
4097 4290 <target state="new">Job type</target>
4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group>
4099 <source>Job state</source><target state="new">Job state</target> 4292 </trans-unit>
4100 4293 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 4294 <source>Job state</source>
4295 <target state="new">Job state</target>
4296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group>
4297 </trans-unit>
4102 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4298 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4103 <source>Type</source> 4299 <source>Type</source>
4104 <target>النوع</target> 4300 <target>النوع</target>
4105 <context-group name="null"> 4301 <context-group name="null">
4106 <context context-type="linenumber">19</context> 4302 <context context-type="linenumber">19</context>
4107 </context-group> 4303 </context-group>
4108 4304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group>
4109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 4305 </trans-unit>
4110
4111
4112 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4306 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4113 <source>Refresh</source> 4307 <source>Refresh</source>
4114 <target state="new">Refresh</target> 4308 <target state="new">Refresh</target>
4115 4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
4116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 4310 </trans-unit>
4117 <source>Loading...</source><target state="new">Loading...</target> 4311 <trans-unit id="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
4312 <source>Loading...</source>
4313 <target state="new">Loading...</target>
4118 <context-group purpose="location"> 4314 <context-group purpose="location">
4119 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4315 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4120 <context context-type="linenumber">24</context> 4316 <context context-type="linenumber">24</context>
4121 </context-group> 4317 </context-group>
4122 </trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4318 </trans-unit>
4123 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source><target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target> 4319 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4320 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source>
4321 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target>
4124 <context-group purpose="location"> 4322 <context-group purpose="location">
4125 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4323 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4126 <context context-type="linenumber">32</context> 4324 <context context-type="linenumber">32</context>
4127 </context-group> 4325 </context-group>
4128 </trans-unit><trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html"> 4326 </trans-unit>
4129 <source>INSTANCE</source><target state="new">INSTANCE</target> 4327 <trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html">
4130 4328 <source>INSTANCE</source>
4131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 4329 <target state="new">INSTANCE</target>
4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">14</context></context-group>
4331 </trans-unit>
4132 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59"> 4332 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
4133 <source>Name</source> 4333 <source>Name</source>
4134 <target>التسمية</target> 4334 <target>التسمية</target>
4135 <context-group name="null"> 4335 <context-group name="null">
4136 <context context-type="linenumber">12</context> 4336 <context context-type="linenumber">12</context>
4137 </context-group> 4337 </context-group>
4138 4338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">20</context></context-group>
4139 4339 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group>
4140 4340 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group>
4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 4341 </trans-unit>
4142 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b"> 4342 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
4143 <source>Short description</source> 4343 <source>Short description</source>
4144 <target>الوصف القصير</target> 4344 <target>الوصف القصير</target>
4145 <context-group name="null"> 4345 <context-group name="null">
4146 <context context-type="linenumber">22</context> 4346 <context context-type="linenumber">22</context>
4147 </context-group> 4347 </context-group>
4148 4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">29</context></context-group>
4149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 4349 </trans-unit>
4150 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html"> 4350 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html">
4151 <source>Main instance categories</source> 4351 <source>Main instance categories</source>
4152 <target state="new">Main instance categories</target> 4352 <target state="new">Main instance categories</target>
4153 4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">47</context></context-group>
4154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 4354 </trans-unit>
4155 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html"> 4355 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
4156 <source>No results found</source> 4356 <source>No results found</source>
4157 <target state="new">No results found</target> 4357 <target state="new">No results found</target>
4158 4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">34</context></context-group>
4159 4359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group>
4160 4360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4161 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4361 </trans-unit>
4162 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4362 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4163 4363 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4164 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4364 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4165 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4365 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4166 4366 </trans-unit>
4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4367 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4168 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4368 <source>Help share videos being played</source>
4169 4369 <target state="new">Help share videos being played</target>
4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4370 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">44</context></context-group>
4171 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4371 </trans-unit>
4172 4372 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4173 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4373 <source>When on a video page, directly start playing the video.</source>
4174 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4374 <target state="new">When on a video page, directly start playing the video.</target>
4175 4375 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">58</context></context-group>
4176 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4376 </trans-unit>
4177 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4377 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4178 4378 <source>Automatically play videos</source>
4179 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 4379 <target state="translated">شغّل الفيديوهات تلقائيا</target>
4380 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">55</context></context-group>
4381 </trans-unit>
4382 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4383 <source>When a video ends, follow up with the next suggested video.</source>
4384 <target state="new">When a video ends, follow up with the next suggested video.</target>
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">69</context></context-group>
4386 </trans-unit>
4387 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4388 <source>Automatically start playing the next video</source>
4389 <target state="translated">شغّل الفيديو التالي تلقائيا</target>
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">66</context></context-group>
4391 </trans-unit>
4180 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4392 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4181 <source>Main languages you/your moderators speak</source> 4393 <source>Main languages you/your moderators speak</source>
4182 <target state="new">Main languages you/your moderators speak</target> 4394 <target state="new">Main languages you/your moderators speak</target>
4183 4395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group>
4184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 4396 </trans-unit>
4185 <source>MODERATION &amp; NSFW</source><target state="new">MODERATION &amp; NSFW</target> 4397 <trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
4186 4398 <source>MODERATION &amp; NSFW</source>
4187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4399 <target state="new">MODERATION &amp; NSFW</target>
4188 <source> 4400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4189 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. 4401 </trans-unit>
4190 </source><target state="new"> 4402 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4191 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. 4403 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source>
4404 <target state="new">
4405 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team.
4192 </target> 4406 </target>
4193 4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 4408 </trans-unit>
4195
4196 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4409 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
4197 <source>This instance is dedicated to sensitive or NSFW content</source> 4410 <source>This instance is dedicated to sensitive or NSFW content</source>
4198 <target state="new">This instance is dedicated to sensitive or NSFW content</target> 4411 <target state="new">This instance is dedicated to sensitive or NSFW content</target>
4199 4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit><trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4413 </trans-unit>
4201 <source> 4414 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4202 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4415 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4203 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4416 <target state="new">
4204 </source><target state="new"> 4417 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4205 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4206 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4418 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4207 </target> 4419 </target>
4208 4420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 4421 </trans-unit>
4210
4211 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4422 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
4212 <source>Policy on videos containing sensitive content</source> 4423 <source>Policy on videos containing sensitive content</source>
4213 <target>سياسة الفيديوهات التي تحتوي على محتوى حساس</target> 4424 <target>سياسة الفيديوهات التي تحتوي على محتوى حساس</target>
4214 <context-group name="null"> 4425 <context-group name="null">
4215 <context context-type="linenumber">81</context> 4426 <context context-type="linenumber">81</context>
4216 </context-group> 4427 </context-group>
4217 4428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4429 </trans-unit>
4219 <source> 4430 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4220 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4431 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
4221 </source><target state="new"> 4432 <target state="new">
4222 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4433 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
4223 </target> 4434 </target>
4224 4435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit> 4436 </trans-unit>
4226
4227 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4437 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
4228 <source>Do not list</source> 4438 <source>Do not list</source>
4229 <target>لا تُدرجها</target> 4439 <target>لا تُدرجها</target>
4230 <context-group name="null"> 4440 <context-group name="null">
4231 <context context-type="linenumber">14</context> 4441 <context context-type="linenumber">14</context>
4232 </context-group> 4442 </context-group>
4233 4443 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">15</context></context-group>
4234 4444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group>
4235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4445 </trans-unit>
4236 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html"> 4446 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
4237 <source>Blur thumbnails</source> 4447 <source>Blur thumbnails</source>
4238 <target state="new">Blur thumbnails</target> 4448 <target state="new">Blur thumbnails</target>
4239 4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">16</context></context-group>
4240 4450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group>
4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4451 </trans-unit>
4242 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4452 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4243 <source>Display</source> 4453 <source>Display</source>
4244 <target>إظهارها</target> 4454 <target>إظهارها</target>
4245 <context-group name="null"> 4455 <context-group name="null">
4246 <context context-type="linenumber">16</context> 4456 <context context-type="linenumber">16</context>
4247 </context-group> 4457 </context-group>
4248 4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">17</context></context-group>
4249 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group>
4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group>
4251 <source>Strategy</source><target state="new">Strategy</target> 4461 </trans-unit>
4252 4462 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 4463 <source>Strategy</source>
4464 <target state="translated">الاستراتيجية</target>
4465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group>
4466 </trans-unit>
4254 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4467 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4255 <source>Terms</source> 4468 <source>Terms</source>
4256 <target>الشروط</target> 4469 <target>الشروط</target>
4257 <context-group name="null"> 4470 <context-group name="null">
4258 <context context-type="linenumber">88</context> 4471 <context context-type="linenumber">88</context>
4259 </context-group> 4472 </context-group>
4260 4473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group>
4261 4474 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group>
4262 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group>
4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4476 </trans-unit>
4264 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4477 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4265 <source>Code of conduct</source> 4478 <source>Code of conduct</source>
4266 <target state="new">Code of conduct</target> 4479 <target state="translated">قانون السلوك</target>
4267 4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group>
4268 4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group>
4269 4482 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group>
4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4483 </trans-unit>
4271 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4484 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4272 <source>Moderation information</source> 4485 <source>Moderation information</source>
4273 <target state="new">Moderation information</target> 4486 <target state="new">Moderation information</target>
4274 4487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group>
4275 4488 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group>
4276 4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group>
4277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4490 </trans-unit>
4278 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4491 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4279 4492 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4493 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4281 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group>
4282 4495 </trans-unit>
4283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit> 4496 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4284 4497 <source>YOU AND YOUR INSTANCE</source>
4498 <target state="translated">أنت ومثيل خادمك</target>
4499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group>
4500 </trans-unit>
4285 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4501 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4286 <source>Who is behind the instance?</source> 4502 <source>Who is behind the instance?</source>
4287 <target state="new">Who is behind the instance?</target> 4503 <target state="translated">مَن وراء مثيل الخادم هذا؟</target>
4288 4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group>
4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4505 </trans-unit>
4290 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4506 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4291 4507 <source>A single person? A non-profit? A company?</source>
4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit> 4508 <target state="new">A single person? A non-profit? A company?</target>
4509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group>
4510 </trans-unit>
4293 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4511 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4294 <source>Why did you create this instance?</source> 4512 <source>Why did you create this instance?</source>
4295 <target state="new">Why did you create this instance?</target> 4513 <target state="new">Why did you create this instance?</target>
4296 4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group>
4297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4515 </trans-unit>
4298 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4516 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4299 4517 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 4518 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group>
4520 </trans-unit>
4301 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4521 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4302 <source>How long do you plan to maintain this instance?</source> 4522 <source>How long do you plan to maintain this instance?</source>
4303 <target state="new">How long do you plan to maintain this instance?</target> 4523 <target state="new">How long do you plan to maintain this instance?</target>
4304 4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group>
4305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4525 </trans-unit>
4306 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4526 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4307 4527 <source>It's important to know for users who want to register on your instance</source>
4308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit> 4528 <target state="new">It's important to know for users who want to register on your instance</target>
4529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group>
4530 </trans-unit>
4309 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4531 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4310 <source>How will you finance the PeerTube server?</source> 4532 <source>How will you finance the PeerTube server?</source>
4311 <target state="new">How will you finance the PeerTube server?</target> 4533 <target state="new">How will you finance the PeerTube server?</target>
4312 4534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group>
4313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4535 </trans-unit>
4314 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4536 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4315 4537 <source>With your own funds? With user donations? Advertising?</source>
4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4538 <target state="new">With your own funds? With user donations? Advertising?</target>
4317 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group>
4318 4540 </trans-unit>
4319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit> 4541 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4320 4542 <source>OTHER INFORMATION</source>
4543 <target state="new">OTHER INFORMATION</target>
4544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group>
4545 </trans-unit>
4321 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4546 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4322 <source>What server/hardware does the instance run on?</source> 4547 <source>What server/hardware does the instance run on?</source>
4323 <target state="new">What server/hardware does the instance run on?</target> 4548 <target state="new">What server/hardware does the instance run on?</target>
4324 4549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group>
4325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4550 </trans-unit>
4326 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4551 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4327 4552 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit> 4553 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group>
4555 </trans-unit>
4329 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4556 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4330 <source>Instance information</source> 4557 <source>Instance information</source>
4331 <target state="new">Instance information</target> 4558 <target state="new">Instance information</target>
4332 4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group>
4333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4560 </trans-unit>
4334 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4561 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4335 4562 <source>APPEARANCE</source>
4336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4563 <target state="new">APPEARANCE</target>
4337 <source> 4564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4338 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4565 </trans-unit>
4339 </source><target state="new"> 4566 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4340 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4567 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4568 <target state="new">
4569 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4341 </target> 4570 </target>
4342 4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit> 4572 </trans-unit>
4344
4345
4346 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4573 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4347 <source>default</source> 4574 <source>default</source>
4348 <target state="new">default</target> 4575 <target state="new">default</target>
4349 4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group>
4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4577 </trans-unit>
4351 <source>Landing page</source><target state="new">Landing page</target> 4578 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4352 4579 <source>Landing page</source>
4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit> 4580 <target state="new">Landing page</target>
4354 4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group>
4582 </trans-unit>
4355 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4583 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4356 <source>Discover videos</source> 4584 <source>Discover videos</source>
4357 <target state="translated">اكتشف فيديوهات</target> 4585 <target state="translated">اكتشف فيديوهات</target>
4358 4586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group>
4359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4587 </trans-unit>
4360 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4588 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4361 <source>Trending videos</source> 4589 <source>Trending videos</source>
4362 <target state="new">Trending videos</target> 4590 <target state="translated">الفيديوهات الشائعة</target>
4363 4591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group>
4364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 4592 </trans-unit>
4365 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4593 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4366 <source>Most liked videos</source> 4594 <source>Most liked videos</source>
4367 <target state="new">Most liked videos</target> 4595 <target state="new">Most liked videos</target>
4368 4596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group>
4369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 4597 </trans-unit>
4370 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4598 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4371 <source>Recently added videos</source> 4599 <source>Recently added videos</source>
4372 <target state="new">Recently added videos</target> 4600 <target state="translated">الفيديوهات المنشورة حديثا</target>
4373 4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group>
4374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit> 4602 </trans-unit>
4375 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4603 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4376 <source>Local videos</source> 4604 <source>Local videos</source>
4377 <target>الفيديوهات المحلية</target> 4605 <target>الفيديوهات المحلية</target>
4378 <context-group name="null"> 4606 <context-group name="null">
4379 <context context-type="linenumber">223</context> 4607 <context context-type="linenumber">223</context>
4380 </context-group> 4608 </context-group>
4381 4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group>
4382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4610 </trans-unit>
4383 <source>NEW USERS</source><target state="new">NEW USERS</target> 4611 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4384 4612 <source>NEW USERS</source>
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4613 <target state="translated">المستخدمون الجدد</target>
4386 <source> 4614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4387 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4615 </trans-unit>
4388 </source><target state="new"> 4616 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4389 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4617 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source>
4618 <target state="new">
4619 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually.
4390 </target> 4620 </target>
4391 4621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit> 4622 </trans-unit>
4393
4394 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4623 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4395 <source>Signup enabled</source> 4624 <source>Signup enabled</source>
4396 <target>التسجيل مُفعل</target> 4625 <target>التسجيل مُفعل</target>
4397 <context-group name="null"> 4626 <context-group name="null">
4398 <context context-type="linenumber">235</context> 4627 <context context-type="linenumber">235</context>
4399 </context-group> 4628 </context-group>
4400 4629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group>
4401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit> 4630 </trans-unit>
4402 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4631 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4403 <source>Signup requires email verification</source> 4632 <source>Signup requires email verification</source>
4404 <target>يتطلب التسجيل رسالة تأكيد</target> 4633 <target>يتطلب التسجيل رسالة تأكيد</target>
4405 <context-group name="null"> 4634 <context-group name="null">
4406 <context context-type="linenumber">242</context> 4635 <context context-type="linenumber">242</context>
4407 </context-group> 4636 </context-group>
4408 4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group>
4409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit> 4638 </trans-unit>
4410 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4639 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4411 <source>Signup limit</source> 4640 <source>Signup limit</source>
4412 <target>حد التسجيل</target> 4641 <target>حد التسجيل</target>
4413 <context-group name="null"> 4642 <context-group name="null">
4414 <context context-type="linenumber">247</context> 4643 <context context-type="linenumber">247</context>
4415 </context-group> 4644 </context-group>
4416 4645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group>
4417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit> 4646 </trans-unit>
4418 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4647 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4419 <source>Users</source> 4648 <source>Users</source>
4420 <target>المستخدِمون</target> 4649 <target>المستخدِمون</target>
4421 <context-group name="null"> 4650 <context-group name="null">
4422 <context context-type="linenumber">257</context> 4651 <context context-type="linenumber">257</context>
4423 </context-group> 4652 </context-group>
4424 4653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group>
4425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html"> 4654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group>
4426 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source><target state="new">{VAR_PLURAL, plural, =1 {Video} other {Videos} }</target> 4655 </trans-unit>
4656 <trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
4657 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source>
4658 <target state="new">{VAR_PLURAL, plural, =1 {Video} other {Videos} }</target>
4427 <context-group purpose="location"> 4659 <context-group purpose="location">
4428 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4660 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4429 <context context-type="linenumber">24</context> 4661 <context context-type="linenumber">24</context>
@@ -4432,8 +4664,10 @@
4432 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4664 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4433 <context context-type="linenumber">24</context> 4665 <context context-type="linenumber">24</context>
4434 </context-group> 4666 </context-group>
4435 </trans-unit><trans-unit id="bcf8ce898a641416913d16b5dc39385e83ca069c" datatype="html"> 4667 </trans-unit>
4436 <source>{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</source><target state="new">{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</target> 4668 <trans-unit id="bcf8ce898a641416913d16b5dc39385e83ca069c" datatype="html">
4669 <source>{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</source>
4670 <target state="new">{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</target>
4437 <context-group purpose="location"> 4671 <context-group purpose="location">
4438 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4672 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4439 <context context-type="linenumber">30</context> 4673 <context context-type="linenumber">30</context>
@@ -4442,8 +4676,10 @@
4442 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4676 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4443 <context context-type="linenumber">30</context> 4677 <context context-type="linenumber">30</context>
4444 </context-group> 4678 </context-group>
4445 </trans-unit><trans-unit id="8b3b364967f953009a4b83c53ed5cf0b5ff3902a" datatype="html"> 4679 </trans-unit>
4446 <source>{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</source><target state="new">{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</target> 4680 <trans-unit id="8b3b364967f953009a4b83c53ed5cf0b5ff3902a" datatype="html">
4681 <source>{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</source>
4682 <target state="new">{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</target>
4447 <context-group purpose="location"> 4683 <context-group purpose="location">
4448 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4684 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4449 <context context-type="linenumber">36</context> 4685 <context context-type="linenumber">36</context>
@@ -4452,8 +4688,10 @@
4452 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4688 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4453 <context context-type="linenumber">36</context> 4689 <context context-type="linenumber">36</context>
4454 </context-group> 4690 </context-group>
4455 </trans-unit><trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html"> 4691 </trans-unit>
4456 <source>Incriminated in reports</source><target state="new">Incriminated in reports</target> 4692 <trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html">
4693 <source>Incriminated in reports</source>
4694 <target state="new">Incriminated in reports</target>
4457 <context-group purpose="location"> 4695 <context-group purpose="location">
4458 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4696 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4459 <context context-type="linenumber">42</context> 4697 <context context-type="linenumber">42</context>
@@ -4462,8 +4700,10 @@
4462 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4700 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4463 <context context-type="linenumber">42</context> 4701 <context context-type="linenumber">42</context>
4464 </context-group> 4702 </context-group>
4465 </trans-unit><trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html"> 4703 </trans-unit>
4466 <source>Authored reports accepted</source><target state="new">Authored reports accepted</target> 4704 <trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html">
4705 <source>Authored reports accepted</source>
4706 <target state="new">Authored reports accepted</target>
4467 <context-group purpose="location"> 4707 <context-group purpose="location">
4468 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4708 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4469 <context context-type="linenumber">48</context> 4709 <context context-type="linenumber">48</context>
@@ -4472,8 +4712,10 @@
4472 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4712 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4473 <context context-type="linenumber">48</context> 4713 <context context-type="linenumber">48</context>
4474 </context-group> 4714 </context-group>
4475 </trans-unit><trans-unit id="8e29da1e7e8def288e5cf788c6f5ac6e5824259c" datatype="html"> 4715 </trans-unit>
4476 <source>{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</source><target state="new">{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</target> 4716 <trans-unit id="8e29da1e7e8def288e5cf788c6f5ac6e5824259c" datatype="html">
4717 <source>{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</source>
4718 <target state="new">{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</target>
4477 <context-group purpose="location"> 4719 <context-group purpose="location">
4478 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4720 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4479 <context context-type="linenumber">54</context> 4721 <context context-type="linenumber">54</context>
@@ -4482,8 +4724,10 @@
4482 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4724 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4483 <context context-type="linenumber">54</context> 4725 <context context-type="linenumber">54</context>
4484 </context-group> 4726 </context-group>
4485 </trans-unit><trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html"> 4727 </trans-unit>
4486 <source>NEW USER</source><target state="new">NEW USER</target> 4728 <trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html">
4729 <source>NEW USER</source>
4730 <target state="translated">مستخدم جديد</target>
4487 <context-group purpose="location"> 4731 <context-group purpose="location">
4488 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4732 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4489 <context context-type="linenumber">73</context> 4733 <context context-type="linenumber">73</context>
@@ -4492,8 +4736,10 @@
4492 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4736 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4493 <context context-type="linenumber">73</context> 4737 <context context-type="linenumber">73</context>
4494 </context-group> 4738 </context-group>
4495 </trans-unit><trans-unit id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0" datatype="html"> 4739 </trans-unit>
4496 <source>Configuration</source><target state="new">Configuration</target> 4740 <trans-unit id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0" datatype="html">
4741 <source>Configuration</source>
4742 <target state="translated">الضبط</target>
4497 <context-group purpose="location"> 4743 <context-group purpose="location">
4498 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context> 4744 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
4499 <context context-type="linenumber">1</context> 4745 <context context-type="linenumber">1</context>
@@ -4502,436 +4748,454 @@
4502 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4748 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4503 <source>Default video quota per user</source> 4749 <source>Default video quota per user</source>
4504 <target state="new">Default video quota per user</target> 4750 <target state="new">Default video quota per user</target>
4505 4751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group>
4506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit> 4752 </trans-unit>
4507 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4753 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4508 <source>Default daily upload limit per user</source> 4754 <source>Default daily upload limit per user</source>
4509 <target state="new">Default daily upload limit per user</target> 4755 <target state="new">Default daily upload limit per user</target>
4510 4756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group>
4511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4757 </trans-unit>
4512 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4758 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4513 4759 <source>NEW VIDEOS</source>
4514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4760 <target state="translated">الفيديوهات الجديدة</target>
4515 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group>
4516 4762 </trans-unit>
4517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4763 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4518 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4764 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4519 4765 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit> 4766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group>
4521 4767 </trans-unit>
4522 4768 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4769 <source>Allow import with a torrent file or a magnet URI</source>
4770 <target state="new">Allow import with a torrent file or a magnet URI</target>
4771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group>
4772 </trans-unit>
4523 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4773 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4524 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4774 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4525 4775 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group>
4527 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4777 </trans-unit>
4528 4778 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4779 <source>Blacklist new videos automatically</source>
4530 <source>FEDERATION</source><target state="new">FEDERATION</target> 4780 <target state="new">Blacklist new videos automatically</target>
4531 4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group>
4532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4782 </trans-unit>
4533 <source> 4783 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4534 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4784 <source>FEDERATION</source>
4535 </source><target state="new"> 4785 <target state="translated">الفديرالية</target>
4536 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4787 </trans-unit>
4788 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4789 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source>
4790 <target state="new">
4791 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances.
4537 </target> 4792 </target>
4538 4793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4794 </trans-unit>
4540 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4795 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4541 4796 <source>Other instances can follow yours</source>
4542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit> 4797 <target state="new">Other instances can follow yours</target>
4543 4798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group>
4544 4799 </trans-unit>
4545 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4800 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4546 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4801 <source>Manually approve new instance followers</source>
4547 4802 <target state="new">Manually approve new instance followers</target>
4548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group>
4549 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4804 </trans-unit>
4550 4805 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4806 <source>Automatically follow back instances</source>
4552 <source> 4807 <target state="new">Automatically follow back instances</target>
4553 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4554 </source><target state="new"> 4809 </trans-unit>
4555 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4810 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4811 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4812 <target state="new">
4813 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4556 </target> 4814 </target>
4557 <context-group purpose="location"> 4815 <context-group purpose="location">
4558 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4816 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4559 <context context-type="linenumber">450</context> 4817 <context context-type="linenumber">450</context>
4560 </context-group> 4818 </context-group>
4561 </trans-unit> 4819 </trans-unit>
4562
4563 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4820 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4564 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4821 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4565 4822 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4566 4823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group>
4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit> 4824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group>
4568 4825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group>
4569 4826 </trans-unit>
4570 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4827 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4571 <source>Index URL</source> 4828 <source>Index URL</source>
4572 <target state="new">Index URL</target> 4829 <target state="translated">عنوان URL الفهرس</target>
4573 4830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group>
4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4831 </trans-unit>
4575 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4832 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4833 <source>Automatically follow instances of a public index</source>
4834 <target state="new">Automatically follow instances of a public index</target>
4576 <context-group purpose="location"> 4835 <context-group purpose="location">
4577 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4836 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4578 <context context-type="linenumber">445</context> 4837 <context context-type="linenumber">445</context>
4579 </context-group> 4838 </context-group>
4580 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4839 </trans-unit>
4581 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4840 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4582 4841 <source>ADMINISTRATORS</source>
4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit> 4842 <target state="translated">المدراء</target>
4843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group>
4844 </trans-unit>
4584 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4845 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4585 <source>Administrator</source> 4846 <source>Administrator</source>
4586 <target>المدير</target> 4847 <target>المدير</target>
4587 <context-group name="null"> 4848 <context-group name="null">
4588 <context context-type="linenumber">384</context> 4849 <context context-type="linenumber">384</context>
4589 </context-group> 4850 </context-group>
4590 4851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
4591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4852 </trans-unit>
4592 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 4853 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
4593 <source>Admin email</source> 4854 <source>Admin email</source>
4594 <target>البريد الإلكتروني للمدير</target> 4855 <target>البريد الإلكتروني للمدير</target>
4595 <context-group name="null"> 4856 <context-group name="null">
4596 <context context-type="linenumber">387</context> 4857 <context context-type="linenumber">387</context>
4597 </context-group> 4858 </context-group>
4598 4859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group>
4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit> 4860 </trans-unit>
4600 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4861 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4601 <source>Enable contact form</source> 4862 <source>Enable contact form</source>
4602 <target state="new">Enable contact form</target> 4863 <target state="new">Enable contact form</target>
4603 4864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group>
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit> 4865 </trans-unit>
4605 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4866 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4606 <source>Basic configuration</source> 4867 <source>Basic configuration</source>
4607 <target>الاعدادات الإفتراصية</target> 4868 <target>الاعدادات الإفتراصية</target>
4608 <context-group name="null"> 4869 <context-group name="null">
4609 <context context-type="linenumber">195</context> 4870 <context context-type="linenumber">195</context>
4610 </context-group> 4871 </context-group>
4611 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group>
4612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4873 </trans-unit>
4613 <source>TWITTER</source><target state="new">TWITTER</target> 4874 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4614 4875 <source>TWITTER</source>
4615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4876 <target state="translated">تويتر</target>
4616 <source> 4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group>
4617 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4878 </trans-unit>
4618 </source><target state="new"> 4879 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4880 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4881 <target state="new">
4619 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4882 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4620 </target> 4883 </target>
4621 4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group>
4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit> 4885 </trans-unit>
4623
4624 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4886 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4625 <source>Your Twitter username</source> 4887 <source>Your Twitter username</source>
4626 <target>اسم المستخدِم الخاص بك على تويتر</target> 4888 <target>اسم المستخدِم الخاص بك على تويتر</target>
4627 <context-group name="null"> 4889 <context-group name="null">
4628 <context context-type="linenumber">413</context> 4890 <context context-type="linenumber">413</context>
4629 </context-group> 4891 </context-group>
4630 4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group>
4631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit> 4893 </trans-unit>
4632
4633 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4894 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4634 <source>Instance whitelisted by Twitter</source> 4895 <source>Instance whitelisted by Twitter</source>
4635 <target state="new">Instance whitelisted by Twitter</target> 4896 <target state="new">Instance whitelisted by Twitter</target>
4636 4897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4898 </trans-unit>
4638 <source> 4899 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4639 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4900 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source>
4640 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4901 <target state="new">
4641 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4902 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4642 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 4903 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4643 to see if you instance is whitelisted.
4644 </source><target state="new">
4645 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4646 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4647 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4904 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4648 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 4905 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
4649 to see if you instance is whitelisted. 4906 to see if you instance is whitelisted.
4650 </target> 4907 </target>
4651 4908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit> 4909 </trans-unit>
4653
4654 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4910 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4655 <source>Services</source> 4911 <source>Services</source>
4656 <target>الخدمات</target> 4912 <target>الخدمات</target>
4657 <context-group name="null"> 4913 <context-group name="null">
4658 <context context-type="linenumber">405</context> 4914 <context context-type="linenumber">405</context>
4659 </context-group> 4915 </context-group>
4660 4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group>
4661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4917 </trans-unit>
4662 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4918 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4663 4919 <source>TRANSCODING</source>
4664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4920 <target state="new">TRANSCODING</target>
4665 <source> 4921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4666 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4922 </trans-unit>
4667 resources, this is a critical part of PeerTube, so tread carefully. 4923 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4668 </source><target state="new"> 4924 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
4925 <target state="new">
4669 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4926 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4670 resources, this is a critical part of PeerTube, so tread carefully. 4927 resources, this is a critical part of PeerTube, so tread carefully.
4671 </target> 4928 </target>
4672 4929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit> 4930 </trans-unit>
4674
4675 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4931 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4676 <source>Transcoding enabled</source> 4932 <source>Transcoding enabled</source>
4677 <target state="new">Transcoding enabled</target> 4933 <target state="new">Transcoding enabled</target>
4678 4934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group>
4679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit> 4935 </trans-unit>
4680 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4936 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4681 <source>If you disable transcoding, many videos from your users will not work!</source> 4937 <source>If you disable transcoding, many videos from your users will not work!</source>
4682 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4938 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4683 4939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group>
4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4940 </trans-unit>
4685 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4941 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4686 4942 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4943 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4688 4944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group>
4945 </trans-unit>
4689 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4946 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4690 <source>Allow additional extensions</source> 4947 <source>Allow additional extensions</source>
4691 <target state="new">Allow additional extensions</target> 4948 <target state="new">Allow additional extensions</target>
4692 4949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group>
4693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4950 </trans-unit>
4694 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4951 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4695 4952 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit> 4953 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4697 4954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group>
4955 </trans-unit>
4698 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4956 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4699 <source>Allow audio files upload</source> 4957 <source>Allow audio files upload</source>
4700 <target state="new">Allow audio files upload</target> 4958 <target state="new">Allow audio files upload</target>
4701 4959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4960 </trans-unit>
4703 <source> 4961 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4704 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4962 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source>
4705 4963 <target state="new">
4706 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4964 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4707
4708 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4709
4710 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4711 </source><target state="new">
4712 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4713 4965
4714 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4966 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
4715 4967
4716 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4968 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4717 4969
4718 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4970 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4719 </target> 4971 </target>
4720 4972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4973 </trans-unit>
4722 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4974 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4723 4975 <source>WebTorrent support enabled</source>
4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4976 <target state="translated">دعم WebTorrent نشط</target>
4725 <source> 4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4726 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4978 </trans-unit>
4727 4979 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4728 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4980 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source>
4729 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 4981 <target state="new">
4730 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4982 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4731 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4732 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4733 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4734
4735 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4736 </source><target state="new">
4737 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4738 4983
4739 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4984 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
4740 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 4985 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/>
4741 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4986 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
4742 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4987 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
4743 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4988 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
4744 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 4989 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/>
4745 4990
4746 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4991 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
4747 </target> 4992 </target>
4748 4993 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit> 4994 </trans-unit>
4750
4751 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4995 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4752 <source>HLS support enabled</source> 4996 <source>HLS support enabled</source>
4753 <target state="new">HLS support enabled</target> 4997 <target state="translated">دعم HLS نشط</target>
4754 4998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group>
4755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit> 4999 </trans-unit>
4756 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 5000 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4757 <source>Transcoding threads</source> 5001 <source>Transcoding threads</source>
4758 <target state="new">Transcoding threads</target> 5002 <target state="new">Transcoding threads</target>
4759 5003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group>
4760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5004 </trans-unit>
4761 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 5005 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4762 5006 <source>Resolutions to generate</source>
4763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit> 5007 <target state="new">Resolutions to generate</target>
5008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group>
5009 </trans-unit>
4764 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5010 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4765 <source>CACHE</source><target state="new">CACHE</target> 5011 <source>CACHE</source>
4766 5012 <target state="translated">ذاكرة التخزين المؤقتة</target>
4767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group>
4768 <source> 5014 </trans-unit>
4769 Some files are not federated, and fetched when necessary. Define their caching policies. 5015 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4770 </source><target state="new"> 5016 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5017 <target state="new">
4771 Some files are not federated, and fetched when necessary. Define their caching policies. 5018 Some files are not federated, and fetched when necessary. Define their caching policies.
4772 </target> 5019 </target>
4773 5020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group>
4774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5021 </trans-unit>
4775 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 5022 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4776 5023 <source>Number of previews to keep in cache</source>
4777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5024 <target state="new">Number of previews to keep in cache</target>
4778 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 5025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group>
4779 5026 </trans-unit>
4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit> 5027 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4781 5028 <source>Number of video captions to keep in cache</source>
4782 5029 <target state="new">Number of video captions to keep in cache</target>
4783 5030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group>
5031 </trans-unit>
4784 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5032 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4785 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 5033 <source>CUSTOMIZATIONS</source>
4786 5034 <target state="new">CUSTOMIZATIONS</target>
4787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group>
4788 <source> 5036 </trans-unit>
4789 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5037 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4790 </source><target state="new"> 5038 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5039 <target state="new">
4791 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5040 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4792 </target> 5041 </target>
4793 5042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group>
4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit> 5043 </trans-unit>
4795
4796 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5044 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4797 <source>JavaScript</source> 5045 <source>JavaScript</source>
4798 <target>الجافا سكريبت</target> 5046 <target>الجافا سكريبت</target>
4799 <context-group name="null"> 5047 <context-group name="null">
4800 <context context-type="linenumber">575</context> 5048 <context context-type="linenumber">575</context>
4801 </context-group> 5049 </context-group>
4802 5050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
4803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5051 </trans-unit>
4804 <source> 5052 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4805 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5053 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
4806 </source><target state="new"> 5054 <target state="new">
4807 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5055 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
4808 </target> 5056 </target>
4809 5057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
4810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5058 </trans-unit>
4811 <source> 5059 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4812 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5060 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
4813 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5061 <target state="new">
4814 color: red; 5062 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4815 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5063 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4816 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4817 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4818 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4819 color: red;
4820 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4821 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4822 </source><target state="new">
4823 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4824 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4825 color: red; 5064 color: red;
4826 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5065 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4827 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5066 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
4828 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5067 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4829 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5068 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4830 color: red; 5069 color: red;
4831 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5070 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4832 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5071 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
4833 </target> 5072 </target>
4834 5073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
4835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit> 5074 </trans-unit>
4836
4837
4838 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5075 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4839 <source>Advanced configuration</source> 5076 <source>Advanced configuration</source>
4840 <target>الإعدادات المتقدمة</target> 5077 <target>الإعدادات المتقدمة</target>
4841 <context-group name="null"> 5078 <context-group name="null">
4842 <context context-type="linenumber">452</context> 5079 <context context-type="linenumber">452</context>
4843 </context-group> 5080 </context-group>
4844 5081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group>
4845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit> 5082 </trans-unit>
4846 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 5083 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4847 <source>Update configuration</source> 5084 <source>Update configuration</source>
4848 <target state="new">Update configuration</target> 5085 <target state="translated">تحديث الإعدادات</target>
4849 5086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group>
4850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit> 5087 </trans-unit>
4851 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5088 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4852 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5089 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4853 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5090 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4854 5091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group>
4855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5092 </trans-unit>
4856 <source>PROFILE</source><target state="new">PROFILE</target> 5093 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5094 <source>PROFILE</source>
5095 <target state="translated">الملف التعريفي</target>
4857 <context-group purpose="location"> 5096 <context-group purpose="location">
4858 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5097 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4859 <context context-type="linenumber">3</context> 5098 <context context-type="linenumber">3</context>
4860 </context-group> 5099 </context-group>
4861 </trans-unit><trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html"> 5100 </trans-unit>
4862 <source>VIDEO SETTINGS</source><target state="new">VIDEO SETTINGS</target> 5101 <trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html">
5102 <source>VIDEO SETTINGS</source>
5103 <target state="translated">إعدادات الفيديو</target>
4863 <context-group purpose="location"> 5104 <context-group purpose="location">
4864 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5105 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4865 <context context-type="linenumber">32</context> 5106 <context context-type="linenumber">32</context>
4866 </context-group> 5107 </context-group>
4867 </trans-unit><trans-unit id="f70dbe547767b3a0f0006d44688beee60c884417" datatype="html"> 5108 </trans-unit>
4868 <source>NOTIFICATIONS</source><target state="new">NOTIFICATIONS</target> 5109 <trans-unit id="f70dbe547767b3a0f0006d44688beee60c884417" datatype="html">
5110 <source>NOTIFICATIONS</source>
5111 <target state="translated">الإشعارات</target>
4869 <context-group purpose="location"> 5112 <context-group purpose="location">
4870 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5113 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4871 <context context-type="linenumber">43</context> 5114 <context context-type="linenumber">43</context>
4872 </context-group> 5115 </context-group>
4873 </trans-unit><trans-unit id="8e4cafda991c13b5103e45195f7f2488974a913e" datatype="html"> 5116 </trans-unit>
4874 <source>INTERFACE</source><target state="new">INTERFACE</target> 5117 <trans-unit id="8e4cafda991c13b5103e45195f7f2488974a913e" datatype="html">
5118 <source>INTERFACE</source>
5119 <target state="translated">الواجهة</target>
4875 <context-group purpose="location"> 5120 <context-group purpose="location">
4876 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5121 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4877 <context context-type="linenumber">53</context> 5122 <context context-type="linenumber">53</context>
4878 </context-group> 5123 </context-group>
4879 </trans-unit><trans-unit id="ce43cc343ed3bd908e593db994ca3f6dbff079df" datatype="html"> 5124 </trans-unit>
4880 <source>PASSWORD</source><target state="new">PASSWORD</target> 5125 <trans-unit id="ce43cc343ed3bd908e593db994ca3f6dbff079df" datatype="html">
5126 <source>PASSWORD</source>
5127 <target state="translated">الكلمة السرية</target>
4881 <context-group purpose="location"> 5128 <context-group purpose="location">
4882 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5129 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4883 <context context-type="linenumber">63</context> 5130 <context context-type="linenumber">63</context>
4884 </context-group> 5131 </context-group>
4885 </trans-unit><trans-unit id="d5e31741c591719630b5bba1ba38f8c1a04c10e3" datatype="html"> 5132 </trans-unit>
4886 <source>EMAIL</source><target state="new">EMAIL</target> 5133 <trans-unit id="d5e31741c591719630b5bba1ba38f8c1a04c10e3" datatype="html">
5134 <source>EMAIL</source>
5135 <target state="translated">عنوان البريد الإلكتروني</target>
4887 <context-group purpose="location"> 5136 <context-group purpose="location">
4888 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5137 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4889 <context context-type="linenumber">73</context> 5138 <context context-type="linenumber">73</context>
4890 </context-group> 5139 </context-group>
4891 </trans-unit><trans-unit id="e6c299a11dadb59bf789ecc5d85eb1a1ebff4613" datatype="html"> 5140 </trans-unit>
4892 <source>DANGER ZONE</source><target state="new">DANGER ZONE</target> 5141 <trans-unit id="e6c299a11dadb59bf789ecc5d85eb1a1ebff4613" datatype="html">
4893 5142 <source>DANGER ZONE</source>
4894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 5143 <target state="translated">منطقة الخطر</target>
4895 5144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group>
5145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group>
5146 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">83</context></context-group>
5147 </trans-unit>
4896 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8"> 5148 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
4897 <source>Profile</source> 5149 <source>Profile</source>
4898 <target>الملف الشخصي</target> 5150 <target>الملف الشخصي</target>
4899 <context-group name="null"> 5151 <context-group name="null">
4900 <context context-type="linenumber">7</context> 5152 <context context-type="linenumber">7</context>
4901 </context-group> 5153 </context-group>
4902 5154 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group>
4903 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b284ee2481274869dfb81764f597da8a13a6813d" datatype="html"> 5155 </trans-unit>
4904 <source>Resolution</source><target state="new">Resolution</target> 5156 <trans-unit id="b284ee2481274869dfb81764f597da8a13a6813d" datatype="html">
5157 <source>Resolution</source>
5158 <target state="new">Resolution</target>
4905 <context-group purpose="location"> 5159 <context-group purpose="location">
4906 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5160 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
4907 <context context-type="linenumber">1</context> 5161 <context context-type="linenumber">1</context>
4908 </context-group> 5162 </context-group>
4909 </trans-unit><trans-unit id="ef33a2dbcf359d6d0bf21cd9057241198657f1a0" datatype="html"> 5163 </trans-unit>
4910 <source>Aspect ratio</source><target state="new">Aspect ratio</target> 5164 <trans-unit id="ef33a2dbcf359d6d0bf21cd9057241198657f1a0" datatype="html">
5165 <source>Aspect ratio</source>
5166 <target state="new">Aspect ratio</target>
4911 <context-group purpose="location"> 5167 <context-group purpose="location">
4912 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5168 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
4913 <context context-type="linenumber">1</context> 5169 <context context-type="linenumber">1</context>
4914 </context-group> 5170 </context-group>
4915 </trans-unit><trans-unit id="6a584f96af92f3c88346004512fb62c1a2f77bf2" datatype="html"> 5171 </trans-unit>
4916 <source>Average frame rate</source><target state="new">Average frame rate</target> 5172 <trans-unit id="6a584f96af92f3c88346004512fb62c1a2f77bf2" datatype="html">
5173 <source>Average frame rate</source>
5174 <target state="new">Average frame rate</target>
4917 <context-group purpose="location"> 5175 <context-group purpose="location">
4918 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5176 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
4919 <context context-type="linenumber">1</context> 5177 <context context-type="linenumber">1</context>
4920 </context-group> 5178 </context-group>
4921 </trans-unit><trans-unit id="f5ef087f961138ca7624adf451532229eaf1d6d0" datatype="html"> 5179 </trans-unit>
4922 <source>Pixel format</source><target state="new">Pixel format</target> 5180 <trans-unit id="f5ef087f961138ca7624adf451532229eaf1d6d0" datatype="html">
5181 <source>Pixel format</source>
5182 <target state="new">Pixel format</target>
4923 <context-group purpose="location"> 5183 <context-group purpose="location">
4924 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5184 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
4925 <context context-type="linenumber">1</context> 5185 <context context-type="linenumber">1</context>
4926 </context-group> 5186 </context-group>
4927 </trans-unit><trans-unit id="3a52aa4fd8b70b391767f9398322eeb13219f18c" datatype="html"> 5187 </trans-unit>
4928 <source>Sample rate</source><target state="new">Sample rate</target> 5188 <trans-unit id="3a52aa4fd8b70b391767f9398322eeb13219f18c" datatype="html">
5189 <source>Sample rate</source>
5190 <target state="new">Sample rate</target>
4929 <context-group purpose="location"> 5191 <context-group purpose="location">
4930 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5192 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
4931 <context context-type="linenumber">1</context> 5193 <context context-type="linenumber">1</context>
4932 </context-group> 5194 </context-group>
4933 </trans-unit><trans-unit id="3ca33ac04c81bb041501de891a9d7c8318f810a0" datatype="html"> 5195 </trans-unit>
4934 <source>Channel Layout</source><target state="new">Channel Layout</target> 5196 <trans-unit id="3ca33ac04c81bb041501de891a9d7c8318f810a0" datatype="html">
5197 <source>Channel Layout</source>
5198 <target state="new">Channel Layout</target>
4935 <context-group purpose="location"> 5199 <context-group purpose="location">
4936 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5200 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
4937 <context context-type="linenumber">1</context> 5201 <context context-type="linenumber">1</context>
@@ -4943,13 +5207,13 @@
4943 <context-group name="null"> 5207 <context-group name="null">
4944 <context context-type="linenumber">10</context> 5208 <context context-type="linenumber">10</context>
4945 </context-group> 5209 </context-group>
4946 5210 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">12</context></context-group>
4947 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="dc7b800a27960e33af36f16f6c25aaf5776464f7" datatype="html"> 5211 </trans-unit>
4948 <source>Interface settings</source><target state="new">Interface settings</target> 5212 <trans-unit id="dc7b800a27960e33af36f16f6c25aaf5776464f7" datatype="html">
4949 5213 <source>Interface settings</source>
4950 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 5214 <target state="translated">إعدادات الواجهة</target>
4951 5215 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">16</context></context-group>
4952 5216 </trans-unit>
4953 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 5217 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
4954 <source>Change password</source> 5218 <source>Change password</source>
4955 <target>تغيير الكلمة السرية</target> 5219 <target>تغيير الكلمة السرية</target>
@@ -4992,16 +5256,18 @@
4992 </context-group> 5256 </context-group>
4993 </trans-unit> 5257 </trans-unit>
4994 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5258 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4995 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 5259 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
4996 <target state="new"> 5260 <target state="new">
4997 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 5261 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
4998 </target> 5262 </target>
4999 <context-group purpose="location"> 5263 <context-group purpose="location">
5000 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5264 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5001 <context context-type="linenumber">6</context> 5265 <context context-type="linenumber">6</context>
5002 </context-group> 5266 </context-group>
5003 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html"> 5267 </trans-unit>
5004 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target> 5268 <trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5269 <source>Policy for sensitive videos</source>
5270 <target state="new">Policy for sensitive videos</target>
5005 <context-group purpose="location"> 5271 <context-group purpose="location">
5006 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5272 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5007 <context context-type="linenumber">14</context> 5273 <context context-type="linenumber">14</context>
@@ -5010,23 +5276,21 @@
5010 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5276 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5011 <context context-type="linenumber">111</context> 5277 <context context-type="linenumber">111</context>
5012 </context-group> 5278 </context-group>
5013 </trans-unit><trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5279 </trans-unit>
5014 <source>Only display videos in the following languages/subtitles</source><target state="new">Only display videos in the following languages/subtitles</target> 5280 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5015 5281 <source>Only display videos in the following languages/subtitles</source>
5016 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5282 <target state="new">Only display videos in the following languages/subtitles</target>
5017 <source>In Recently added, Trending, Local, Most liked and Search pages</source><target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5283 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">23</context></context-group>
5018 5284 </trans-unit>
5019 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 5285 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5020 5286 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5021 5287 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5022 5288 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5023 5289 </trans-unit>
5024
5025
5026 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5290 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5027 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 5291 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
5028 <target state="new"> 5292 <target state="new">
5029 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 5293 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
5030</target> 5294</target>
5031 <context-group purpose="location"> 5295 <context-group purpose="location">
5032 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5296 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5034,9 +5298,9 @@
5034 </context-group> 5298 </context-group>
5035 </trans-unit> 5299 </trans-unit>
5036 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5300 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5037 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source> 5301 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source>
5038 <target state="new"> 5302 <target state="new">
5039 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification 5303 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification
5040</target> 5304</target>
5041 <context-group purpose="location"> 5305 <context-group purpose="location">
5042 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5306 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5045,7 +5309,7 @@
5045 </trans-unit> 5309 </trans-unit>
5046 <trans-unit id="d20a2fa4a3360caa8825e49a31b5fd3a442ac219" datatype="html"> 5310 <trans-unit id="d20a2fa4a3360caa8825e49a31b5fd3a442ac219" datatype="html">
5047 <source>New email</source> 5311 <source>New email</source>
5048 <target state="new">New email</target> 5312 <target state="translated">العنوان الجديد للبريد</target>
5049 <context-group purpose="location"> 5313 <context-group purpose="location">
5050 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5314 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5051 <context context-type="linenumber">15</context> 5315 <context context-type="linenumber">15</context>
@@ -5053,7 +5317,7 @@
5053 </trans-unit> 5317 </trans-unit>
5054 <trans-unit id="150bb2b8ea3b2745294f0cfe8b37c83dbca4b463" datatype="html"> 5318 <trans-unit id="150bb2b8ea3b2745294f0cfe8b37c83dbca4b463" datatype="html">
5055 <source>Your new email</source> 5319 <source>Your new email</source>
5056 <target state="new">Your new email</target> 5320 <target state="translated">عنوان بريدك الإلكتروني الجديد</target>
5057 <context-group purpose="location"> 5321 <context-group purpose="location">
5058 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5322 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5059 <context context-type="linenumber">17</context> 5323 <context context-type="linenumber">17</context>
@@ -5069,7 +5333,7 @@
5069 </trans-unit> 5333 </trans-unit>
5070 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5334 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5071 <source>Change email</source> 5335 <source>Change email</source>
5072 <target state="new">Change email</target> 5336 <target state="translated">تغيير عنوان البريد</target>
5073 <context-group purpose="location"> 5337 <context-group purpose="location">
5074 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5338 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5075 <context context-type="linenumber">35</context> 5339 <context context-type="linenumber">35</context>
@@ -5078,27 +5342,28 @@
5078 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5342 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5079 <source>Theme</source> 5343 <source>Theme</source>
5080 <target state="translated">السمة</target> 5344 <target state="translated">السمة</target>
5081 5345 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group>
5082 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 5346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group>
5347 </trans-unit>
5083 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5348 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5084 <source>instance default</source> 5349 <source>instance default</source>
5085 <target state="new">instance default</target> 5350 <target state="translated">مثيل الخادم الإفتراضي</target>
5086 5351 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group>
5087 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 5352 </trans-unit>
5088 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5353 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5089 <source>peertube default</source> 5354 <source>peertube default</source>
5090 <target state="new">peertube default</target> 5355 <target state="new">peertube default</target>
5091 5356 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group>
5092 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 5357 </trans-unit>
5093 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5358 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5094 <source>Change ownership</source> 5359 <source>Change ownership</source>
5095 <target>تغيير المالك</target> 5360 <target>تغيير المالك</target>
5096 <context-group name="null"> 5361 <context-group name="null">
5097 <context context-type="linenumber">22</context> 5362 <context context-type="linenumber">22</context>
5098 </context-group> 5363 </context-group>
5099 5364 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group>
5100 5365 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group>
5101 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 5366 </trans-unit>
5102 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5367 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5103 <source>Select the next owner</source> 5368 <source>Select the next owner</source>
5104 <target>أدخل المالك الجديد</target> 5369 <target>أدخل المالك الجديد</target>
@@ -5106,16 +5371,20 @@
5106 <context context-type="linenumber">10</context> 5371 <context context-type="linenumber">10</context>
5107 </context-group> 5372 </context-group>
5108 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5373 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5109 </trans-unit><trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5374 </trans-unit>
5110 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source><target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5375 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5376 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5377 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5111 <context-group purpose="location"> 5378 <context-group purpose="location">
5112 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5379 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5113 <context context-type="linenumber">2</context> 5380 <context context-type="linenumber">2</context>
5114 </context-group> 5381 </context-group>
5115 </trans-unit><trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html"> 5382 </trans-unit>
5116 <source>Search your videos</source><target state="new">Search your videos</target> 5383 <trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html">
5117 5384 <source>Search your videos</source>
5118 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 5385 <target state="translated">البحث عن فيديوهاتك</target>
5386 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">4</context></context-group>
5387 </trans-unit>
5119 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804" datatype="html"> 5388 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804" datatype="html">
5120 <source>Accept ownership</source> 5389 <source>Accept ownership</source>
5121 <target state="new">Accept ownership</target> 5390 <target state="new">Accept ownership</target>
@@ -5141,13 +5410,10 @@
5141 </context-group> 5410 </context-group>
5142 </trans-unit> 5411 </trans-unit>
5143 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5412 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
5144 <source> 5413 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source>
5145 Created
5146 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5147 </source>
5148 <target state="new"> 5414 <target state="new">
5149 Created 5415 Created
5150 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 5416 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
5151 </target> 5417 </target>
5152 <context-group purpose="location"> 5418 <context-group purpose="location">
5153 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5419 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -5177,14 +5443,15 @@
5177 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5443 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5178 <context context-type="linenumber">38</context> 5444 <context context-type="linenumber">38</context>
5179 </context-group> 5445 </context-group>
5180 </trans-unit><trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html"> 5446 </trans-unit>
5181 <source>Create video channel</source><target state="new">Create video channel</target> 5447 <trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html">
5448 <source>Create video channel</source>
5449 <target state="translated">أنشئ قناة فيديو</target>
5182 <context-group purpose="location"> 5450 <context-group purpose="location">
5183 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context> 5451 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
5184 <context context-type="linenumber">4</context> 5452 <context context-type="linenumber">4</context>
5185 </context-group> 5453 </context-group>
5186 </trans-unit> 5454 </trans-unit>
5187
5188 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 5455 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
5189 <source>Go to the channel</source> 5456 <source>Go to the channel</source>
5190 <target>الإنتقال إلى القناة</target> 5457 <target>الإنتقال إلى القناة</target>
@@ -5200,66 +5467,67 @@
5200 <context-group name="null"> 5467 <context-group name="null">
5201 <context context-type="linenumber">14</context> 5468 <context context-type="linenumber">14</context>
5202 </context-group> 5469 </context-group>
5203 5470 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">15</context></context-group>
5204 5471 </trans-unit>
5205
5206
5207 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
5208
5209 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558"> 5472 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
5210 <source>Example: my_channel</source> 5473 <source>Example: my_channel</source>
5211 <target>مثال: قناتي</target> 5474 <target>مثال: قناتي</target>
5212 <context-group name="null"> 5475 <context-group name="null">
5213 <context context-type="linenumber">15</context> 5476 <context context-type="linenumber">15</context>
5214 </context-group> 5477 </context-group>
5215 5478 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group>
5216 5479 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group>
5217 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="cc895c3d23ec739ac77d472ff979980195fd30c1" datatype="html"> 5480 </trans-unit>
5218 <source>CHANNEL</source><target state="new">CHANNEL</target> 5481 <trans-unit id="cc895c3d23ec739ac77d472ff979980195fd30c1" datatype="html">
5219 5482 <source>CHANNEL</source>
5220 5483 <target state="translated">قناة</target>
5221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5484 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5222 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5485 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5223 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source><target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5486 </trans-unit>
5487 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5488 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5489 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
5224 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5490 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5225 5491 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5226 5492 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 5493 </trans-unit>
5228
5229 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html"> 5494 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html">
5230 <source>Overwrite support field of all videos of this channel</source> 5495 <source>Overwrite support field of all videos of this channel</source>
5231 <target state="new">Overwrite support field of all videos of this channel</target> 5496 <target state="new">Overwrite support field of all videos of this channel</target>
5232 5497 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group>
5233 5498 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group>
5234 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 5499 </trans-unit>
5235 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html"> 5500 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html">
5236 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source> 5501 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
5237 <target state="new"><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</target> 5502 <target state="new"><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</target>
5238 5503 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group>
5239 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 5504 </trans-unit>
5240
5241
5242 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191"> 5505 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
5243 <source>Target</source> 5506 <source>Target</source>
5244 <target>الهدف</target> 5507 <target>الهدف</target>
5245 <context-group name="null"> 5508 <context-group name="null">
5246 <context context-type="linenumber">8</context> 5509 <context context-type="linenumber">8</context>
5247 </context-group> 5510 </context-group>
5248 5511 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
5249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5512 </trans-unit>
5250 <source>See the error</source><target state="new">See the error</target> 5513 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5251 5514 <source>See the error</source>
5252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5515 <target state="new">See the error</target>
5253 <source>This video was deleted</source><target state="new">This video was deleted</target> 5516 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">20</context></context-group>
5254 5517 </trans-unit>
5255 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5518 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5256 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5519 <source>This video was deleted</source>
5520 <target state="translated">تم حذف هذا الفيديو</target>
5521 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group>
5522 </trans-unit>
5523 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5524 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5525 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5257 <context-group purpose="location"> 5526 <context-group purpose="location">
5258 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5527 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
5259 <context context-type="linenumber">2</context> 5528 <context context-type="linenumber">2</context>
5260 </context-group> 5529 </context-group>
5261 </trans-unit> 5530 </trans-unit>
5262
5263 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45"> 5531 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
5264 <source>Delete your account</source> 5532 <source>Delete your account</source>
5265 <target>حذف حسابك</target> 5533 <target>حذف حسابك</target>
@@ -5278,16 +5546,15 @@
5278 </trans-unit> 5546 </trans-unit>
5279 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add" datatype="html"> 5547 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add" datatype="html">
5280 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 5548 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
5281 <target state="new">Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 5549 <target state="translated">أنشأها <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
5282 5550 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">18</context></context-group>
5283 5551 </trans-unit>
5284 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
5285 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913" datatype="html"> 5552 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913" datatype="html">
5286 <source>Go the owner account page</source> 5553 <source>Go the owner account page</source>
5287 <target state="new">Go the owner account page</target> 5554 <target state="translated">الإنتقال إلى حساب المالك</target>
5288 5555 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group>
5289 5556 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group>
5290 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 5557 </trans-unit>
5291 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 5558 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
5292 <source>Muted instances</source> 5559 <source>Muted instances</source>
5293 <target>مثيلات الخوادم المكتومة</target> 5560 <target>مثيلات الخوادم المكتومة</target>
@@ -5295,56 +5562,53 @@
5295 <context context-type="linenumber">2</context> 5562 <context context-type="linenumber">2</context>
5296 </context-group> 5563 </context-group>
5297 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group> 5564 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group>
5298 </trans-unit><trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html"> 5565 </trans-unit>
5299 <source>Video history</source><target state="new">Video history</target> 5566 <trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html">
5567 <source>Video history</source>
5568 <target state="translated">سِجِل الفيديوهات</target>
5300 <context-group purpose="location"> 5569 <context-group purpose="location">
5301 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5570 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5302 <context context-type="linenumber">4</context> 5571 <context context-type="linenumber">4</context>
5303 </context-group> 5572 </context-group>
5304 </trans-unit> 5573 </trans-unit>
5305
5306 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5574 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5307 <source> 5575 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source>
5308 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5309 Delete history
5310 </source>
5311 <target state="new"> 5576 <target state="new">
5312 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5577 <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;"/>
5313 Delete history 5578 Delete history
5314 </target> 5579 </target>
5315 <context-group purpose="location"> 5580 <context-group purpose="location">
5316 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5581 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5317 <context context-type="linenumber">7</context> 5582 <context context-type="linenumber">7</context>
5318 </context-group> 5583 </context-group>
5319 </trans-unit><trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html"> 5584 </trans-unit>
5320 <source>You don't have any video history yet.</source><target state="new">You don't have any video history yet.</target> 5585 <trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html">
5586 <source>You don't have any video history yet.</source>
5587 <target state="new">You don't have any video history yet.</target>
5321 <context-group purpose="location"> 5588 <context-group purpose="location">
5322 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5589 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5323 <context context-type="linenumber">14</context> 5590 <context context-type="linenumber">14</context>
5324 </context-group> 5591 </context-group>
5325 </trans-unit> 5592 </trans-unit>
5326
5327 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5593 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5328 <source> 5594 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source>
5329 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5330 Notification preferences
5331 </source>
5332 <target state="new"> 5595 <target state="new">
5333 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5596 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
5334 Notification preferences 5597 Notification preferences
5335 </target> 5598 </target>
5336 <context-group purpose="location"> 5599 <context-group purpose="location">
5337 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5600 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5338 <context context-type="linenumber">2</context> 5601 <context context-type="linenumber">2</context>
5339 </context-group> 5602 </context-group>
5340 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5603 </trans-unit>
5341 <source>All read</source><target state="new">All read</target> 5604 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5342 5605 <source>All read</source>
5343 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 5606 <target state="new">All read</target>
5344 5607 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group>
5608 </trans-unit>
5345 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5609 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
5346 <source>Activities</source> 5610 <source>Activities</source>
5347 <target state="new">Activities</target> 5611 <target state="translated">النشاطات</target>
5348 <context-group purpose="location"> 5612 <context-group purpose="location">
5349 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 5613 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
5350 <context context-type="linenumber">2</context> 5614 <context context-type="linenumber">2</context>
@@ -5352,13 +5616,15 @@
5352 </trans-unit> 5616 </trans-unit>
5353 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355" datatype="html"> 5617 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355" datatype="html">
5354 <source>Web</source> 5618 <source>Web</source>
5355 <target state="new">Web</target> 5619 <target state="translated">الويب</target>
5356 <context-group purpose="location"> 5620 <context-group purpose="location">
5357 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 5621 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
5358 <context context-type="linenumber">3</context> 5622 <context context-type="linenumber">3</context>
5359 </context-group> 5623 </context-group>
5360 </trans-unit><trans-unit id="9d7a1c199570d42b4cc40d7886fcc7c06b0a35d2" datatype="html"> 5624 </trans-unit>
5361 <source>My Playlists</source><target state="new">My Playlists</target> 5625 <trans-unit id="9d7a1c199570d42b4cc40d7886fcc7c06b0a35d2" datatype="html">
5626 <source>My Playlists</source>
5627 <target state="new">My Playlists</target>
5362 <context-group purpose="location"> 5628 <context-group purpose="location">
5363 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5629 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5364 <context context-type="linenumber">4</context> 5630 <context context-type="linenumber">4</context>
@@ -5367,8 +5633,10 @@
5367 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5633 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5368 <context context-type="linenumber">4</context> 5634 <context context-type="linenumber">4</context>
5369 </context-group> 5635 </context-group>
5370 </trans-unit><trans-unit id="b91219836ab865fd8aa041a8d6c3d84dd78115a4" datatype="html"> 5636 </trans-unit>
5371 <source>NEW PLAYLIST</source><target state="new">NEW PLAYLIST</target> 5637 <trans-unit id="b91219836ab865fd8aa041a8d6c3d84dd78115a4" datatype="html">
5638 <source>NEW PLAYLIST</source>
5639 <target state="translated">قائمة تشغيل جديدة</target>
5372 <context-group purpose="location"> 5640 <context-group purpose="location">
5373 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5641 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5374 <context context-type="linenumber">25</context> 5642 <context context-type="linenumber">25</context>
@@ -5377,8 +5645,10 @@
5377 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5645 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5378 <context context-type="linenumber">25</context> 5646 <context context-type="linenumber">25</context>
5379 </context-group> 5647 </context-group>
5380 </trans-unit><trans-unit id="33ce1814b1079cb3a0c0605fc5b4e6f439d2b035" datatype="html"> 5648 </trans-unit>
5381 <source>PLAYLIST</source><target state="new">PLAYLIST</target> 5649 <trans-unit id="33ce1814b1079cb3a0c0605fc5b4e6f439d2b035" datatype="html">
5650 <source>PLAYLIST</source>
5651 <target state="translated">قائمة تشغيل</target>
5382 <context-group purpose="location"> 5652 <context-group purpose="location">
5383 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5653 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5384 <context context-type="linenumber">26</context> 5654 <context context-type="linenumber">26</context>
@@ -5387,28 +5657,31 @@
5387 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5657 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5388 <context context-type="linenumber">26</context> 5658 <context context-type="linenumber">26</context>
5389 </context-group> 5659 </context-group>
5390 </trans-unit><trans-unit id="61b31fe7bfae807e3ccc0dbf001c6dc9b72aaf19" datatype="html"> 5660 </trans-unit>
5391 <source>Create playlist</source><target state="new">Create playlist</target> 5661 <trans-unit id="61b31fe7bfae807e3ccc0dbf001c6dc9b72aaf19" datatype="html">
5392 5662 <source>Create playlist</source>
5393 5663 <target state="new">Create playlist</target>
5394 5664 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">8</context></context-group>
5395 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 5665 </trans-unit>
5396
5397 <trans-unit id="88f1b36ea2f7544792f04ee6b58f8c55aaba5c96" datatype="html"> 5666 <trans-unit id="88f1b36ea2f7544792f04ee6b58f8c55aaba5c96" datatype="html">
5398 <source>Playlist thumbnail</source> 5667 <source>Playlist thumbnail</source>
5399 <target state="new">Playlist thumbnail</target> 5668 <target state="new">Playlist thumbnail</target>
5400 5669 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5401 5670 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5402 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group></trans-unit><trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5671 </trans-unit>
5403 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source><target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5672 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5673 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5674 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5404 <context-group purpose="location"> 5675 <context-group purpose="location">
5405 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5676 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5406 <context context-type="linenumber">2</context> 5677 <context context-type="linenumber">2</context>
5407 </context-group> 5678 </context-group>
5408 </trans-unit><trans-unit id="a85c7d7a8dcc1ae0d2f945d77f4db36f02ead69b" datatype="html"> 5679 </trans-unit>
5409 <source>Search your playlists</source><target state="new">Search your playlists</target> 5680 <trans-unit id="a85c7d7a8dcc1ae0d2f945d77f4db36f02ead69b" datatype="html">
5410 5681 <source>Search your playlists</source>
5411 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 5682 <target state="new">Search your playlists</target>
5683 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">4</context></context-group>
5684 </trans-unit>
5412 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html"> 5685 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html">
5413 <source>No videos in this playlist.</source> 5686 <source>No videos in this playlist.</source>
5414 <target state="new">No videos in this playlist.</target> 5687 <target state="new">No videos in this playlist.</target>
@@ -5419,16 +5692,16 @@
5419 </trans-unit> 5692 </trans-unit>
5420 <trans-unit id="3346d8a0bf3dd8c25ddc561ccd5fafb6ee9fadc8" datatype="html"> 5693 <trans-unit id="3346d8a0bf3dd8c25ddc561ccd5fafb6ee9fadc8" datatype="html">
5421 <source>Welcome to PeerTube!</source> 5694 <source>Welcome to PeerTube!</source>
5422 <target state="new">Welcome to PeerTube!</target> 5695 <target state="translated">أهلًا بك على PeerTube!</target>
5423 <context-group purpose="location"> 5696 <context-group purpose="location">
5424 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5697 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5425 <context context-type="linenumber">8</context> 5698 <context context-type="linenumber">8</context>
5426 </context-group> 5699 </context-group>
5427 </trans-unit> 5700 </trans-unit>
5428 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5701 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5429 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5702 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5430 <target state="new"> 5703 <target state="new">
5431 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5704 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
5432 </target> 5705 </target>
5433 <context-group purpose="location"> 5706 <context-group purpose="location">
5434 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5707 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5504,37 +5777,37 @@
5504 <context-group name="null"> 5777 <context-group name="null">
5505 <context context-type="linenumber">19</context> 5778 <context context-type="linenumber">19</context>
5506 </context-group> 5779 </context-group>
5507 5780 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">18</context></context-group>
5508 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 5781 </trans-unit>
5509 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a"> 5782 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
5510 <source>Instance muted</source> 5783 <source>Instance muted</source>
5511 <target>مثيل الخادوم مكتوم</target> 5784 <target>مثيل الخادوم مكتوم</target>
5512 <context-group name="null"> 5785 <context-group name="null">
5513 <context context-type="linenumber">21</context> 5786 <context context-type="linenumber">21</context>
5514 </context-group> 5787 </context-group>
5515 5788 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">20</context></context-group>
5516 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 5789 </trans-unit>
5517 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89"> 5790 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
5518 <source>Muted by your instance</source> 5791 <source>Muted by your instance</source>
5519 <target>تم كتمه عبر مثيل خادومك</target> 5792 <target>تم كتمه عبر مثيل خادومك</target>
5520 <context-group name="null"> 5793 <context-group name="null">
5521 <context context-type="linenumber">22</context> 5794 <context context-type="linenumber">22</context>
5522 </context-group> 5795 </context-group>
5523 5796 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group>
5524 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 5797 </trans-unit>
5525 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1" datatype="html"> 5798 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1" datatype="html">
5526 <source>Instance muted by your instance</source> 5799 <source>Instance muted by your instance</source>
5527 <target state="new">Instance muted by your instance</target> 5800 <target state="new">Instance muted by your instance</target>
5528 5801 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group>
5529 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="1b9099f59dd3baaeeaac2c29fe653dc1b0436157" datatype="html"> 5802 </trans-unit>
5530 <source>Manage account</source><target state="new">Manage account</target> 5803 <trans-unit id="1b9099f59dd3baaeeaac2c29fe653dc1b0436157" datatype="html">
5804 <source>Manage account</source>
5805 <target state="new">Manage account</target>
5531 <context-group purpose="location"> 5806 <context-group purpose="location">
5532 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 5807 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
5533 <context context-type="linenumber">35</context> 5808 <context context-type="linenumber">35</context>
5534 </context-group> 5809 </context-group>
5535 </trans-unit> 5810 </trans-unit>
5536
5537
5538 <trans-unit id="87f77a03c185ea644ed8378a562a2d0225513974" datatype="html"> 5811 <trans-unit id="87f77a03c185ea644ed8378a562a2d0225513974" datatype="html">
5539 <source>This account does not have channels.</source> 5812 <source>This account does not have channels.</source>
5540 <target state="new">This account does not have channels.</target> 5813 <target state="new">This account does not have channels.</target>
@@ -5542,12 +5815,17 @@
5542 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 5815 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
5543 <context context-type="linenumber">3</context> 5816 <context context-type="linenumber">3</context>
5544 </context-group> 5817 </context-group>
5545 </trans-unit><trans-unit id="f15780bbd2d7fa777071975f7445e98a33065e38" datatype="html"> 5818 </trans-unit>
5546 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</target> 5819 <trans-unit id="f15780bbd2d7fa777071975f7445e98a33065e38" datatype="html">
5547 5820 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</source>
5548 5821 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</target>
5549 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="d5f0913d08d01648d7e6165c168a99ccd06d1f4c" datatype="html"> 5822 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">20</context></context-group>
5550 <source>My Channels</source><target state="new">My Channels</target> 5823 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">12</context></context-group>
5824 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">28</context></context-group>
5825 </trans-unit>
5826 <trans-unit id="d5f0913d08d01648d7e6165c168a99ccd06d1f4c" datatype="html">
5827 <source>My Channels</source>
5828 <target state="new">My Channels</target>
5551 <context-group purpose="location"> 5829 <context-group purpose="location">
5552 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5830 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5553 <context context-type="linenumber">4</context> 5831 <context context-type="linenumber">4</context>
@@ -5556,8 +5834,10 @@
5556 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5834 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5557 <context context-type="linenumber">4</context> 5835 <context context-type="linenumber">4</context>
5558 </context-group> 5836 </context-group>
5559 </trans-unit><trans-unit id="dff0536e48bacc3a4b568f32f9ed8ffc14767cbb" datatype="html"> 5837 </trans-unit>
5560 <source>NEW CHANNEL</source><target state="new">NEW CHANNEL</target> 5838 <trans-unit id="dff0536e48bacc3a4b568f32f9ed8ffc14767cbb" datatype="html">
5839 <source>NEW CHANNEL</source>
5840 <target state="new">NEW CHANNEL</target>
5561 <context-group purpose="location"> 5841 <context-group purpose="location">
5562 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5842 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5563 <context context-type="linenumber">25</context> 5843 <context context-type="linenumber">25</context>
@@ -5574,24 +5854,28 @@
5574 <context context-type="linenumber">8</context> 5854 <context context-type="linenumber">8</context>
5575 </context-group> 5855 </context-group>
5576 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">8</context></context-group> 5856 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">8</context></context-group>
5577 </trans-unit><trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html"> 5857 </trans-unit>
5578 <source>This channel doesn't have any videos.</source><target state="new">This channel doesn't have any videos.</target> 5858 <trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html">
5859 <source>This channel doesn't have any videos.</source>
5860 <target state="new">This channel doesn't have any videos.</target>
5579 <context-group purpose="location"> 5861 <context-group purpose="location">
5580 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 5862 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
5581 <context context-type="linenumber">19</context> 5863 <context context-type="linenumber">19</context>
5582 </context-group> 5864 </context-group>
5583 </trans-unit><trans-unit id="5c2b42818f05eafa2690d5eac6bcde295c713097" datatype="html"> 5865 </trans-unit>
5584 <source> 5866 <trans-unit id="5c2b42818f05eafa2690d5eac6bcde295c713097" datatype="html">
5585 SHOW THIS CHANNEL 5867 <source>SHOW THIS CHANNEL</source>
5586 </source><target state="new"> 5868 <target state="new">
5587 SHOW THIS CHANNEL 5869 SHOW THIS CHANNEL
5588 </target> 5870 </target>
5589 <context-group purpose="location"> 5871 <context-group purpose="location">
5590 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 5872 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
5591 <context context-type="linenumber">27</context> 5873 <context context-type="linenumber">27</context>
5592 </context-group> 5874 </context-group>
5593 </trans-unit><trans-unit id="4af6287e70a4a87329affe109839f14ae598f0ca" datatype="html"> 5875 </trans-unit>
5594 <source>DESCRIPTION</source><target state="new">DESCRIPTION</target> 5876 <trans-unit id="4af6287e70a4a87329affe109839f14ae598f0ca" datatype="html">
5877 <source>DESCRIPTION</source>
5878 <target state="new">DESCRIPTION</target>
5595 <context-group purpose="location"> 5879 <context-group purpose="location">
5596 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 5880 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
5597 <context context-type="linenumber">3</context> 5881 <context context-type="linenumber">3</context>
@@ -5600,8 +5884,10 @@
5600 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context> 5884 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
5601 <context context-type="linenumber">4</context> 5885 <context context-type="linenumber">4</context>
5602 </context-group> 5886 </context-group>
5603 </trans-unit><trans-unit id="bfc87613409a6cfae59b79ead5d910d8d3c216f5" datatype="html"> 5887 </trans-unit>
5604 <source>STATS</source><target state="new">STATS</target> 5888 <trans-unit id="bfc87613409a6cfae59b79ead5d910d8d3c216f5" datatype="html">
5889 <source>STATS</source>
5890 <target state="new">STATS</target>
5605 <context-group purpose="location"> 5891 <context-group purpose="location">
5606 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 5892 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
5607 <context context-type="linenumber">8</context> 5893 <context context-type="linenumber">8</context>
@@ -5611,21 +5897,19 @@
5611 <context context-type="linenumber">16</context> 5897 <context context-type="linenumber">16</context>
5612 </context-group> 5898 </context-group>
5613 </trans-unit> 5899 </trans-unit>
5614
5615
5616 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a"> 5900 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
5617 <source>Stats</source> 5901 <source>Stats</source>
5618 <target>الإحصائيات</target> 5902 <target>الإحصائيات</target>
5619 <context-group name="null"> 5903 <context-group name="null">
5620 <context context-type="linenumber">16</context> 5904 <context context-type="linenumber">16</context>
5621 </context-group> 5905 </context-group>
5622 5906 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group>
5623 5907 </trans-unit>
5624 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 5908 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5625 <source>PeerTube license</source><target state="new">PeerTube license</target> 5909 <source>PeerTube license</source>
5626 5910 <target state="new">PeerTube license</target>
5627 5911 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group>
5628 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit> 5912 </trans-unit>
5629 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5913 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5630 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 5914 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5631 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5915 <target state="new">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -5633,31 +5917,33 @@
5633 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 5917 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
5634 <context context-type="linenumber">10</context> 5918 <context context-type="linenumber">10</context>
5635 </context-group> 5919 </context-group>
5636 </trans-unit><trans-unit id="f696d5719a2a79916d44a175743591dc0d5629fe" datatype="html"> 5920 </trans-unit>
5637 <source> 5921 <trans-unit id="f696d5719a2a79916d44a175743591dc0d5629fe" datatype="html">
5638 Manage channel 5922 <source>Manage channel</source>
5639 </source><target state="new"> 5923 <target state="new">
5640 Manage channel 5924 Manage channel
5641 </target> 5925 </target>
5642 <context-group purpose="location"> 5926 <context-group purpose="location">
5643 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 5927 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
5644 <context context-type="linenumber">21</context> 5928 <context context-type="linenumber">21</context>
5645 </context-group> 5929 </context-group>
5646 </trans-unit><trans-unit id="29b4ae3296e239446fa0dea88a5112de15cffa54" datatype="html"> 5930 </trans-unit>
5647 <source>Created by</source><target state="new">Created by</target> 5931 <trans-unit id="29b4ae3296e239446fa0dea88a5112de15cffa54" datatype="html">
5932 <source>Created by</source>
5933 <target state="new">Created by</target>
5648 <context-group purpose="location"> 5934 <context-group purpose="location">
5649 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 5935 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
5650 <context context-type="linenumber">31</context> 5936 <context context-type="linenumber">31</context>
5651 </context-group> 5937 </context-group>
5652 </trans-unit><trans-unit id="b8bf6036a9fb05c08cdb190cdf4e3becc6e6fa0a" datatype="html"> 5938 </trans-unit>
5653 <source>SUPPORT THIS CHANNEL</source><target state="new">SUPPORT THIS CHANNEL</target> 5939 <trans-unit id="b8bf6036a9fb05c08cdb190cdf4e3becc6e6fa0a" datatype="html">
5940 <source>SUPPORT THIS CHANNEL</source>
5941 <target state="new">SUPPORT THIS CHANNEL</target>
5654 <context-group purpose="location"> 5942 <context-group purpose="location">
5655 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context> 5943 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
5656 <context context-type="linenumber">9</context> 5944 <context context-type="linenumber">9</context>
5657 </context-group> 5945 </context-group>
5658 </trans-unit> 5946 </trans-unit>
5659
5660
5661 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40" datatype="html"> 5947 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40" datatype="html">
5662 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source> 5948 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
5663 <target state="new">Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target> 5949 <target state="new">Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
@@ -5739,14 +6025,15 @@
5739 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 6025 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
5740 <context context-type="linenumber">38</context> 6026 <context context-type="linenumber">38</context>
5741 </context-group> 6027 </context-group>
5742 </trans-unit><trans-unit id="ce301bc59085d13cf569fb7a97f073148435ec27" datatype="html"> 6028 </trans-unit>
5743 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></source><target state="new">About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 6029 <trans-unit id="ce301bc59085d13cf569fb7a97f073148435ec27" datatype="html">
6030 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></source>
6031 <target state="new">About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
5744 <context-group purpose="location"> 6032 <context-group purpose="location">
5745 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6033 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5746 <context context-type="linenumber">5</context> 6034 <context context-type="linenumber">5</context>
5747 </context-group> 6035 </context-group>
5748 </trans-unit> 6036 </trans-unit>
5749
5750 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c" datatype="html"> 6037 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c" datatype="html">
5751 <source>Contact administrator</source> 6038 <source>Contact administrator</source>
5752 <target state="new">Contact administrator</target> 6039 <target state="new">Contact administrator</target>
@@ -5762,10 +6049,10 @@
5762 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6049 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5763 <context context-type="linenumber">19</context> 6050 <context context-type="linenumber">19</context>
5764 </context-group> 6051 </context-group>
5765 </trans-unit><trans-unit id="b37e7abff3d4e62f3bae09f486624aee45d02008" datatype="html"> 6052 </trans-unit>
5766 <source> 6053 <trans-unit id="b37e7abff3d4e62f3bae09f486624aee45d02008" datatype="html">
5767 ADMINISTRATORS &amp; SUSTAINABILITY 6054 <source>ADMINISTRATORS &amp; SUSTAINABILITY</source>
5768 </source><target state="new"> 6055 <target state="new">
5769 ADMINISTRATORS &amp; SUSTAINABILITY 6056 ADMINISTRATORS &amp; SUSTAINABILITY
5770 </target> 6057 </target>
5771 <context-group purpose="location"> 6058 <context-group purpose="location">
@@ -5773,7 +6060,6 @@
5773 <context context-type="linenumber">22</context> 6060 <context context-type="linenumber">22</context>
5774 </context-group> 6061 </context-group>
5775 </trans-unit> 6062 </trans-unit>
5776
5777 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html"> 6063 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html">
5778 <source>Who we are</source> 6064 <source>Who we are</source>
5779 <target state="new">Who we are</target> 6065 <target state="new">Who we are</target>
@@ -5797,36 +6083,38 @@
5797 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6083 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5798 <context context-type="linenumber">39</context> 6084 <context context-type="linenumber">39</context>
5799 </context-group> 6085 </context-group>
5800 </trans-unit><trans-unit id="2646614e3af5f103885f64e4f097e45569091fd6" datatype="html"> 6086 </trans-unit>
5801 <source>How we will pay for this instance</source><target state="new">How we will pay for this instance</target> 6087 <trans-unit id="2646614e3af5f103885f64e4f097e45569091fd6" datatype="html">
6088 <source>How we will pay for this instance</source>
6089 <target state="new">How we will pay for this instance</target>
5802 <context-group purpose="location"> 6090 <context-group purpose="location">
5803 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6091 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5804 <context context-type="linenumber">45</context> 6092 <context context-type="linenumber">45</context>
5805 </context-group> 6093 </context-group>
5806 </trans-unit><trans-unit id="4b08f867a83bf0fef0d15bffc0b4cf277de2d376" datatype="html"> 6094 </trans-unit>
5807 <source> 6095 <trans-unit id="4b08f867a83bf0fef0d15bffc0b4cf277de2d376" datatype="html">
5808 INFORMATION 6096 <source>INFORMATION</source>
5809 </source><target state="new"> 6097 <target state="new">
5810 INFORMATION 6098 INFORMATION
5811 </target> 6099 </target>
5812 <context-group purpose="location"> 6100 <context-group purpose="location">
5813 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6101 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5814 <context context-type="linenumber">50</context> 6102 <context context-type="linenumber">50</context>
5815 </context-group> 6103 </context-group>
5816 </trans-unit><trans-unit id="fbbd3718f919643cf73006ceb30ec5b09a8b07f2" datatype="html"> 6104 </trans-unit>
5817 <source> 6105 <trans-unit id="fbbd3718f919643cf73006ceb30ec5b09a8b07f2" datatype="html">
5818 MODERATION 6106 <source>MODERATION</source>
5819 </source><target state="new"> 6107 <target state="new">
5820 MODERATION 6108 MODERATION
5821 </target> 6109 </target>
5822 <context-group purpose="location"> 6110 <context-group purpose="location">
5823 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6111 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5824 <context context-type="linenumber">60</context> 6112 <context context-type="linenumber">60</context>
5825 </context-group> 6113 </context-group>
5826 </trans-unit><trans-unit id="5270b8fd3d35ab0a0475354a84d1265caf4790bd" datatype="html"> 6114 </trans-unit>
5827 <source> 6115 <trans-unit id="5270b8fd3d35ab0a0475354a84d1265caf4790bd" datatype="html">
5828 OTHER INFORMATION 6116 <source>OTHER INFORMATION</source>
5829 </source><target state="new"> 6117 <target state="new">
5830 OTHER INFORMATION 6118 OTHER INFORMATION
5831 </target> 6119 </target>
5832 <context-group purpose="location"> 6120 <context-group purpose="location">
@@ -5834,9 +6122,6 @@
5834 <context context-type="linenumber">82</context> 6122 <context context-type="linenumber">82</context>
5835 </context-group> 6123 </context-group>
5836 </trans-unit> 6124 </trans-unit>
5837
5838
5839
5840 <trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html"> 6125 <trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html">
5841 <source>Hardware information</source> 6126 <source>Hardware information</source>
5842 <target state="new">Hardware information</target> 6127 <target state="new">Hardware information</target>
@@ -5853,103 +6138,106 @@
5853 </context-group> 6138 </context-group>
5854 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">94</context></context-group> 6139 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">94</context></context-group>
5855 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group> 6140 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group>
5856 </trans-unit><trans-unit id="92538de0e2f6e64f1d05291132b93c32bed81237" datatype="html"> 6141 </trans-unit>
5857 <source>STATISTICS</source><target state="new">STATISTICS</target> 6142 <trans-unit id="92538de0e2f6e64f1d05291132b93c32bed81237" datatype="html">
6143 <source>STATISTICS</source>
6144 <target state="new">STATISTICS</target>
5858 <context-group purpose="location"> 6145 <context-group purpose="location">
5859 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6146 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5860 <context context-type="linenumber">100</context> 6147 <context context-type="linenumber">100</context>
5861 </context-group> 6148 </context-group>
5862 </trans-unit> 6149 </trans-unit>
5863 <trans-unit id="6b8b10fedeff64aa441ebedc2b7fbd07f6f246c1" datatype="html"> 6150 <trans-unit id="6b8b10fedeff64aa441ebedc2b7fbd07f6f246c1" datatype="html">
5864 <source> 6151 <source>What is PeerTube?</source>
5865 What is PeerTube? 6152 <target state="new">
5866 </source><target state="new">
5867 What is PeerTube? 6153 What is PeerTube?
5868 </target> 6154 </target>
5869 <context-group purpose="location"> 6155 <context-group purpose="location">
5870 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6156 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5871 <context context-type="linenumber">2</context> 6157 <context context-type="linenumber">2</context>
5872 </context-group> 6158 </context-group>
5873 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6159 </trans-unit>
5874 <source> 6160 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html">
5875 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6161 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source>
5876 </source><target state="new"> 6162 <target state="new">
5877 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6163 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.
5878 </target> 6164 </target>
5879 <context-group purpose="location"> 6165 <context-group purpose="location">
5880 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6166 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5881 <context context-type="linenumber">9</context> 6167 <context context-type="linenumber">9</context>
5882 </context-group> 6168 </context-group>
5883 </trans-unit><trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6169 </trans-unit>
5884 <source> 6170 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5885 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6171 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5886 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 6172 <target state="new">
5887 </source><target state="new"> 6173 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3
5888 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6174 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
5889 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5890 </target> 6175 </target>
5891 <context-group purpose="location"> 6176 <context-group purpose="location">
5892 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6177 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5893 <context context-type="linenumber">13</context> 6178 <context context-type="linenumber">13</context>
5894 </context-group> 6179 </context-group>
5895 </trans-unit><trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6180 </trans-unit>
5896 <source> 6181 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5897 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 6182 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5898 </source><target state="new"> 6183 <target state="new">
5899 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 6184 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
5900 </target> 6185 </target>
5901 <context-group purpose="location"> 6186 <context-group purpose="location">
5902 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6187 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5903 <context context-type="linenumber">18</context> 6188 <context context-type="linenumber">18</context>
5904 </context-group> 6189 </context-group>
5905 </trans-unit><trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6190 </trans-unit>
5906 <source>Use PeerTube 6191 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5907 documentation</source><target state="new">Use PeerTube 6192 <source>Use PeerTube documentation</source>
6193 <target state="new">Use PeerTube
5908 documentation</target> 6194 documentation</target>
5909 <context-group purpose="location"> 6195 <context-group purpose="location">
5910 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6196 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5911 <context context-type="linenumber">28</context> 6197 <context context-type="linenumber">28</context>
5912 </context-group> 6198 </context-group>
5913 </trans-unit><trans-unit id="80c7532b45374a38b6c5f3bd5576464660b95b89" datatype="html"> 6199 </trans-unit>
5914 <source> 6200 <trans-unit id="80c7532b45374a38b6c5f3bd5576464660b95b89" datatype="html">
5915 Discover how to setup your account, what is a channel, how to create a playlist and more! 6201 <source>Discover how to setup your account, what is a channel, how to create a playlist and more!</source>
5916 </source><target state="new"> 6202 <target state="new">
5917 Discover how to setup your account, what is a channel, how to create a playlist and more! 6203 Discover how to setup your account, what is a channel, how to create a playlist and more!
5918 </target> 6204 </target>
5919 <context-group purpose="location"> 6205 <context-group purpose="location">
5920 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6206 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5921 <context context-type="linenumber">32</context> 6207 <context context-type="linenumber">32</context>
5922 </context-group> 6208 </context-group>
5923 </trans-unit><trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6209 </trans-unit>
5924 <source>PeerTube 6210 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5925 Applications</source><target state="new">PeerTube 6211 <source>PeerTube Applications</source>
6212 <target state="new">PeerTube
5926 Applications</target> 6213 Applications</target>
5927 <context-group purpose="location"> 6214 <context-group purpose="location">
5928 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6215 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5929 <context context-type="linenumber">41</context> 6216 <context context-type="linenumber">41</context>
5930 </context-group> 6217 </context-group>
5931 </trans-unit><trans-unit id="41d3c1ad1b83498b20d96d74bc14e0a1e9749529" datatype="html"> 6218 </trans-unit>
5932 <source> 6219 <trans-unit id="41d3c1ad1b83498b20d96d74bc14e0a1e9749529" datatype="html">
5933 Discover unofficial Android applications or browser addons! 6220 <source>Discover unofficial Android applications or browser addons!</source>
5934 </source><target state="new"> 6221 <target state="new">
5935 Discover unofficial Android applications or browser addons! 6222 Discover unofficial Android applications or browser addons!
5936 </target> 6223 </target>
5937 <context-group purpose="location"> 6224 <context-group purpose="location">
5938 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6225 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5939 <context context-type="linenumber">45</context> 6226 <context context-type="linenumber">45</context>
5940 </context-group> 6227 </context-group>
5941 </trans-unit><trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6228 </trans-unit>
5942 <source>Contribute on 6229 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5943 PeerTube</source><target state="new">Contribute on 6230 <source>Contribute on PeerTube</source>
6231 <target state="new">Contribute on
5944 PeerTube</target> 6232 PeerTube</target>
5945 <context-group purpose="location"> 6233 <context-group purpose="location">
5946 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6234 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5947 <context context-type="linenumber">54</context> 6235 <context context-type="linenumber">54</context>
5948 </context-group> 6236 </context-group>
5949 </trans-unit><trans-unit id="2c4788d7843d80bf5aad6283aba75c8151807e8c" datatype="html"> 6237 </trans-unit>
5950 <source> 6238 <trans-unit id="2c4788d7843d80bf5aad6283aba75c8151807e8c" datatype="html">
5951 Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code! 6239 <source>Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!</source>
5952 </source><target state="new"> 6240 <target state="new">
5953 Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code! 6241 Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!
5954 </target> 6242 </target>
5955 <context-group purpose="location"> 6243 <context-group purpose="location">
@@ -5957,61 +6245,50 @@
5957 <context context-type="linenumber">58</context> 6245 <context context-type="linenumber">58</context>
5958 </context-group> 6246 </context-group>
5959 </trans-unit> 6247 </trans-unit>
5960
5961
5962
5963
5964 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1"> 6248 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
5965 <source>P2P &amp; Privacy</source> 6249 <source>P2P &amp; Privacy</source>
5966 <target>الند للند و الخصوصية</target> 6250 <target>الند للند و الخصوصية</target>
5967 <context-group name="null"> 6251 <context-group name="null">
5968 <context context-type="linenumber">25</context> 6252 <context context-type="linenumber">25</context>
5969 </context-group> 6253 </context-group>
5970 6254 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
5971 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit><trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6255 </trans-unit>
5972 <source> 6256 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
5973 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6257 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source>
5974 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6258 <target state="new">
5975 follows applies only if you want to keep using the P2P mode of PeerTube.
5976 </source><target state="new">
5977 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6259 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
5978 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6260 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
5979 follows applies only if you want to keep using the P2P mode of PeerTube. 6261 follows applies only if you want to keep using the P2P mode of PeerTube.
5980 </target> 6262 </target>
5981 6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
5982 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 6264 </trans-unit>
5983
5984 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231"> 6265 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
5985 <source>What are the consequences?</source> 6266 <source>What are the consequences?</source>
5986 <target>ماهي العواقب؟</target> 6267 <target>ماهي العواقب؟</target>
5987 <context-group name="null"> 6268 <context-group name="null">
5988 <context context-type="linenumber">32</context> 6269 <context context-type="linenumber">32</context>
5989 </context-group> 6270 </context-group>
5990 6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
5991 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6272 </trans-unit>
5992 <source> 6273 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5993 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6274 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source>
5994 In practice, this is much more difficult because: 6275 <target state="new">
5995 </source><target state="new">
5996 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6276 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5997 In practice, this is much more difficult because: 6277 In practice, this is much more difficult because:
5998 </target> 6278 </target>
5999 6279 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6000 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6280 </trans-unit>
6001 <source> 6281 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6002 An HTTP request has to be sent on each tracker for each video to spy. 6282 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source>
6003 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6283 <target state="new">
6004 </source><target state="new">
6005 An HTTP request has to be sent on each tracker for each video to spy. 6284 An HTTP request has to be sent on each tracker for each video to spy.
6006 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6285 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6007 </target> 6286 </target>
6008 6287 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6009 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6288 </trans-unit>
6010 <source> 6289 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6011 For each request sent, the tracker returns random peers at a limited number. 6290 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source>
6012 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 6291 <target state="new">
6013 requests sent to know every peer in the swarm
6014 </source><target state="new">
6015 For each request sent, the tracker returns random peers at a limited number. 6292 For each request sent, the tracker returns random peers at a limited number.
6016 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 6293 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
6017 requests sent to know every peer in the swarm 6294 requests sent to know every peer in the swarm
@@ -6020,173 +6297,158 @@
6020 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6297 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6021 <context context-type="linenumber">98</context> 6298 <context context-type="linenumber">98</context>
6022 </context-group> 6299 </context-group>
6023 </trans-unit><trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html"> 6300 </trans-unit>
6024 <source> 6301 <trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html">
6025 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour 6302 <source>Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour</source>
6026 </source><target state="new"> 6303 <target state="new">
6027 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour 6304 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
6028 </target> 6305 </target>
6029 6306 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6030 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group></trans-unit><trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6307 </trans-unit>
6031 <source> 6308 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6032 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 6309 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source>
6033 video 6310 <target state="new">
6034 </source><target state="new">
6035 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 6311 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
6036 video 6312 video
6037 </target> 6313 </target>
6038 6314 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6039 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html"> 6315 </trans-unit>
6040 <source> 6316 <trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html">
6041 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities 6317 <source>The IP address is a vague information: usually, it regularly changes and can represent many persons or entities</source>
6042 </source><target state="new"> 6318 <target state="new">
6043 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities 6319 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
6044 </target> 6320 </target>
6045 6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6046 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit><trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6322 </trans-unit>
6047 <source> 6323 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6048 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the 6324 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source>
6049 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent. 6325 <target state="new">
6050 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6326 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the
6051 to forward the information to. 6327 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
6052 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6053 </source><target state="new">
6054 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6055 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6056 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6328 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6057 to forward the information to. 6329 to forward the information to.
6058 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information 6330 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
6059 </target> 6331 </target>
6060 6332 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6061 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit><trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6333 </trans-unit>
6062 <source> 6334 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6063 The worst-case scenario of an average person spying on their friends is quite unlikely. 6335 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source>
6064 There are much more effective ways to get that kind of information. 6336 <target state="new">
6065 </source><target state="new">
6066 The worst-case scenario of an average person spying on their friends is quite unlikely. 6337 The worst-case scenario of an average person spying on their friends is quite unlikely.
6067 There are much more effective ways to get that kind of information. 6338 There are much more effective ways to get that kind of information.
6068 </target> 6339 </target>
6069 6340 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6070 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit> 6341 </trans-unit>
6071
6072
6073
6074
6075
6076
6077
6078
6079 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf" datatype="html"> 6342 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf" datatype="html">
6080 <source>How does PeerTube compare with YouTube?</source> 6343 <source>How does PeerTube compare with YouTube?</source>
6081 <target state="new">How does PeerTube compare with YouTube?</target> 6344 <target state="new">How does PeerTube compare with YouTube?</target>
6082 6345 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6083 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group></trans-unit><trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6346 </trans-unit>
6084 <source> 6347 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6085 The threats to privacy with YouTube are different from PeerTube's. 6348 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
6086 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6349 <target state="new">
6087 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6088 </source><target state="new">
6089 The threats to privacy with YouTube are different from PeerTube's. 6350 The threats to privacy with YouTube are different from PeerTube's.
6090 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6351 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6091 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). 6352 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6092 </target> 6353 </target>
6093 6354 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6094 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group></trans-unit> 6355 </trans-unit>
6095
6096 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99" datatype="html"> 6356 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99" datatype="html">
6097 <source>What can I do to limit the exposure of my IP address?</source> 6357 <source>What can I do to limit the exposure of my IP address?</source>
6098 <target state="new">What can I do to limit the exposure of my IP address?</target> 6358 <target state="new">What can I do to limit the exposure of my IP address?</target>
6099 6359 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6100 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit><trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6360 </trans-unit>
6101 <source> 6361 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6102 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 6362 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
6103 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6363 <target state="new">
6104 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6105 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6106 </source><target state="new">
6107 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 6364 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6108 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6365 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6109 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. 6366 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6110 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. 6367 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6111 </target> 6368 </target>
6112 6369 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6113 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group></trans-unit> 6370 </trans-unit>
6114
6115 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41" datatype="html"> 6371 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41" datatype="html">
6116 <source>What will be done to mitigate this problem?</source> 6372 <source>What will be done to mitigate this problem?</source>
6117 <target state="new">What will be done to mitigate this problem?</target> 6373 <target state="new">What will be done to mitigate this problem?</target>
6118 6374 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6119 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6375 </trans-unit>
6120 <source> 6376 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6121 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6377 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source>
6122 and render attacks less likely. Here is what we put in place so far: 6378 <target state="new">
6123 </source><target state="new">
6124 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6379 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6125 and render attacks less likely. Here is what we put in place so far: 6380 and render attacks less likely. Here is what we put in place so far:
6126 </target> 6381 </target>
6127 6382 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6128 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group></trans-unit><trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html"> 6383 </trans-unit>
6129 <source>We set a limit to the number of peers sent by the tracker</source><target state="new">We set a limit to the number of peers sent by the tracker</target> 6384 <trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html">
6130 6385 <source>We set a limit to the number of peers sent by the tracker</source>
6131 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html"> 6386 <target state="new">We set a limit to the number of peers sent by the tracker</target>
6132 <source>We set a limit on the request frequency received by the tracker</source><target state="new">We set a limit on the request frequency received by the tracker</target> 6387 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group>
6133 6388 </trans-unit>
6134 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">157</context></context-group></trans-unit><trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html"> 6389 <trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html">
6135 <source>Allow instance admins to disable P2P from the administration interface</source><target state="new">Allow instance admins to disable P2P from the administration interface</target> 6390 <source>We set a limit on the request frequency received by the tracker</source>
6136 6391 <target state="new">We set a limit on the request frequency received by the tracker</target>
6137 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">158</context></context-group></trans-unit><trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html"> 6392 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">157</context></context-group>
6138 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source><target state="new">Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</target> 6393 </trans-unit>
6139 6394 <trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html">
6140 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6395 <source>Allow instance admins to disable P2P from the administration interface</source>
6141 <source> 6396 <target state="new">Allow instance admins to disable P2P from the administration interface</target>
6142 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6397 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">158</context></context-group>
6143 WebRTC in your browser. 6398 </trans-unit>
6144 </source><target state="new"> 6399 <trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html">
6400 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source>
6401 <target state="new">Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</target>
6402 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6403 </trans-unit>
6404 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6405 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
6406 <target state="new">
6145 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6407 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6146 WebRTC in your browser. 6408 WebRTC in your browser.
6147 </target> 6409 </target>
6148 6410 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6149 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit> 6411 </trans-unit>
6150
6151
6152
6153
6154 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html"> 6412 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html">
6155 <source>Followers instances</source><target state="new">Followers instances</target> 6413 <source>Followers instances</source>
6414 <target state="new">Followers instances</target>
6156 <context-group purpose="location"> 6415 <context-group purpose="location">
6157 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6416 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6158 <context context-type="linenumber">3</context> 6417 <context context-type="linenumber">3</context>
6159 </context-group> 6418 </context-group>
6160 </trans-unit><trans-unit id="39dabfebe4a70cc00aa454f790b81cf453d38304" datatype="html"> 6419 </trans-unit>
6161 <source>This instance does not have instances followers.</source><target state="new">This instance does not have instances followers.</target> 6420 <trans-unit id="39dabfebe4a70cc00aa454f790b81cf453d38304" datatype="html">
6421 <source>This instance does not have instances followers.</source>
6422 <target state="new">This instance does not have instances followers.</target>
6162 <context-group purpose="location"> 6423 <context-group purpose="location">
6163 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6424 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6164 <context context-type="linenumber">5</context> 6425 <context context-type="linenumber">5</context>
6165 </context-group> 6426 </context-group>
6166 </trans-unit><trans-unit id="d4f8e8ce89a1f258702ba0341d7321f972f60b32" datatype="html"> 6427 </trans-unit>
6167 <source>Followings instances</source><target state="new">Followings instances</target> 6428 <trans-unit id="d4f8e8ce89a1f258702ba0341d7321f972f60b32" datatype="html">
6429 <source>Followings instances</source>
6430 <target state="new">Followings instances</target>
6168 <context-group purpose="location"> 6431 <context-group purpose="location">
6169 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6432 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6170 <context context-type="linenumber">13</context> 6433 <context context-type="linenumber">13</context>
6171 </context-group> 6434 </context-group>
6172 </trans-unit><trans-unit id="d0f0a0a5da1553964ae4891aaebd2b2c3e5ddae4" datatype="html"> 6435 </trans-unit>
6173 <source>This instance does not have instances followings.</source><target state="new">This instance does not have instances followings.</target> 6436 <trans-unit id="d0f0a0a5da1553964ae4891aaebd2b2c3e5ddae4" datatype="html">
6437 <source>This instance does not have instances followings.</source>
6438 <target state="new">This instance does not have instances followings.</target>
6174 <context-group purpose="location"> 6439 <context-group purpose="location">
6175 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6440 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6176 <context context-type="linenumber">15</context> 6441 <context context-type="linenumber">15</context>
6177 </context-group> 6442 </context-group>
6178 </trans-unit><trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6443 </trans-unit>
6179 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source><target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 6444 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6445 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
6446 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
6180 <context-group purpose="location"> 6447 <context-group purpose="location">
6181 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6448 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6182 <context context-type="linenumber">3</context> 6449 <context context-type="linenumber">3</context>
6183 </context-group> 6450 </context-group>
6184 </trans-unit> 6451 </trans-unit>
6185
6186
6187
6188
6189
6190 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d"> 6452 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
6191 <source>Create an account</source> 6453 <source>Create an account</source>
6192 <target>إنشاء حساب</target> 6454 <target>إنشاء حساب</target>
@@ -6262,12 +6524,9 @@
6262 </context-group> 6524 </context-group>
6263 </trans-unit> 6525 </trans-unit>
6264 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6526 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6265 <source> 6527 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source>
6266 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6267 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6268 </source>
6269 <target state="new"> 6528 <target state="new">
6270 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 6529 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6271 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. 6530 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6272 </target> 6531 </target>
6273 <context-group purpose="location"> 6532 <context-group purpose="location">
@@ -6308,10 +6567,10 @@
6308 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6567 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6309 <context context-type="linenumber">34</context> 6568 <context context-type="linenumber">34</context>
6310 </context-group> 6569 </context-group>
6311 </trans-unit><trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html"> 6570 </trans-unit>
6312 <source> 6571 <trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html">
6313 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6572 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6314 </source><target state="new"> 6573 <target state="new">
6315 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6574 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.
6316 </target> 6575 </target>
6317 <context-group purpose="location"> 6576 <context-group purpose="location">
@@ -6319,7 +6578,6 @@
6319 <context context-type="linenumber">42</context> 6578 <context context-type="linenumber">42</context>
6320 </context-group> 6579 </context-group>
6321 </trans-unit> 6580 </trans-unit>
6322
6323 <trans-unit id="60534abbe922bf9da7284c1c84d26315d695a5b7" datatype="html"> 6581 <trans-unit id="60534abbe922bf9da7284c1c84d26315d695a5b7" datatype="html">
6324 <source>Channel name cannot be the same than your account name. You can click on the first step to update your account name.</source> 6582 <source>Channel name cannot be the same than your account name. You can click on the first step to update your account name.</source>
6325 <target state="new"> 6583 <target state="new">
@@ -6337,10 +6595,10 @@
6337 <context context-type="linenumber">23</context> 6595 <context context-type="linenumber">23</context>
6338 </context-group> 6596 </context-group>
6339 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group> 6597 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group>
6340 </trans-unit><trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html"> 6598 </trans-unit>
6341 <source> 6599 <trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html">
6342 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6600 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6343 </source><target state="new"> 6601 <target state="new">
6344 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6602 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.
6345 </target> 6603 </target>
6346 <context-group purpose="location"> 6604 <context-group purpose="location">
@@ -6348,18 +6606,12 @@
6348 <context context-type="linenumber">31</context> 6606 <context context-type="linenumber">31</context>
6349 </context-group> 6607 </context-group>
6350 </trans-unit> 6608 </trans-unit>
6351
6352 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6609 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6353 <source> 6610 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source>
6354 I am at least 16 years old and agree
6355 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6356 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6357 of this instance
6358 </source>
6359 <target state="new"> 6611 <target state="new">
6360 I am at least 16 years old and agree 6612 I am at least 16 years old and agree
6361 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 6613 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
6362 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 6614 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
6363 of this instance 6615 of this instance
6364 </target> 6616 </target>
6365 <context-group purpose="location"> 6617 <context-group purpose="location">
@@ -6377,7 +6629,6 @@
6377 <context context-type="linenumber">4</context> 6629 <context context-type="linenumber">4</context>
6378 </context-group> 6630 </context-group>
6379 </trans-unit> 6631 </trans-unit>
6380
6381 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10" datatype="html"> 6632 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10" datatype="html">
6382 <source>Your message has been sent.</source> 6633 <source>Your message has been sent.</source>
6383 <target state="new">Your message has been sent.</target> 6634 <target state="new">Your message has been sent.</target>
@@ -6406,22 +6657,27 @@
6406 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html"> 6657 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
6407 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source> 6658 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
6408 <target state="new">Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target> 6659 <target state="new">Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target>
6409 6660 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context><context context-type="linenumber">1</context></context-group>
6410 6661 </trans-unit>
6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e1979668b5d368a2a5d476ba4949bc518a4316a0" datatype="html"> 6662 <trans-unit id="e1979668b5d368a2a5d476ba4949bc518a4316a0" datatype="html">
6412 <source><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</source><target state="new"><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</target> 6663 <source><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</source>
6664 <target state="new"><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</target>
6413 <context-group purpose="location"> 6665 <context-group purpose="location">
6414 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6666 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6415 <context context-type="linenumber">1</context> 6667 <context context-type="linenumber">1</context>
6416 </context-group> 6668 </context-group>
6417 </trans-unit><trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html"> 6669 </trans-unit>
6418 <source>VIDEO CHANNELS</source><target state="new">VIDEO CHANNELS</target> 6670 <trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html">
6671 <source>VIDEO CHANNELS</source>
6672 <target state="new">VIDEO CHANNELS</target>
6419 <context-group purpose="location"> 6673 <context-group purpose="location">
6420 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6674 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6421 <context context-type="linenumber">1</context> 6675 <context context-type="linenumber">1</context>
6422 </context-group> 6676 </context-group>
6423 </trans-unit><trans-unit id="2ccc315673e88d7490220d465da566e3acff72d5" datatype="html"> 6677 </trans-unit>
6424 <source>ABOUT</source><target state="new">ABOUT</target> 6678 <trans-unit id="2ccc315673e88d7490220d465da566e3acff72d5" datatype="html">
6679 <source>ABOUT</source>
6680 <target state="new">ABOUT</target>
6425 <context-group purpose="location"> 6681 <context-group purpose="location">
6426 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6682 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6427 <context context-type="linenumber">1</context> 6683 <context context-type="linenumber">1</context>
@@ -6434,21 +6690,28 @@
6434 <trans-unit id="056a9a97eb47882159d3cf5bd8a9fc2cfe9371bf" datatype="html"> 6690 <trans-unit id="056a9a97eb47882159d3cf5bd8a9fc2cfe9371bf" datatype="html">
6435 <source>Username copied</source> 6691 <source>Username copied</source>
6436 <target state="new">Username copied</target> 6692 <target state="new">Username copied</target>
6437 6693 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">1</context></context-group>
6438 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="f1a851fd8b39e5544e3eec438ebd7f4ccfcc34dc" datatype="html"> 6694 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group>
6439 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</target> 6695 </trans-unit>
6696 <trans-unit id="f1a851fd8b39e5544e3eec438ebd7f4ccfcc34dc" datatype="html">
6697 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</source>
6698 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</target>
6440 <context-group purpose="location"> 6699 <context-group purpose="location">
6441 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6700 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6442 <context context-type="linenumber">1</context> 6701 <context context-type="linenumber">1</context>
6443 </context-group> 6702 </context-group>
6444 </trans-unit><trans-unit id="00437b281d12d04c60a57bd329cff5e3c5febd93" datatype="html"> 6703 </trans-unit>
6445 <source>Audio-only</source><target state="new">Audio-only</target> 6704 <trans-unit id="00437b281d12d04c60a57bd329cff5e3c5febd93" datatype="html">
6705 <source>Audio-only</source>
6706 <target state="new">Audio-only</target>
6446 <context-group purpose="location"> 6707 <context-group purpose="location">
6447 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6708 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6448 <context context-type="linenumber">1</context> 6709 <context context-type="linenumber">1</context>
6449 </context-group> 6710 </context-group>
6450 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6711 </trans-unit>
6451 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target> 6712 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6713 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
6714 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</target>
6452 <context-group purpose="location"> 6715 <context-group purpose="location">
6453 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6716 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6454 <context context-type="linenumber">1</context> 6717 <context context-type="linenumber">1</context>
@@ -6512,7 +6775,7 @@
6512 </trans-unit> 6775 </trans-unit>
6513 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048"> 6776 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
6514 <source>Configuration updated.</source> 6777 <source>Configuration updated.</source>
6515 <target>تم تحديث الإعدادات</target> 6778 <target>تم تحديث الإعدادات.</target>
6516 <context-group name="null"> 6779 <context-group name="null">
6517 <context context-type="linenumber">1</context> 6780 <context context-type="linenumber">1</context>
6518 </context-group> 6781 </context-group>
@@ -6557,26 +6820,34 @@
6557 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6820 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6558 <context context-type="linenumber">1</context> 6821 <context context-type="linenumber">1</context>
6559 </context-group> 6822 </context-group>
6560 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html"> 6823 </trans-unit>
6561 <source>Process domains</source><target state="new">Process domains</target> 6824 <trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6825 <source>Process domains</source>
6826 <target state="new">Process domains</target>
6562 <context-group purpose="location"> 6827 <context-group purpose="location">
6563 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context> 6828 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6564 <context context-type="linenumber">1</context> 6829 <context context-type="linenumber">1</context>
6565 </context-group> 6830 </context-group>
6566 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html"> 6831 </trans-unit>
6567 <source>Domain is required.</source><target state="new">Domain is required.</target> 6832 <trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
6833 <source>Domain is required.</source>
6834 <target state="new">Domain is required.</target>
6568 <context-group purpose="location"> 6835 <context-group purpose="location">
6569 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context> 6836 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6570 <context context-type="linenumber">1</context> 6837 <context context-type="linenumber">1</context>
6571 </context-group> 6838 </context-group>
6572 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html"> 6839 </trans-unit>
6573 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target> 6840 <trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
6841 <source>Domains entered are invalid.</source>
6842 <target state="new">Domains entered are invalid.</target>
6574 <context-group purpose="location"> 6843 <context-group purpose="location">
6575 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context> 6844 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6576 <context context-type="linenumber">1</context> 6845 <context context-type="linenumber">1</context>
6577 </context-group> 6846 </context-group>
6578 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html"> 6847 </trans-unit>
6579 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target> 6848 <trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
6849 <source>Domains entered contain duplicates.</source>
6850 <target state="new">Domains entered contain duplicates.</target>
6580 <context-group purpose="location"> 6851 <context-group purpose="location">
6581 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context> 6852 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6582 <context context-type="linenumber">1</context> 6853 <context context-type="linenumber">1</context>
@@ -6592,8 +6863,10 @@
6592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 6863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6593 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 6864 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 6865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6595 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html"> 6866 </trans-unit>
6596 <source>None - no upload possible</source><target state="new">None - no upload possible</target> 6867 <trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
6868 <source>None - no upload possible</source>
6869 <target state="new">None - no upload possible</target>
6597 <context-group purpose="location"> 6870 <context-group purpose="location">
6598 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 6871 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6599 <context context-type="linenumber">1</context> 6872 <context context-type="linenumber">1</context>
@@ -6738,20 +7011,16 @@
6738 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 7011 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
6739 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 7012 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
6740 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 7013 <target state="new"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
6741 7014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group>
6742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7015 </trans-unit>
6743
6744
6745
6746
6747 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7016 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
6748 <source>Follow request(s) sent!</source> 7017 <source>Follow request(s) sent!</source>
6749 <target>تم إرسال طلب المتابعة!</target> 7018 <target>تم إرسال طلب المتابعة!</target>
6750 <context-group name="null"> 7019 <context-group name="null">
6751 <context context-type="linenumber">1</context> 7020 <context context-type="linenumber">1</context>
6752 </context-group> 7021 </context-group>
6753 7022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group>
6754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7023 </trans-unit>
6755 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 7024 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
6756 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7025 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
6757 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 7026 <target state="new">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -6799,32 +7068,42 @@
6799 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context> 7068 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
6800 <context context-type="linenumber">1</context> 7069 <context context-type="linenumber">1</context>
6801 </context-group> 7070 </context-group>
6802 </trans-unit><trans-unit id="fb2e1bed329dc5b84197808c778abb9edcbdb335" datatype="html"> 7071 </trans-unit>
6803 <source>Used</source><target state="new">Used</target> 7072 <trans-unit id="fb2e1bed329dc5b84197808c778abb9edcbdb335" datatype="html">
7073 <source>Used</source>
7074 <target state="new">Used</target>
6804 <context-group purpose="location"> 7075 <context-group purpose="location">
6805 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7076 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
6806 <context context-type="linenumber">1</context> 7077 <context context-type="linenumber">1</context>
6807 </context-group> 7078 </context-group>
6808 </trans-unit><trans-unit id="b7da3e3505cc80f9bf3cffc8444c53e8a9ec70a5" datatype="html"> 7079 </trans-unit>
6809 <source>Available</source><target state="new">Available</target> 7080 <trans-unit id="b7da3e3505cc80f9bf3cffc8444c53e8a9ec70a5" datatype="html">
7081 <source>Available</source>
7082 <target state="new">Available</target>
6810 <context-group purpose="location"> 7083 <context-group purpose="location">
6811 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7084 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
6812 <context context-type="linenumber">1</context> 7085 <context context-type="linenumber">1</context>
6813 </context-group> 7086 </context-group>
6814 </trans-unit><trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html"> 7087 </trans-unit>
6815 <source>Do you really want to remove this video redundancy?</source><target state="new">Do you really want to remove this video redundancy?</target> 7088 <trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html">
7089 <source>Do you really want to remove this video redundancy?</source>
7090 <target state="new">Do you really want to remove this video redundancy?</target>
6816 <context-group purpose="location"> 7091 <context-group purpose="location">
6817 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7092 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
6818 <context context-type="linenumber">1</context> 7093 <context context-type="linenumber">1</context>
6819 </context-group> 7094 </context-group>
6820 </trans-unit><trans-unit id="9eef7dd291945247d4aefb3994b617d73a0c96e2" datatype="html"> 7095 </trans-unit>
6821 <source>Remove redundancy</source><target state="new">Remove redundancy</target> 7096 <trans-unit id="9eef7dd291945247d4aefb3994b617d73a0c96e2" datatype="html">
7097 <source>Remove redundancy</source>
7098 <target state="new">Remove redundancy</target>
6822 <context-group purpose="location"> 7099 <context-group purpose="location">
6823 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7100 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
6824 <context context-type="linenumber">1</context> 7101 <context context-type="linenumber">1</context>
6825 </context-group> 7102 </context-group>
6826 </trans-unit><trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html"> 7103 </trans-unit>
6827 <source>Video redundancies removed!</source><target state="new">Video redundancies removed!</target> 7104 <trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html">
7105 <source>Video redundancies removed!</source>
7106 <target state="new">Video redundancies removed!</target>
6828 <context-group purpose="location"> 7107 <context-group purpose="location">
6829 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7108 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
6830 <context context-type="linenumber">1</context> 7109 <context context-type="linenumber">1</context>
@@ -6845,8 +7124,10 @@
6845 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 7124 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6846 <context context-type="linenumber">1</context> 7125 <context context-type="linenumber">1</context>
6847 </context-group> 7126 </context-group>
6848 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html"> 7127 </trans-unit>
6849 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target> 7128 <trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7129 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source>
7130 <target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
6850 <context-group purpose="location"> 7131 <context-group purpose="location">
6851 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 7132 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
6852 <context context-type="linenumber">1</context> 7133 <context context-type="linenumber">1</context>
@@ -6859,33 +7140,39 @@
6859 <context context-type="linenumber">1</context> 7140 <context context-type="linenumber">1</context>
6860 </context-group> 7141 </context-group>
6861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
6862 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html"> 7143 </trans-unit>
6863 <source>Internal actions</source><target state="new">Internal actions</target> 7144 <trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7145 <source>Internal actions</source>
7146 <target state="new">Internal actions</target>
6864 <context-group purpose="location"> 7147 <context-group purpose="location">
6865 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7148 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6866 <context context-type="linenumber">1</context> 7149 <context context-type="linenumber">1</context>
6867 </context-group> 7150 </context-group>
6868 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html"> 7151 </trans-unit>
6869 <source>Delete report</source><target state="new">Delete report</target> 7152 <trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7153 <source>Delete report</source>
7154 <target state="new">Delete report</target>
6870 <context-group purpose="location"> 7155 <context-group purpose="location">
6871 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7156 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6872 <context context-type="linenumber">1</context> 7157 <context context-type="linenumber">1</context>
6873 </context-group> 7158 </context-group>
6874 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html"> 7159 </trans-unit>
6875 <source>Add note</source><target state="new">Add note</target> 7160 <trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7161 <source>Add note</source>
7162 <target state="new">Add note</target>
6876 <context-group purpose="location"> 7163 <context-group purpose="location">
6877 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7164 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6878 <context context-type="linenumber">1</context> 7165 <context context-type="linenumber">1</context>
6879 </context-group> 7166 </context-group>
6880 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html"> 7167 </trans-unit>
6881 <source>Update note</source><target state="new">Update note</target> 7168 <trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7169 <source>Update note</source>
7170 <target state="new">Update note</target>
6882 <context-group purpose="location"> 7171 <context-group purpose="location">
6883 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7172 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6884 <context context-type="linenumber">1</context> 7173 <context context-type="linenumber">1</context>
6885 </context-group> 7174 </context-group>
6886 </trans-unit> 7175 </trans-unit>
6887
6888
6889 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html"> 7176 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6890 <source>Mark as accepted</source> 7177 <source>Mark as accepted</source>
6891 <target state="new">Mark as accepted</target> 7178 <target state="new">Mark as accepted</target>
@@ -6901,8 +7188,10 @@
6901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7188 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6902 <context context-type="linenumber">1</context> 7189 <context context-type="linenumber">1</context>
6903 </context-group> 7190 </context-group>
6904 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html"> 7191 </trans-unit>
6905 <source>Actions for the video</source><target state="new">Actions for the video</target> 7192 <trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7193 <source>Actions for the video</source>
7194 <target state="new">Actions for the video</target>
6906 <context-group purpose="location"> 7195 <context-group purpose="location">
6907 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7196 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6908 <context context-type="linenumber">1</context> 7197 <context context-type="linenumber">1</context>
@@ -7145,14 +7434,18 @@
7145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group> 7434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group>
7146 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group> 7435 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group>
7147 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group> 7436 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group>
7148 </trans-unit><trans-unit id="36c42d3ca8973e91a59cbfda455d5a2e60ee460d" datatype="html"> 7437 </trans-unit>
7149 <source>Standard logs</source><target state="new">Standard logs</target> 7438 <trans-unit id="36c42d3ca8973e91a59cbfda455d5a2e60ee460d" datatype="html">
7439 <source>Standard logs</source>
7440 <target state="new">Standard logs</target>
7150 <context-group purpose="location"> 7441 <context-group purpose="location">
7151 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 7442 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
7152 <context context-type="linenumber">1</context> 7443 <context context-type="linenumber">1</context>
7153 </context-group> 7444 </context-group>
7154 </trans-unit><trans-unit id="6bc73c8f1beb10bd499ed4272eb599c04768adb8" datatype="html"> 7445 </trans-unit>
7155 <source>Audit logs</source><target state="new">Audit logs</target> 7446 <trans-unit id="6bc73c8f1beb10bd499ed4272eb599c04768adb8" datatype="html">
7447 <source>Audit logs</source>
7448 <target state="new">Audit logs</target>
7156 <context-group purpose="location"> 7449 <context-group purpose="location">
7157 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 7450 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
7158 <context context-type="linenumber">1</context> 7451 <context context-type="linenumber">1</context>
@@ -7181,14 +7474,15 @@
7181 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7474 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7182 <context context-type="linenumber">1</context> 7475 <context context-type="linenumber">1</context>
7183 </context-group> 7476 </context-group>
7184 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html"> 7477 </trans-unit>
7185 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target> 7478 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7479 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
7480 <target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7186 <context-group purpose="location"> 7481 <context-group purpose="location">
7187 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7482 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7188 <context context-type="linenumber">1</context> 7483 <context context-type="linenumber">1</context>
7189 </context-group> 7484 </context-group>
7190 </trans-unit> 7485 </trans-unit>
7191
7192 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7486 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7193 <source>Update user</source> 7487 <source>Update user</source>
7194 <target>تحديث المستخدِم</target> 7488 <target>تحديث المستخدِم</target>
@@ -7204,8 +7498,10 @@
7204 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7498 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7205 <context context-type="linenumber">1</context> 7499 <context context-type="linenumber">1</context>
7206 </context-group> 7500 </context-group>
7207 </trans-unit><trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html"> 7501 </trans-unit>
7208 <source>Videos will be deleted, comments will be tombstoned.</source><target state="new">Videos will be deleted, comments will be tombstoned.</target> 7502 <trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html">
7503 <source>Videos will be deleted, comments will be tombstoned.</source>
7504 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
7209 <context-group purpose="location"> 7505 <context-group purpose="location">
7210 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 7506 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7211 <context context-type="linenumber">1</context> 7507 <context context-type="linenumber">1</context>
@@ -7214,8 +7510,10 @@
7214 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7510 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7215 <context context-type="linenumber">1</context> 7511 <context context-type="linenumber">1</context>
7216 </context-group> 7512 </context-group>
7217 </trans-unit><trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html"> 7513 </trans-unit>
7218 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source><target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target> 7514 <trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html">
7515 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7516 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target>
7219 <context-group purpose="location"> 7517 <context-group purpose="location">
7220 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 7518 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7221 <context context-type="linenumber">1</context> 7519 <context context-type="linenumber">1</context>
@@ -7250,7 +7548,7 @@
7250 </trans-unit> 7548 </trans-unit>
7251 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf"> 7549 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
7252 <source>You cannot ban root.</source> 7550 <source>You cannot ban root.</source>
7253 <target>لا يمكنك حظر المستخدم الجذر</target> 7551 <target>لا يمكنك حظر المستخدم الجذر.</target>
7254 <context-group name="null"> 7552 <context-group name="null">
7255 <context context-type="linenumber">1</context> 7553 <context context-type="linenumber">1</context>
7256 </context-group> 7554 </context-group>
@@ -7275,7 +7573,7 @@
7275 </trans-unit> 7573 </trans-unit>
7276 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11"> 7574 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
7277 <source>You cannot delete root.</source> 7575 <source>You cannot delete root.</source>
7278 <target>لا يمكنك حذف المسخدم الجذر</target> 7576 <target>لا يمكنك حذف المسخدم الجذر.</target>
7279 <context-group name="null"> 7577 <context-group name="null">
7280 <context context-type="linenumber">1</context> 7578 <context context-type="linenumber">1</context>
7281 </context-group> 7579 </context-group>
@@ -7418,14 +7716,15 @@
7418 <context context-type="linenumber">1</context> 7716 <context context-type="linenumber">1</context>
7419 </context-group> 7717 </context-group>
7420 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group> 7718 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group>
7421 </trans-unit><trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html"> 7719 </trans-unit>
7422 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source><target state="new">Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</target> 7720 <trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html">
7721 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source>
7722 <target state="new">Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</target>
7423 <context-group purpose="location"> 7723 <context-group purpose="location">
7424 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 7724 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
7425 <context context-type="linenumber">1</context> 7725 <context context-type="linenumber">1</context>
7426 </context-group> 7726 </context-group>
7427 </trans-unit> 7727 </trans-unit>
7428
7429 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311"> 7728 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
7430 <source>Type your username to confirm</source> 7729 <source>Type your username to confirm</source>
7431 <target>أدخل اسم المستخدِم للتحقق</target> 7730 <target>أدخل اسم المستخدِم للتحقق</target>
@@ -7594,8 +7893,10 @@
7594 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 7893 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
7595 <context context-type="linenumber">1</context> 7894 <context context-type="linenumber">1</context>
7596 </context-group> 7895 </context-group>
7597 </trans-unit><trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html"> 7896 </trans-unit>
7598 <source>Display/Video settings updated.</source><target state="new">Display/Video settings updated.</target> 7897 <trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html">
7898 <source>Display/Video settings updated.</source>
7899 <target state="new">Display/Video settings updated.</target>
7599 <context-group purpose="location"> 7900 <context-group purpose="location">
7600 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 7901 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
7601 <context context-type="linenumber">1</context> 7902 <context context-type="linenumber">1</context>
@@ -7648,8 +7949,10 @@
7648 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 7949 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
7649 <context context-type="linenumber">1</context> 7950 <context context-type="linenumber">1</context>
7650 </context-group> 7951 </context-group>
7651 </trans-unit><trans-unit id="690c61d85b87df8fab4fd958bceb3849b7f8c64b" datatype="html"> 7952 </trans-unit>
7652 <source>Views for the day</source><target state="new">Views for the day</target> 7953 <trans-unit id="690c61d85b87df8fab4fd958bceb3849b7f8c64b" datatype="html">
7954 <source>Views for the day</source>
7955 <target state="new">Views for the day</target>
7653 <context-group purpose="location"> 7956 <context-group purpose="location">
7654 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 7957 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
7655 <context context-type="linenumber">1</context> 7958 <context context-type="linenumber">1</context>
@@ -7803,10 +8106,13 @@
7803 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 8106 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
7804 <context context-type="linenumber">1</context> 8107 <context context-type="linenumber">1</context>
7805 </context-group> 8108 </context-group>
7806 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8109 </trans-unit>
7807 <source>max size</source><target state="new">max size</target> 8110 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
7808 8111 <source>max size</source>
7809 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8112 <target state="new">max size</target>
8113 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group>
8114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group>
8115 </trans-unit>
7810 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 8116 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
7811 <source>Now please check your emails to verify your account and complete signup.</source> 8117 <source>Now please check your emails to verify your account and complete signup.</source>
7812 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8118 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7850,8 +8156,10 @@
7850 <context context-type="linenumber">1</context> 8156 <context context-type="linenumber">1</context>
7851 </context-group> 8157 </context-group>
7852 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">1</context></context-group> 8158 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">1</context></context-group>
7853 </trans-unit><trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html"> 8159 </trans-unit>
7854 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</target> 8160 <trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html">
8161 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source>
8162 <target state="new">{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</target>
7855 <context-group purpose="location"> 8163 <context-group purpose="location">
7856 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context> 8164 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
7857 <context context-type="linenumber">1</context> 8165 <context context-type="linenumber">1</context>
@@ -7865,8 +8173,10 @@
7865 </context-group> 8173 </context-group>
7866 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group> 8174 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group>
7867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group> 8175 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group>
7868 </trans-unit><trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html"> 8176 </trans-unit>
7869 <source>VIDEO PLAYLISTS</source><target state="new">VIDEO PLAYLISTS</target> 8177 <trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html">
8178 <source>VIDEO PLAYLISTS</source>
8179 <target state="new">VIDEO PLAYLISTS</target>
7870 <context-group purpose="location"> 8180 <context-group purpose="location">
7871 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8181 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
7872 <context context-type="linenumber">1</context> 8182 <context context-type="linenumber">1</context>
@@ -8016,44 +8326,55 @@
8016 <context context-type="linenumber">1</context> 8326 <context context-type="linenumber">1</context>
8017 </context-group> 8327 </context-group>
8018 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.ts</context><context context-type="linenumber">1</context></context-group> 8328 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.ts</context><context context-type="linenumber">1</context></context-group>
8019 </trans-unit><trans-unit id="4bd9c01837da35babbbe3c7585161268e0ece095" datatype="html"> 8329 </trans-unit>
8020 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</target> 8330 <trans-unit id="4bd9c01837da35babbbe3c7585161268e0ece095" datatype="html">
8331 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</source>
8332 <target state="new">An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</target>
8021 <context-group purpose="location"> 8333 <context-group purpose="location">
8022 <context context-type="sourcefile">src/app/login/login.component.ts</context> 8334 <context context-type="sourcefile">src/app/login/login.component.ts</context>
8023 <context context-type="linenumber">1</context> 8335 <context context-type="linenumber">1</context>
8024 </context-group> 8336 </context-group>
8025 </trans-unit><trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html"> 8337 </trans-unit>
8026 <source>any language</source><target state="new">any language</target> 8338 <trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html">
8339 <source>any language</source>
8340 <target state="new">any language</target>
8027 <context-group purpose="location"> 8341 <context-group purpose="location">
8028 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8342 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8029 <context context-type="linenumber">1</context> 8343 <context context-type="linenumber">1</context>
8030 </context-group> 8344 </context-group>
8031 </trans-unit><trans-unit id="6e998fc06a19659c22cca43efa1b35515761cbb2" datatype="html"> 8345 </trans-unit>
8032 <source>hide</source><target state="new">hide</target> 8346 <trans-unit id="6e998fc06a19659c22cca43efa1b35515761cbb2" datatype="html">
8347 <source>hide</source>
8348 <target state="new">hide</target>
8033 <context-group purpose="location"> 8349 <context-group purpose="location">
8034 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8350 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8035 <context context-type="linenumber">1</context> 8351 <context context-type="linenumber">1</context>
8036 </context-group> 8352 </context-group>
8037 </trans-unit><trans-unit id="1214427202da5b7fb88968172a3b309f8da35d76" datatype="html"> 8353 </trans-unit>
8038 <source>blur</source><target state="new">blur</target> 8354 <trans-unit id="1214427202da5b7fb88968172a3b309f8da35d76" datatype="html">
8355 <source>blur</source>
8356 <target state="new">blur</target>
8039 <context-group purpose="location"> 8357 <context-group purpose="location">
8040 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8358 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8041 <context context-type="linenumber">1</context> 8359 <context context-type="linenumber">1</context>
8042 </context-group> 8360 </context-group>
8043 </trans-unit><trans-unit id="890d991273787485fc939391676762a90edd8f34" datatype="html"> 8361 </trans-unit>
8044 <source>display</source><target state="new">display</target> 8362 <trans-unit id="890d991273787485fc939391676762a90edd8f34" datatype="html">
8363 <source>display</source>
8364 <target state="new">display</target>
8045 <context-group purpose="location"> 8365 <context-group purpose="location">
8046 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8366 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8047 <context context-type="linenumber">1</context> 8367 <context context-type="linenumber">1</context>
8048 </context-group> 8368 </context-group>
8049 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html"> 8369 </trans-unit>
8050 <source>Unknown</source><target state="new">Unknown</target> 8370 <trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8371 <source>Unknown</source>
8372 <target state="new">Unknown</target>
8051 <context-group purpose="location"> 8373 <context-group purpose="location">
8052 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8374 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8053 <context context-type="linenumber">1</context> 8375 <context context-type="linenumber">1</context>
8054 </context-group> 8376 </context-group>
8055 </trans-unit> 8377 </trans-unit>
8056
8057 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 8378 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
8058 <source>Your password has been successfully reset!</source> 8379 <source>Your password has been successfully reset!</source>
8059 <target>لقد تم إعادة تعيين كلمتك السرية بنجاح!</target> 8380 <target>لقد تم إعادة تعيين كلمتك السرية بنجاح!</target>
@@ -8061,8 +8382,10 @@
8061 <context context-type="linenumber">1</context> 8382 <context context-type="linenumber">1</context>
8062 </context-group> 8383 </context-group>
8063 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context><context context-type="linenumber">1</context></context-group> 8384 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context><context context-type="linenumber">1</context></context-group>
8064 </trans-unit><trans-unit id="16d449549ab7bc61caf3d636372a4a56b5870383" datatype="html"> 8385 </trans-unit>
8065 <source>Any</source><target state="new">Any</target> 8386 <trans-unit id="16d449549ab7bc61caf3d636372a4a56b5870383" datatype="html">
8387 <source>Any</source>
8388 <target state="new">Any</target>
8066 <context-group purpose="location"> 8389 <context-group purpose="location">
8067 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8390 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8068 <context context-type="linenumber">1</context> 8391 <context context-type="linenumber">1</context>
@@ -8122,8 +8445,8 @@
8122 </context-group> 8445 </context-group>
8123 </trans-unit> 8446 </trans-unit>
8124 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8447 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8125 <source>Long (> 10 min)</source> 8448 <source>Long (&gt; 10 min)</source>
8126 <target state="new">Long (> 10 min)</target> 8449 <target state="new">Long (&gt; 10 min)</target>
8127 <context-group purpose="location"> 8450 <context-group purpose="location">
8128 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8451 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8129 <context context-type="linenumber">1</context> 8452 <context context-type="linenumber">1</context>
@@ -8160,8 +8483,10 @@
8160 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8483 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8161 <context context-type="linenumber">1</context> 8484 <context context-type="linenumber">1</context>
8162 </context-group> 8485 </context-group>
8163 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html"> 8486 </trans-unit>
8164 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target> 8487 <trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8488 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source>
8489 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8165 <context-group purpose="location"> 8490 <context-group purpose="location">
8166 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8491 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8167 <context context-type="linenumber">1</context> 8492 <context context-type="linenumber">1</context>
@@ -8238,27 +8563,34 @@
8238 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8563 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8239 <context context-type="linenumber">1</context> 8564 <context context-type="linenumber">1</context>
8240 </context-group> 8565 </context-group>
8241 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html"> 8566 </trans-unit>
8242 <source>just now</source><target state="new">just now</target> 8567 <trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8568 <source>just now</source>
8569 <target state="new">just now</target>
8243 <context-group purpose="location"> 8570 <context-group purpose="location">
8244 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8571 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8245 <context context-type="linenumber">1</context> 8572 <context context-type="linenumber">1</context>
8246 </context-group> 8573 </context-group>
8247 </trans-unit> 8574 </trans-unit>
8248 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8575 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8249 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8576 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8577 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8250 <context-group purpose="location"> 8578 <context-group purpose="location">
8251 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8579 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8252 <context context-type="linenumber">1</context> 8580 <context context-type="linenumber">1</context>
8253 </context-group> 8581 </context-group>
8254 </trans-unit><trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html"> 8582 </trans-unit>
8255 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</target> 8583 <trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html">
8584 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source>
8585 <target state="new"><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</target>
8256 <context-group purpose="location"> 8586 <context-group purpose="location">
8257 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8587 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8258 <context context-type="linenumber">1</context> 8588 <context context-type="linenumber">1</context>
8259 </context-group> 8589 </context-group>
8260 </trans-unit><trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html"> 8590 </trans-unit>
8261 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</target> 8591 <trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html">
8592 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source>
8593 <target state="new"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</target>
8262 <context-group purpose="location"> 8594 <context-group purpose="location">
8263 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8595 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8264 <context context-type="linenumber">1</context> 8596 <context context-type="linenumber">1</context>
@@ -9488,8 +9820,8 @@
9488 </context-group> 9820 </context-group>
9489 </trans-unit> 9821 </trans-unit>
9490 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9822 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9491 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source> 9823 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
9492 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</target> 9824 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target>
9493 <context-group purpose="location"> 9825 <context-group purpose="location">
9494 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9826 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9495 <context context-type="linenumber">1</context> 9827 <context context-type="linenumber">1</context>
@@ -9610,15 +9942,20 @@
9610 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 9942 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
9611 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 9943 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
9612 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 9944 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
9613 9945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
9614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html"> 9946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9615 <source>Mute server</source><target state="new">Mute server</target> 9947 </trans-unit>
9948 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9949 <source>Mute server</source>
9950 <target state="new">Mute server</target>
9616 <context-group purpose="location"> 9951 <context-group purpose="location">
9617 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 9952 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9618 <context context-type="linenumber">1</context> 9953 <context context-type="linenumber">1</context>
9619 </context-group> 9954 </context-group>
9620 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html"> 9955 </trans-unit>
9621 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target> 9956 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9957 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
9958 <target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9622 <context-group purpose="location"> 9959 <context-group purpose="location">
9623 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 9960 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9624 <context context-type="linenumber">1</context> 9961 <context context-type="linenumber">1</context>
@@ -9647,32 +9984,42 @@
9647 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9984 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9648 <context context-type="linenumber">1</context> 9985 <context context-type="linenumber">1</context>
9649 </context-group> 9986 </context-group>
9650 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9987 </trans-unit>
9651 <source>Edit user</source><target state="new">Edit user</target> 9988 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9989 <source>Edit user</source>
9990 <target state="new">Edit user</target>
9652 <context-group purpose="location"> 9991 <context-group purpose="location">
9653 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9992 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9654 <context context-type="linenumber">1</context> 9993 <context context-type="linenumber">1</context>
9655 </context-group> 9994 </context-group>
9656 </trans-unit><trans-unit id="f140baf295648e021385e7dd57fbbc7cee4ad4e6" datatype="html"> 9995 </trans-unit>
9657 <source>Change quota, role, and more.</source><target state="new">Change quota, role, and more.</target> 9996 <trans-unit id="f140baf295648e021385e7dd57fbbc7cee4ad4e6" datatype="html">
9997 <source>Change quota, role, and more.</source>
9998 <target state="new">Change quota, role, and more.</target>
9658 <context-group purpose="location"> 9999 <context-group purpose="location">
9659 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10000 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9660 <context context-type="linenumber">1</context> 10001 <context context-type="linenumber">1</context>
9661 </context-group> 10002 </context-group>
9662 </trans-unit><trans-unit id="95b95a9c79e4fd9ed41f6855e37b3b06af25bcab" datatype="html"> 10003 </trans-unit>
9663 <source>Delete user</source><target state="new">Delete user</target> 10004 <trans-unit id="95b95a9c79e4fd9ed41f6855e37b3b06af25bcab" datatype="html">
10005 <source>Delete user</source>
10006 <target state="new">Delete user</target>
9664 <context-group purpose="location"> 10007 <context-group purpose="location">
9665 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10008 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9666 <context context-type="linenumber">1</context> 10009 <context context-type="linenumber">1</context>
9667 </context-group> 10010 </context-group>
9668 </trans-unit><trans-unit id="9b19e922648045e849419204513fe029db427b46" datatype="html"> 10011 </trans-unit>
9669 <source>Unban user</source><target state="new">Unban user</target> 10012 <trans-unit id="9b19e922648045e849419204513fe029db427b46" datatype="html">
10013 <source>Unban user</source>
10014 <target state="new">Unban user</target>
9670 <context-group purpose="location"> 10015 <context-group purpose="location">
9671 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10016 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9672 <context context-type="linenumber">1</context> 10017 <context context-type="linenumber">1</context>
9673 </context-group> 10018 </context-group>
9674 </trans-unit><trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html"> 10019 </trans-unit>
9675 <source>Allow the user to login and create videos/comments again</source><target state="new">Allow the user to login and create videos/comments again</target> 10020 <trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html">
10021 <source>Allow the user to login and create videos/comments again</source>
10022 <target state="new">Allow the user to login and create videos/comments again</target>
9676 <context-group purpose="location"> 10023 <context-group purpose="location">
9677 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10024 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9678 <context context-type="linenumber">1</context> 10025 <context context-type="linenumber">1</context>
@@ -9685,8 +10032,10 @@
9685 <context context-type="linenumber">1</context> 10032 <context context-type="linenumber">1</context>
9686 </context-group> 10033 </context-group>
9687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9688 </trans-unit><trans-unit id="5f4ea46bfaffa09963d51fa969cb45b82a3c377f" datatype="html"> 10035 </trans-unit>
9689 <source>Hide any content from that user for you.</source><target state="new">Hide any content from that user for you.</target> 10036 <trans-unit id="5f4ea46bfaffa09963d51fa969cb45b82a3c377f" datatype="html">
10037 <source>Hide any content from that user for you.</source>
10038 <target state="new">Hide any content from that user for you.</target>
9690 <context-group purpose="location"> 10039 <context-group purpose="location">
9691 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10040 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9692 <context context-type="linenumber">1</context> 10041 <context context-type="linenumber">1</context>
@@ -9699,8 +10048,10 @@
9699 <context context-type="linenumber">1</context> 10048 <context context-type="linenumber">1</context>
9700 </context-group> 10049 </context-group>
9701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9702 </trans-unit><trans-unit id="896713adfa81db9a514ba3214ea1b9a7b59543bb" datatype="html"> 10051 </trans-unit>
9703 <source>Show back content from that user for you.</source><target state="new">Show back content from that user for you.</target> 10052 <trans-unit id="896713adfa81db9a514ba3214ea1b9a7b59543bb" datatype="html">
10053 <source>Show back content from that user for you.</source>
10054 <target state="new">Show back content from that user for you.</target>
9704 <context-group purpose="location"> 10055 <context-group purpose="location">
9705 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10056 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9706 <context context-type="linenumber">1</context> 10057 <context context-type="linenumber">1</context>
@@ -9713,8 +10064,10 @@
9713 <context context-type="linenumber">1</context> 10064 <context context-type="linenumber">1</context>
9714 </context-group> 10065 </context-group>
9715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9716 </trans-unit><trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html"> 10067 </trans-unit>
9717 <source>Hide any content from that instance for you.</source><target state="new">Hide any content from that instance for you.</target> 10068 <trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html">
10069 <source>Hide any content from that instance for you.</source>
10070 <target state="new">Hide any content from that instance for you.</target>
9718 <context-group purpose="location"> 10071 <context-group purpose="location">
9719 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10072 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9720 <context context-type="linenumber">1</context> 10073 <context context-type="linenumber">1</context>
@@ -9727,8 +10080,10 @@
9727 <context context-type="linenumber">1</context> 10080 <context context-type="linenumber">1</context>
9728 </context-group> 10081 </context-group>
9729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9730 </trans-unit><trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html"> 10083 </trans-unit>
9731 <source>Show back content from that instance for you.</source><target state="new">Show back content from that instance for you.</target> 10084 <trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html">
10085 <source>Show back content from that instance for you.</source>
10086 <target state="new">Show back content from that instance for you.</target>
9732 <context-group purpose="location"> 10087 <context-group purpose="location">
9733 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10088 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9734 <context context-type="linenumber">1</context> 10089 <context context-type="linenumber">1</context>
@@ -9741,8 +10096,10 @@
9741 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10096 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9742 <context context-type="linenumber">1</context> 10097 <context context-type="linenumber">1</context>
9743 </context-group> 10098 </context-group>
9744 </trans-unit><trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html"> 10099 </trans-unit>
9745 <source>Hide any content from that user for you, your instance and its users.</source><target state="new">Hide any content from that user for you, your instance and its users.</target> 10100 <trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html">
10101 <source>Hide any content from that user for you, your instance and its users.</source>
10102 <target state="new">Hide any content from that user for you, your instance and its users.</target>
9746 <context-group purpose="location"> 10103 <context-group purpose="location">
9747 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10104 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9748 <context context-type="linenumber">1</context> 10105 <context context-type="linenumber">1</context>
@@ -9755,8 +10112,10 @@
9755 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10112 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9756 <context context-type="linenumber">1</context> 10113 <context context-type="linenumber">1</context>
9757 </context-group> 10114 </context-group>
9758 </trans-unit><trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html"> 10115 </trans-unit>
9759 <source>Show back content from that user for you, your instance and its users.</source><target state="new">Show back content from that user for you, your instance and its users.</target> 10116 <trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html">
10117 <source>Show back content from that user for you, your instance and its users.</source>
10118 <target state="new">Show back content from that user for you, your instance and its users.</target>
9760 <context-group purpose="location"> 10119 <context-group purpose="location">
9761 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10120 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9762 <context context-type="linenumber">1</context> 10121 <context context-type="linenumber">1</context>
@@ -9769,8 +10128,10 @@
9769 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10128 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9770 <context context-type="linenumber">1</context> 10129 <context context-type="linenumber">1</context>
9771 </context-group> 10130 </context-group>
9772 </trans-unit><trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html"> 10131 </trans-unit>
9773 <source>Hide any content from that instance for you, your instance and its users.</source><target state="new">Hide any content from that instance for you, your instance and its users.</target> 10132 <trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html">
10133 <source>Hide any content from that instance for you, your instance and its users.</source>
10134 <target state="new">Hide any content from that instance for you, your instance and its users.</target>
9774 <context-group purpose="location"> 10135 <context-group purpose="location">
9775 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10136 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9776 <context context-type="linenumber">1</context> 10137 <context context-type="linenumber">1</context>
@@ -9783,8 +10144,10 @@
9783 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10144 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9784 <context context-type="linenumber">1</context> 10145 <context context-type="linenumber">1</context>
9785 </context-group> 10146 </context-group>
9786 </trans-unit><trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html"> 10147 </trans-unit>
9787 <source>Show back content from that instance for you, your instance and its users.</source><target state="new">Show back content from that instance for you, your instance and its users.</target> 10148 <trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html">
10149 <source>Show back content from that instance for you, your instance and its users.</source>
10150 <target state="new">Show back content from that instance for you, your instance and its users.</target>
9788 <context-group purpose="location"> 10151 <context-group purpose="location">
9789 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10152 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9790 <context context-type="linenumber">1</context> 10153 <context context-type="linenumber">1</context>
@@ -9821,20 +10184,23 @@
9821 <context context-type="linenumber">1</context> 10184 <context context-type="linenumber">1</context>
9822 </context-group> 10185 </context-group>
9823 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 10186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9824 </trans-unit><trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html"> 10187 </trans-unit>
9825 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target> 10188 <trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html">
10189 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
10190 <target state="new">Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9826 <context-group purpose="location"> 10191 <context-group purpose="location">
9827 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 10192 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9828 <context context-type="linenumber">1</context> 10193 <context context-type="linenumber">1</context>
9829 </context-group> 10194 </context-group>
9830 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html"> 10195 </trans-unit>
9831 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target> 10196 <trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
10197 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
10198 <target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9832 <context-group purpose="location"> 10199 <context-group purpose="location">
9833 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 10200 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9834 <context context-type="linenumber">1</context> 10201 <context context-type="linenumber">1</context>
9835 </context-group> 10202 </context-group>
9836 </trans-unit> 10203 </trans-unit>
9837
9838 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 10204 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
9839 <source>Subscribed</source> 10205 <source>Subscribed</source>
9840 <target>مشترك</target> 10206 <target>مشترك</target>
@@ -9842,8 +10208,10 @@
9842 <context context-type="linenumber">1</context> 10208 <context context-type="linenumber">1</context>
9843 </context-group> 10209 </context-group>
9844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group> 10210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group>
9845 </trans-unit><trans-unit id="3bd3791d3b0ab933981a0b884396af74b0c95e2a" datatype="html"> 10211 </trans-unit>
9846 <source>Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="new">Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 10212 <trans-unit id="3bd3791d3b0ab933981a0b884396af74b0c95e2a" datatype="html">
10213 <source>Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
10214 <target state="new">Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
9847 <context-group purpose="location"> 10215 <context-group purpose="location">
9848 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 10216 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9849 <context context-type="linenumber">1</context> 10217 <context context-type="linenumber">1</context>
@@ -9943,45 +10311,60 @@
9943 <context-group name="null"> 10311 <context-group name="null">
9944 <context context-type="linenumber">1</context> 10312 <context context-type="linenumber">1</context>
9945 </context-group> 10313 </context-group>
9946 10314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
9947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html"> 10315 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group>
9948 <source>Unblacklist video</source><target state="new">Unblacklist video</target> 10316 </trans-unit>
10317 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10318 <source>Unblacklist video</source>
10319 <target state="new">Unblacklist video</target>
9949 <context-group purpose="location"> 10320 <context-group purpose="location">
9950 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10321 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9951 <context context-type="linenumber">1</context> 10322 <context context-type="linenumber">1</context>
9952 </context-group> 10323 </context-group>
9953 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html"> 10324 </trans-unit>
9954 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target> 10325 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10326 <source>Video unblacklisted.</source>
10327 <target state="new">Video unblacklisted.</target>
9955 <context-group purpose="location"> 10328 <context-group purpose="location">
9956 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10329 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9957 <context context-type="linenumber">1</context> 10330 <context context-type="linenumber">1</context>
9958 </context-group> 10331 </context-group>
9959 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html"> 10332 </trans-unit>
9960 <source>Delete video</source><target state="new">Delete video</target> 10333 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10334 <source>Delete video</source>
10335 <target state="new">Delete video</target>
9961 <context-group purpose="location"> 10336 <context-group purpose="location">
9962 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10337 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9963 <context context-type="linenumber">1</context> 10338 <context context-type="linenumber">1</context>
9964 </context-group> 10339 </context-group>
9965 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10340 </trans-unit>
9966 <source>Encoder</source><target state="new">Encoder</target> 10341 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10342 <source>Encoder</source>
10343 <target state="new">Encoder</target>
9967 <context-group purpose="location"> 10344 <context-group purpose="location">
9968 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10345 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
9969 <context context-type="linenumber">1</context> 10346 <context context-type="linenumber">1</context>
9970 </context-group> 10347 </context-group>
9971 </trans-unit><trans-unit id="c01d52b4f10668adeded397b0b1a9a4bfefd4f37" datatype="html"> 10348 </trans-unit>
9972 <source>Format name</source><target state="new">Format name</target> 10349 <trans-unit id="c01d52b4f10668adeded397b0b1a9a4bfefd4f37" datatype="html">
10350 <source>Format name</source>
10351 <target state="new">Format name</target>
9973 <context-group purpose="location"> 10352 <context-group purpose="location">
9974 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10353 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
9975 <context context-type="linenumber">1</context> 10354 <context context-type="linenumber">1</context>
9976 </context-group> 10355 </context-group>
9977 </trans-unit><trans-unit id="7faaaa08f56427999f3be41df1093ce4089bbd75" datatype="html"> 10356 </trans-unit>
9978 <source>Size</source><target state="new">Size</target> 10357 <trans-unit id="7faaaa08f56427999f3be41df1093ce4089bbd75" datatype="html">
10358 <source>Size</source>
10359 <target state="new">Size</target>
9979 <context-group purpose="location"> 10360 <context-group purpose="location">
9980 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10361 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
9981 <context context-type="linenumber">1</context> 10362 <context context-type="linenumber">1</context>
9982 </context-group> 10363 </context-group>
9983 </trans-unit><trans-unit id="c1226821b3c276dc443b3e5a2dce10e14dcd6244" datatype="html"> 10364 </trans-unit>
9984 <source>Bitrate</source><target state="new">Bitrate</target> 10365 <trans-unit id="c1226821b3c276dc443b3e5a2dce10e14dcd6244" datatype="html">
10366 <source>Bitrate</source>
10367 <target state="new">Bitrate</target>
9985 <context-group purpose="location"> 10368 <context-group purpose="location">
9986 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10369 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
9987 <context context-type="linenumber">1</context> 10370 <context context-type="linenumber">1</context>
@@ -9990,8 +10373,10 @@
9990 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10373 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
9991 <context context-type="linenumber">1</context> 10374 <context context-type="linenumber">1</context>
9992 </context-group> 10375 </context-group>
9993 </trans-unit><trans-unit id="205c33d626f4654f36d9d7dcea6f9d9e9b2a7ec7" datatype="html"> 10376 </trans-unit>
9994 <source>Codec</source><target state="new">Codec</target> 10377 <trans-unit id="205c33d626f4654f36d9d7dcea6f9d9e9b2a7ec7" datatype="html">
10378 <source>Codec</source>
10379 <target state="new">Codec</target>
9995 <context-group purpose="location"> 10380 <context-group purpose="location">
9996 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10381 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
9997 <context context-type="linenumber">1</context> 10382 <context context-type="linenumber">1</context>
@@ -10003,9 +10388,9 @@
10003 <context-group name="null"> 10388 <context-group name="null">
10004 <context context-type="linenumber">1</context> 10389 <context context-type="linenumber">1</context>
10005 </context-group> 10390 </context-group>
10006 10391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/input-readonly-copy.component.ts</context><context context-type="linenumber">1</context></context-group>
10007 10392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group>
10008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/input-readonly-copy.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 10393 </trans-unit>
10009 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50"> 10394 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
10010 <source>Video reported.</source> 10395 <source>Video reported.</source>
10011 <target>فيديو تم الإبلاغ عنها.</target> 10396 <target>فيديو تم الإبلاغ عنها.</target>
@@ -10020,27 +10405,36 @@
10020 <context-group name="null"> 10405 <context-group name="null">
10021 <context context-type="linenumber">1</context> 10406 <context context-type="linenumber">1</context>
10022 </context-group> 10407 </context-group>
10023 10408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
10024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html"> 10409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10025 <source>Video deleted.</source><target state="new">Video deleted.</target> 10410 </trans-unit>
10411 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10412 <source>Video deleted.</source>
10413 <target state="new">Video deleted.</target>
10026 <context-group purpose="location"> 10414 <context-group purpose="location">
10027 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10415 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10028 <context context-type="linenumber">1</context> 10416 <context context-type="linenumber">1</context>
10029 </context-group> 10417 </context-group>
10030 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html"> 10418 </trans-unit>
10031 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target> 10419 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10420 <source>Actions for the reporter</source>
10421 <target state="new">Actions for the reporter</target>
10032 <context-group purpose="location"> 10422 <context-group purpose="location">
10033 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10423 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10034 <context context-type="linenumber">1</context> 10424 <context context-type="linenumber">1</context>
10035 </context-group> 10425 </context-group>
10036 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html"> 10426 </trans-unit>
10037 <source>Mute reporter</source><target state="new">Mute reporter</target> 10427 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10428 <source>Mute reporter</source>
10429 <target state="new">Mute reporter</target>
10038 <context-group purpose="location"> 10430 <context-group purpose="location">
10039 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10431 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10040 <context context-type="linenumber">1</context> 10432 <context context-type="linenumber">1</context>
10041 </context-group> 10433 </context-group>
10042 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10434 </trans-unit>
10043 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10435 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10436 <source>This video will be duplicated by your instance.</source>
10437 <target state="new">This video will be duplicated by your instance.</target>
10044 <context-group purpose="location"> 10438 <context-group purpose="location">
10045 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10439 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10046 <context context-type="linenumber">1</context> 10440 <context context-type="linenumber">1</context>
@@ -10049,8 +10443,9 @@
10049 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html"> 10443 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
10050 <source>Save to playlist</source> 10444 <source>Save to playlist</source>
10051 <target state="new">Save to playlist</target> 10445 <target state="new">Save to playlist</target>
10052 10446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 10447 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group>
10448 </trans-unit>
10054 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 10449 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
10055 <source>Blacklist</source> 10450 <source>Blacklist</source>
10056 <target>حجب في القائمة السوداء</target> 10451 <target>حجب في القائمة السوداء</target>
@@ -10058,8 +10453,10 @@
10058 <context context-type="linenumber">1</context> 10453 <context context-type="linenumber">1</context>
10059 </context-group> 10454 </context-group>
10060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10061 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html"> 10456 </trans-unit>
10062 <source>Mirror</source><target state="new">Mirror</target> 10457 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10458 <source>Mirror</source>
10459 <target state="new">Mirror</target>
10063 <context-group purpose="location"> 10460 <context-group purpose="location">
10064 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10461 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10065 <context context-type="linenumber">1</context> 10462 <context context-type="linenumber">1</context>
@@ -10071,21 +10468,27 @@
10071 <context-group name="null"> 10468 <context-group name="null">
10072 <context context-type="linenumber">1</context> 10469 <context context-type="linenumber">1</context>
10073 </context-group> 10470 </context-group>
10074 10471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group>
10075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html"> 10472 </trans-unit>
10076 <source>Note</source><target state="new">Note</target> 10473 <trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10474 <source>Note</source>
10475 <target state="new">Note</target>
10077 <context-group purpose="location"> 10476 <context-group purpose="location">
10078 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10477 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10079 <context context-type="linenumber">61</context> 10478 <context context-type="linenumber">61</context>
10080 </context-group> 10479 </context-group>
10081 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html"> 10480 </trans-unit>
10082 <source>The video was deleted</source><target state="new">The video was deleted</target> 10481 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10482 <source>The video was deleted</source>
10483 <target state="new">The video was deleted</target>
10083 <context-group purpose="location"> 10484 <context-group purpose="location">
10084 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10485 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10085 <context context-type="linenumber">71</context> 10486 <context context-type="linenumber">71</context>
10086 </context-group> 10487 </context-group>
10087 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html"> 10488 </trans-unit>
10088 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target> 10489 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10490 <source>The video was blacklisted</source>
10491 <target state="new">The video was blacklisted</target>
10089 <context-group purpose="location"> 10492 <context-group purpose="location">
10090 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10493 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10091 <context context-type="linenumber">72</context> 10494 <context context-type="linenumber">72</context>
@@ -10130,14 +10533,18 @@
10130 <context context-type="linenumber">1</context> 10533 <context context-type="linenumber">1</context>
10131 </context-group> 10534 </context-group>
10132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 10535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
10133 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html"> 10536 </trans-unit>
10134 <source>Add to watch later</source><target state="new">Add to watch later</target> 10537 <trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
10538 <source>Add to watch later</source>
10539 <target state="new">Add to watch later</target>
10135 <context-group purpose="location"> 10540 <context-group purpose="location">
10136 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context> 10541 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
10137 <context context-type="linenumber">1</context> 10542 <context context-type="linenumber">1</context>
10138 </context-group> 10543 </context-group>
10139 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html"> 10544 </trans-unit>
10140 <source>Remove from watch later</source><target state="new">Remove from watch later</target> 10545 <trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
10546 <source>Remove from watch later</source>
10547 <target state="new">Remove from watch later</target>
10141 <context-group purpose="location"> 10548 <context-group purpose="location">
10142 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context> 10549 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
10143 <context context-type="linenumber">1</context> 10550 <context context-type="linenumber">1</context>
@@ -10166,8 +10573,10 @@
10166 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context> 10573 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
10167 <context context-type="linenumber">1</context> 10574 <context context-type="linenumber">1</context>
10168 </context-group> 10575 </context-group>
10169 </trans-unit><trans-unit id="ed3394ad721212bca2a1da43ad6063b6d4f9a008" datatype="html"> 10576 </trans-unit>
10170 <source>Only users of this instance can see this video</source><target state="new">Only users of this instance can see this video</target> 10577 <trans-unit id="ed3394ad721212bca2a1da43ad6063b6d4f9a008" datatype="html">
10578 <source>Only users of this instance can see this video</source>
10579 <target state="new">Only users of this instance can see this video</target>
10171 <context-group purpose="location"> 10580 <context-group purpose="location">
10172 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context> 10581 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
10173 <context context-type="linenumber">1</context> 10582 <context context-type="linenumber">1</context>
@@ -10264,15 +10673,15 @@
10264 <context context-type="linenumber">1</context> 10673 <context context-type="linenumber">1</context>
10265 </context-group> 10674 </context-group>
10266 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10675 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10267 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html"> 10676 </trans-unit>
10268 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target> 10677 <trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10678 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
10679 <target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10269 <context-group purpose="location"> 10680 <context-group purpose="location">
10270 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10681 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10271 <context context-type="linenumber">1</context> 10682 <context context-type="linenumber">1</context>
10272 </context-group> 10683 </context-group>
10273 </trans-unit> 10684 </trans-unit>
10274
10275
10276 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10685 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10277 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10686 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10278 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10687 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
@@ -10280,32 +10689,42 @@
10280 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10689 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10281 <context context-type="linenumber">1</context> 10690 <context context-type="linenumber">1</context>
10282 </context-group> 10691 </context-group>
10283 </trans-unit><trans-unit id="4334a60889af951a137a22cd862f2675daad3292" datatype="html"> 10692 </trans-unit>
10284 <source>Stop autoplaying next video</source><target state="new">Stop autoplaying next video</target> 10693 <trans-unit id="4334a60889af951a137a22cd862f2675daad3292" datatype="html">
10694 <source>Stop autoplaying next video</source>
10695 <target state="new">Stop autoplaying next video</target>
10285 <context-group purpose="location"> 10696 <context-group purpose="location">
10286 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10697 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10287 <context context-type="linenumber">1</context> 10698 <context context-type="linenumber">1</context>
10288 </context-group> 10699 </context-group>
10289 </trans-unit><trans-unit id="0663c85b5bc0806356ab768f411299c29cf39360" datatype="html"> 10700 </trans-unit>
10290 <source>Autoplay next video</source><target state="new">Autoplay next video</target> 10701 <trans-unit id="0663c85b5bc0806356ab768f411299c29cf39360" datatype="html">
10702 <source>Autoplay next video</source>
10703 <target state="new">Autoplay next video</target>
10291 <context-group purpose="location"> 10704 <context-group purpose="location">
10292 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10705 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10293 <context context-type="linenumber">1</context> 10706 <context context-type="linenumber">1</context>
10294 </context-group> 10707 </context-group>
10295 </trans-unit><trans-unit id="77fde72fafe6a5272b7d5e3ffedd179ec2d7f8b0" datatype="html"> 10708 </trans-unit>
10296 <source>Stop looping playlist videos</source><target state="new">Stop looping playlist videos</target> 10709 <trans-unit id="77fde72fafe6a5272b7d5e3ffedd179ec2d7f8b0" datatype="html">
10710 <source>Stop looping playlist videos</source>
10711 <target state="new">Stop looping playlist videos</target>
10297 <context-group purpose="location"> 10712 <context-group purpose="location">
10298 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10713 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10299 <context context-type="linenumber">1</context> 10714 <context context-type="linenumber">1</context>
10300 </context-group> 10715 </context-group>
10301 </trans-unit><trans-unit id="54428deb88d7bc58721d6839d9406ff607eccef4" datatype="html"> 10716 </trans-unit>
10302 <source>Loop playlist videos</source><target state="new">Loop playlist videos</target> 10717 <trans-unit id="54428deb88d7bc58721d6839d9406ff607eccef4" datatype="html">
10718 <source>Loop playlist videos</source>
10719 <target state="new">Loop playlist videos</target>
10303 <context-group purpose="location"> 10720 <context-group purpose="location">
10304 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10721 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10305 <context context-type="linenumber">1</context> 10722 <context context-type="linenumber">1</context>
10306 </context-group> 10723 </context-group>
10307 </trans-unit><trans-unit id="74e95a8a42bc8e07d3459f86184ce798e6189ec6" datatype="html"> 10724 </trans-unit>
10308 <source>You need to be connected to rate this content.</source><target state="new">You need to be connected to rate this content.</target> 10725 <trans-unit id="74e95a8a42bc8e07d3459f86184ce798e6189ec6" datatype="html">
10726 <source>You need to be connected to rate this content.</source>
10727 <target state="new">You need to be connected to rate this content.</target>
10309 <context-group purpose="location"> 10728 <context-group purpose="location">
10310 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10729 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10311 <context context-type="linenumber">1</context> 10730 <context context-type="linenumber">1</context>
@@ -10334,80 +10753,106 @@
10334 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10753 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10335 <context context-type="linenumber">1</context> 10754 <context context-type="linenumber">1</context>
10336 </context-group> 10755 </context-group>
10337 </trans-unit><trans-unit id="43ee7c4bd1ed4766ec0c13974a1e08881071c927" datatype="html"> 10756 </trans-unit>
10338 <source>Up Next</source><target state="new">Up Next</target> 10757 <trans-unit id="43ee7c4bd1ed4766ec0c13974a1e08881071c927" datatype="html">
10758 <source>Up Next</source>
10759 <target state="new">Up Next</target>
10339 <context-group purpose="location"> 10760 <context-group purpose="location">
10340 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10761 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10341 <context context-type="linenumber">1</context> 10762 <context context-type="linenumber">1</context>
10342 </context-group> 10763 </context-group>
10343 </trans-unit><trans-unit id="3a592fe9ee94c99deb20352edd7e994debf5c4c8" datatype="html"> 10764 </trans-unit>
10344 <source>Autoplay is suspended</source><target state="new">Autoplay is suspended</target> 10765 <trans-unit id="3a592fe9ee94c99deb20352edd7e994debf5c4c8" datatype="html">
10766 <source>Autoplay is suspended</source>
10767 <target state="new">Autoplay is suspended</target>
10345 <context-group purpose="location"> 10768 <context-group purpose="location">
10346 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10769 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10347 <context context-type="linenumber">1</context> 10770 <context context-type="linenumber">1</context>
10348 </context-group> 10771 </context-group>
10349 </trans-unit><trans-unit id="fe51624a8ab9f682f7f21d485eb64fdb4b15e91e" datatype="html"> 10772 </trans-unit>
10350 <source>Enter/exit fullscreen (requires player focus)</source><target state="new">Enter/exit fullscreen (requires player focus)</target> 10773 <trans-unit id="fe51624a8ab9f682f7f21d485eb64fdb4b15e91e" datatype="html">
10774 <source>Enter/exit fullscreen (requires player focus)</source>
10775 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10351 <context-group purpose="location"> 10776 <context-group purpose="location">
10352 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10777 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10353 <context context-type="linenumber">1</context> 10778 <context context-type="linenumber">1</context>
10354 </context-group> 10779 </context-group>
10355 </trans-unit><trans-unit id="d5916006cb404a4d3663ac20ad299c45e57a30a6" datatype="html"> 10780 </trans-unit>
10356 <source>Play/Pause the video (requires player focus)</source><target state="new">Play/Pause the video (requires player focus)</target> 10781 <trans-unit id="d5916006cb404a4d3663ac20ad299c45e57a30a6" datatype="html">
10782 <source>Play/Pause the video (requires player focus)</source>
10783 <target state="new">Play/Pause the video (requires player focus)</target>
10357 <context-group purpose="location"> 10784 <context-group purpose="location">
10358 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10785 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10359 <context context-type="linenumber">1</context> 10786 <context context-type="linenumber">1</context>
10360 </context-group> 10787 </context-group>
10361 </trans-unit><trans-unit id="c797465d457fbb14d62c08c52be9115b60e5605c" datatype="html"> 10788 </trans-unit>
10362 <source>Mute/unmute the video (requires player focus)</source><target state="new">Mute/unmute the video (requires player focus)</target> 10789 <trans-unit id="c797465d457fbb14d62c08c52be9115b60e5605c" datatype="html">
10790 <source>Mute/unmute the video (requires player focus)</source>
10791 <target state="new">Mute/unmute the video (requires player focus)</target>
10363 <context-group purpose="location"> 10792 <context-group purpose="location">
10364 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10793 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10365 <context context-type="linenumber">1</context> 10794 <context context-type="linenumber">1</context>
10366 </context-group> 10795 </context-group>
10367 </trans-unit><trans-unit id="6ec9800a89e1489861dd08b93d0ff42fd5f20f50" datatype="html"> 10796 </trans-unit>
10368 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source><target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10797 <trans-unit id="6ec9800a89e1489861dd08b93d0ff42fd5f20f50" datatype="html">
10798 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10799 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10369 <context-group purpose="location"> 10800 <context-group purpose="location">
10370 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10801 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10371 <context context-type="linenumber">1</context> 10802 <context context-type="linenumber">1</context>
10372 </context-group> 10803 </context-group>
10373 </trans-unit><trans-unit id="567024b923c37475ef4b2632ec95d07c3f7263f5" datatype="html"> 10804 </trans-unit>
10374 <source>Increase the volume (requires player focus)</source><target state="new">Increase the volume (requires player focus)</target> 10805 <trans-unit id="567024b923c37475ef4b2632ec95d07c3f7263f5" datatype="html">
10806 <source>Increase the volume (requires player focus)</source>
10807 <target state="new">Increase the volume (requires player focus)</target>
10375 <context-group purpose="location"> 10808 <context-group purpose="location">
10376 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10809 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10377 <context context-type="linenumber">1</context> 10810 <context context-type="linenumber">1</context>
10378 </context-group> 10811 </context-group>
10379 </trans-unit><trans-unit id="bb7e8567023b189bba28de767769192f5fe28430" datatype="html"> 10812 </trans-unit>
10380 <source>Decrease the volume (requires player focus)</source><target state="new">Decrease the volume (requires player focus)</target> 10813 <trans-unit id="bb7e8567023b189bba28de767769192f5fe28430" datatype="html">
10814 <source>Decrease the volume (requires player focus)</source>
10815 <target state="new">Decrease the volume (requires player focus)</target>
10381 <context-group purpose="location"> 10816 <context-group purpose="location">
10382 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10817 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10383 <context context-type="linenumber">1</context> 10818 <context context-type="linenumber">1</context>
10384 </context-group> 10819 </context-group>
10385 </trans-unit><trans-unit id="3fcdc3072de455c3816dc7976ff96ea1bf09eb7b" datatype="html"> 10820 </trans-unit>
10386 <source>Seek the video forward (requires player focus)</source><target state="new">Seek the video forward (requires player focus)</target> 10821 <trans-unit id="3fcdc3072de455c3816dc7976ff96ea1bf09eb7b" datatype="html">
10822 <source>Seek the video forward (requires player focus)</source>
10823 <target state="new">Seek the video forward (requires player focus)</target>
10387 <context-group purpose="location"> 10824 <context-group purpose="location">
10388 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10825 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10389 <context context-type="linenumber">1</context> 10826 <context context-type="linenumber">1</context>
10390 </context-group> 10827 </context-group>
10391 </trans-unit><trans-unit id="ea2c30e5c87a4923cbf3cdcac9fc8818f79f9a0b" datatype="html"> 10828 </trans-unit>
10392 <source>Seek the video backward (requires player focus)</source><target state="new">Seek the video backward (requires player focus)</target> 10829 <trans-unit id="ea2c30e5c87a4923cbf3cdcac9fc8818f79f9a0b" datatype="html">
10830 <source>Seek the video backward (requires player focus)</source>
10831 <target state="new">Seek the video backward (requires player focus)</target>
10393 <context-group purpose="location"> 10832 <context-group purpose="location">
10394 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10833 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10395 <context context-type="linenumber">1</context> 10834 <context context-type="linenumber">1</context>
10396 </context-group> 10835 </context-group>
10397 </trans-unit><trans-unit id="a06ba404b91694a9788bf243582ba437b2bd9490" datatype="html"> 10836 </trans-unit>
10398 <source>Increase playback rate (requires player focus)</source><target state="new">Increase playback rate (requires player focus)</target> 10837 <trans-unit id="a06ba404b91694a9788bf243582ba437b2bd9490" datatype="html">
10838 <source>Increase playback rate (requires player focus)</source>
10839 <target state="new">Increase playback rate (requires player focus)</target>
10399 <context-group purpose="location"> 10840 <context-group purpose="location">
10400 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10841 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10401 <context context-type="linenumber">1</context> 10842 <context context-type="linenumber">1</context>
10402 </context-group> 10843 </context-group>
10403 </trans-unit><trans-unit id="68bb1ba6ae67f97934797d79e582fb6f7c3e825d" datatype="html"> 10844 </trans-unit>
10404 <source>Decrease playback rate (requires player focus)</source><target state="new">Decrease playback rate (requires player focus)</target> 10845 <trans-unit id="68bb1ba6ae67f97934797d79e582fb6f7c3e825d" datatype="html">
10846 <source>Decrease playback rate (requires player focus)</source>
10847 <target state="new">Decrease playback rate (requires player focus)</target>
10405 <context-group purpose="location"> 10848 <context-group purpose="location">
10406 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10849 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10407 <context context-type="linenumber">1</context> 10850 <context context-type="linenumber">1</context>
10408 </context-group> 10851 </context-group>
10409 </trans-unit><trans-unit id="0fc28c34013089209a65fadcad0a552094ef2104" datatype="html"> 10852 </trans-unit>
10410 <source>Navigate in the video frame by frame (requires player focus)</source><target state="new">Navigate in the video frame by frame (requires player focus)</target> 10853 <trans-unit id="0fc28c34013089209a65fadcad0a552094ef2104" datatype="html">
10854 <source>Navigate in the video frame by frame (requires player focus)</source>
10855 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10411 <context-group purpose="location"> 10856 <context-group purpose="location">
10412 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10857 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10413 <context context-type="linenumber">1</context> 10858 <context context-type="linenumber">1</context>
@@ -10428,8 +10873,10 @@
10428 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10873 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10429 <context context-type="linenumber">1</context> 10874 <context context-type="linenumber">1</context>
10430 </context-group> 10875 </context-group>
10431 </trans-unit><trans-unit id="1d9b6c0c66a4a5baa73617b1106c3746bc13f003" datatype="html"> 10876 </trans-unit>
10432 <source>When active, the next video is automatically played after the current one.</source><target state="new">When active, the next video is automatically played after the current one.</target> 10877 <trans-unit id="1d9b6c0c66a4a5baa73617b1106c3746bc13f003" datatype="html">
10878 <source>When active, the next video is automatically played after the current one.</source>
10879 <target state="new">When active, the next video is automatically played after the current one.</target>
10433 <context-group purpose="location"> 10880 <context-group purpose="location">
10434 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.ts</context> 10881 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.ts</context>
10435 <context context-type="linenumber">1</context> 10882 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 41d106b52..45f3ad952 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source>
284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha removido de la lista negra </target> 284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha removido de la lista negra </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source>
289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha incluido en la lista negra </target> 289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha incluido en la lista negra </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,54 +316,46 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source>
320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido publicado </target> 320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido publicado </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source>
335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registrado en su instancia </target> 335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registrado en su instancia </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source> 342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
350 </trans-unit> 345 </trans-unit>
351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
355 </trans-unit> 350 </trans-unit>
356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
357 <source> 352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 353 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
363 </trans-unit> 355 </trans-unit>
364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
366 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 358 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
368 </trans-unit> 360 </trans-unit>
369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -405,20 +397,20 @@
405 <context-group name="null"> 397 <context-group name="null">
406 <context context-type="linenumber">61</context> 398 <context context-type="linenumber">61</context>
407 </context-group> 399 </context-group>
408 400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group>
409 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
410 402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group>
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 403 </trans-unit>
412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
413 <source>Stop at</source> 405 <source>Stop at</source>
414 <target state="translated">Detener en</target> 406 <target state="translated">Detener en</target>
415 <context-group name="null"> 407 <context-group name="null">
416 <context context-type="linenumber">112</context> 408 <context context-type="linenumber">112</context>
417 </context-group> 409 </context-group>
418 410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group>
419 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group>
420 412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group>
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 413 </trans-unit>
422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
423 <source>Search playlists</source> 415 <source>Search playlists</source>
424 <target state="translated">Buscar listas de reproducción</target> 416 <target state="translated">Buscar listas de reproducción</target>
@@ -543,8 +535,8 @@
543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
544 </trans-unit> 536 </trans-unit>
545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source> 538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source>
547 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target> 539 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target>
548 <context-group purpose="location"> 540 <context-group purpose="location">
549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
550 <context context-type="linenumber">9</context> 542 <context context-type="linenumber">9</context>
@@ -684,27 +676,27 @@
684 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 676 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
685 <source>Edit starts/stops at</source> 677 <source>Edit starts/stops at</source>
686 <target state="translated">La edición comienza/termina en</target> 678 <target state="translated">La edición comienza/termina en</target>
687 679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group>
688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 680 </trans-unit>
689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 681 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
690 <source>Save</source> 682 <source>Save</source>
691 <target>Guardar</target> 683 <target>Guardar</target>
692 <context-group name="null"> 684 <context-group name="null">
693 <context context-type="linenumber">15</context> 685 <context context-type="linenumber">15</context>
694 </context-group> 686 </context-group>
695 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group>
696 688 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group>
697 689 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group>
698 690 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 691 </trans-unit>
700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 692 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 693 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
702 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 694 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
703 <context-group name="null"> 695 <context-group name="null">
704 <context context-type="linenumber">85</context> 696 <context context-type="linenumber">85</context>
705 </context-group> 697 </context-group>
706 698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group>
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 699 </trans-unit>
708 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 700 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
709 <source>No results.</source> 701 <source>No results.</source>
710 <target>Sin resultados.</target> 702 <target>Sin resultados.</target>
@@ -832,13 +824,10 @@
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
833 </trans-unit> 825 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 826 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <source> 827 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
836 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
837 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 </source>
839 <target> 828 <target>
840 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 829 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
841 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 830 <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;"/>
842 </target> 831 </target>
843 <context-group name="null"> 832 <context-group name="null">
844 <context context-type="linenumber">10</context> 833 <context context-type="linenumber">10</context>
@@ -846,22 +835,16 @@
846 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
847 </trans-unit> 836 </trans-unit>
848 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 837 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
849 <source> 838 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source>
850 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 839 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target>
851 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
852 </source>
853 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target>
854 <context-group purpose="location"> 840 <context-group purpose="location">
855 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 841 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
856 <context context-type="linenumber">17</context> 842 <context context-type="linenumber">17</context>
857 </context-group> 843 </context-group>
858 </trans-unit> 844 </trans-unit>
859 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 845 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
860 <source> 846 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source>
861 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 847 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target>
862 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
863 </source>
864 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target>
865 <context-group purpose="location"> 848 <context-group purpose="location">
866 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 849 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
867 <context context-type="linenumber">26</context> 850 <context context-type="linenumber">26</context>
@@ -876,11 +859,8 @@
876 </context-group> 859 </context-group>
877 </trans-unit> 860 </trans-unit>
878 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 861 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
879 <source> 862 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source>
880 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 863 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target>
881 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
882 </source>
883 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
885 </trans-unit> 865 </trans-unit>
886 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 866 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -926,9 +906,9 @@
926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
927 </trans-unit> 907 </trans-unit>
928 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 908 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
929 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source> 909 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
930 <target> 910 <target>
931 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 911 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;"/>
932 </target> 912 </target>
933 <context-group name="null"> 913 <context-group name="null">
934 <context context-type="linenumber">53</context> 914 <context context-type="linenumber">53</context>
@@ -1125,8 +1105,8 @@ Iniciar sesión</target>
1125 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1126 </trans-unit> 1106 </trans-unit>
1127 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1107 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1128 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1108 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1129 <target state="translated">Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contacte a un administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1109 <target state="translated">Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contacte a un administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1130 <context-group purpose="location"> 1110 <context-group purpose="location">
1131 <context context-type="sourcefile">src/app/login/login.component.html</context> 1111 <context context-type="sourcefile">src/app/login/login.component.html</context>
1132 <context context-type="linenumber">6</context> 1112 <context context-type="linenumber">6</context>
@@ -1141,15 +1121,8 @@ Iniciar sesión</target>
1141 </context-group> 1121 </context-group>
1142 </trans-unit> 1122 </trans-unit>
1143 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1123 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1144 <source> 1124 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1145 Currently this instance doesn't allow for user registration, but you can find an instance 1125 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Encuentra el tuyo entre varias instancias en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1146 that gives you the possibility to sign up for an account and upload your videos there.
1147
1148 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1149
1150 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1151 </source>
1152 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Encuentra el tuyo entre varias instancias en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1153 <context-group purpose="location"> 1126 <context-group purpose="location">
1154 <context context-type="sourcefile">src/app/login/login.component.html</context> 1127 <context context-type="sourcefile">src/app/login/login.component.html</context>
1155 <context context-type="linenumber">16</context> 1128 <context context-type="linenumber">16</context>
@@ -1314,9 +1287,9 @@ Iniciar sesión</target>
1314 </context-group> 1287 </context-group>
1315 </trans-unit> 1288 </trans-unit>
1316 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1289 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1317 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 1290 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1318 <target> 1291 <target>
1319 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1292 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1320 </target> 1293 </target>
1321 <context-group name="null"> 1294 <context-group name="null">
1322 <context context-type="linenumber">6</context> 1295 <context context-type="linenumber">6</context>
@@ -1324,13 +1297,10 @@ Iniciar sesión</target>
1324 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1297 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1325 </trans-unit> 1298 </trans-unit>
1326 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1299 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1327 <source> 1300 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1328 Filters
1329 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1330 </source>
1331 <target> 1301 <target>
1332 Filtros 1302 Filtros
1333 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1303 <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;"/>
1334 </target> 1304 </target>
1335 <context-group name="null"> 1305 <context-group name="null">
1336 <context context-type="linenumber">16</context> 1306 <context context-type="linenumber">16</context>
@@ -1364,8 +1334,7 @@ Iniciar sesión</target>
1364 </context-group> 1334 </context-group>
1365 </trans-unit> 1335 </trans-unit>
1366 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1336 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1367 <source>CLI 1337 <source>CLI documentation</source>
1368 documentation</source>
1369 <target state="translated">documentación de la CLI</target> 1338 <target state="translated">documentación de la CLI</target>
1370 <context-group purpose="location"> 1339 <context-group purpose="location">
1371 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1340 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1381,8 +1350,7 @@ Iniciar sesión</target>
1381 </context-group> 1350 </context-group>
1382 </trans-unit> 1351 </trans-unit>
1383 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1352 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1384 <source>Administer 1353 <source>Administer documentation</source>
1385 documentation</source>
1386 <target state="translated">Administrar documentación</target> 1354 <target state="translated">Administrar documentación</target>
1387 <context-group purpose="location"> 1355 <context-group purpose="location">
1388 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1356 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1398,8 +1366,7 @@ Iniciar sesión</target>
1398 </context-group> 1366 </context-group>
1399 </trans-unit> 1367 </trans-unit>
1400 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1368 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1401 <source>Use 1369 <source>Use documentation</source>
1402 documentation</source>
1403 <target state="translated">Documentación de uso</target> 1370 <target state="translated">Documentación de uso</target>
1404 <context-group purpose="location"> 1371 <context-group purpose="location">
1405 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1372 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1423,16 +1390,16 @@ Iniciar sesión</target>
1423 </context-group> 1390 </context-group>
1424 </trans-unit> 1391 </trans-unit>
1425 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1392 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1426 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 1393 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
1427 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 1394 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
1428 <context-group purpose="location"> 1395 <context-group purpose="location">
1429 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1396 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1430 <context context-type="linenumber">44</context> 1397 <context context-type="linenumber">44</context>
1431 </context-group> 1398 </context-group>
1432 </trans-unit> 1399 </trans-unit>
1433 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1400 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1434 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 1401 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
1435 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 1402 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
1436 <context-group purpose="location"> 1403 <context-group purpose="location">
1437 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1404 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1438 <context context-type="linenumber">47</context> 1405 <context context-type="linenumber">47</context>
@@ -1447,26 +1414,16 @@ Iniciar sesión</target>
1447 </context-group> 1414 </context-group>
1448 </trans-unit> 1415 </trans-unit>
1449 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1416 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1450 <source> 1417 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source>
1451 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, 1418 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target>
1452 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1453 is very important for visitors to understand on what type of instance they are.
1454 </source>
1455 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target>
1456 <context-group purpose="location"> 1419 <context-group purpose="location">
1457 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1420 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1458 <context context-type="linenumber">61</context> 1421 <context context-type="linenumber">61</context>
1459 </context-group> 1422 </context-group>
1460 </trans-unit> 1423 </trans-unit>
1461 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1424 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1462 <source> 1425 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source>
1463 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance 1426 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instancia. </target>
1464 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1465 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1466 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1467 PeerTube instance.
1468 </source>
1469 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube instancia. </target>
1470 <context-group purpose="location"> 1427 <context-group purpose="location">
1471 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1428 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1472 <context context-type="linenumber">67</context> 1429 <context context-type="linenumber">67</context>
@@ -1555,11 +1512,8 @@ Iniciar sesión</target>
1555 </context-group> 1512 </context-group>
1556 </trans-unit> 1513 </trans-unit>
1557 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1514 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1558 <source> 1515 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1559 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1516 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1560 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1561 </source>
1562 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1563 <context-group purpose="location"> 1517 <context-group purpose="location">
1564 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1518 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1565 <context context-type="linenumber">24</context> 1519 <context context-type="linenumber">24</context>
@@ -1977,11 +1931,8 @@ Iniciar sesión</target>
1977 </context-group> 1931 </context-group>
1978 </trans-unit> 1932 </trans-unit>
1979 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1933 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1980 <source> 1934 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1981 Jump to channel 1935 <target state="translated">Salta al canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
1982 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1983 </source>
1984 <target state="translated">Salta al canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1985 <context-group purpose="location"> 1936 <context-group purpose="location">
1986 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1937 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1987 <context context-type="linenumber">18</context> 1938 <context context-type="linenumber">18</context>
@@ -2210,12 +2161,8 @@ Iniciar sesión</target>
2210 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2161 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2211 </trans-unit> 2162 </trans-unit>
2212 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2163 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2213 <source> 2164 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source>
2214 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2165 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Presiona Enter para añadir una etiqueta nueva. </target>
2215 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2216 Press Enter to add a new tag.
2217 </source>
2218 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Presiona Enter para añadir una etiqueta nueva. </target>
2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2166 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2220 </trans-unit> 2167 </trans-unit>
2221 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2168 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2375,7 +2322,7 @@ Iniciar sesión</target>
2375 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2322 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2376 </trans-unit> 2323 </trans-unit>
2377 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2324 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2378 <source>Already uploaded ✔</source> 2325 <source>Already uploaded ✔</source>
2379 <target>Ya ha sido subido ✔</target> 2326 <target>Ya ha sido subido ✔</target>
2380 <context-group name="null"> 2327 <context-group name="null">
2381 <context context-type="linenumber">179</context> 2328 <context context-type="linenumber">179</context>
@@ -2494,12 +2441,8 @@ Iniciar sesión</target>
2494 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2441 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2495 </trans-unit> 2442 </trans-unit>
2496 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2443 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2497 <source> 2444 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source>
2498 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2445 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target>
2499 or URL that points to a raw MP4 file.
2500 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2501 </source>
2502 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target>
2503 <context-group purpose="location"> 2446 <context-group purpose="location">
2504 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2447 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2505 <context context-type="linenumber">10</context> 2448 <context context-type="linenumber">10</context>
@@ -2558,12 +2501,8 @@ Iniciar sesión</target>
2558 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2501 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2559 </trans-unit> 2502 </trans-unit>
2560 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2503 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2561 <source> 2504 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source>
2562 Image that will be merged with your audio file. 2505 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> La imagen elegida será definitiva y no se puede modificar. </target>
2563 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2564 The chosen image will be definitive and cannot be modified.
2565 </source>
2566 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imagen elegida será definitiva y no se puede modificar. </target>
2567 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2506 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2568 </trans-unit> 2507 </trans-unit>
2569 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2508 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2623,10 +2562,7 @@ Iniciar sesión</target>
2623 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2562 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2624 </trans-unit> 2563 </trans-unit>
2625 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2564 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2626 <source> 2565 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2627 You can import any torrent file that points to a mp4 file.
2628 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2629 </source>
2630 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target> 2566 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target>
2631 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group> 2567 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2632 </trans-unit> 2568 </trans-unit>
@@ -2641,12 +2577,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2641 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2577 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2642 </trans-unit> 2578 </trans-unit>
2643 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2579 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2644 <source> 2580 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source>
2645 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance. 2581 <target state="translated">Te recomendamos que no use el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para subir tus videos. </target>
2646 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2647 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2648 </source>
2649 <target state="translated">Te recomendamos que no use el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para subir tus videos. </target>
2650 <context-group purpose="location"> 2582 <context-group purpose="location">
2651 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2583 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2652 <context context-type="linenumber">2</context> 2584 <context context-type="linenumber">2</context>
@@ -2864,16 +2796,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2864 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2796 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2865 </trans-unit> 2797 </trans-unit>
2866 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2798 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2867 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2799 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2868 <target state="translated">Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target> 2800 <target state="translated">Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
2869 <context-group purpose="location"> 2801 <context-group purpose="location">
2870 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2802 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2871 <context context-type="linenumber">45</context> 2803 <context context-type="linenumber">45</context>
2872 </context-group> 2804 </context-group>
2873 </trans-unit> 2805 </trans-unit>
2874 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2806 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2875 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2807 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2876 <target state="translated">Publicado<x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target> 2808 <target state="translated">Publicado<x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
2877 <context-group purpose="location"> 2809 <context-group purpose="location">
2878 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2810 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2879 <context context-type="linenumber">56</context> 2811 <context context-type="linenumber">56</context>
@@ -3163,11 +3095,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3095 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3164 </trans-unit> 3096 </trans-unit>
3165 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3097 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3166 <source> 3098 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source>
3167 You can comment using an account on any ActivityPub-compatible instance.
3168 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3169 from within the software's interface.
3170 </source>
3171 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target> 3099 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target>
3172 <context-group purpose="location"> 3100 <context-group purpose="location">
3173 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3101 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3346,19 +3274,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3347 </trans-unit> 3275 </trans-unit>
3348 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3276 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3349 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3277 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3350 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3278 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3351 <context-group name="null"> 3279 <context-group name="null">
3352 <context context-type="linenumber">11</context> 3280 <context context-type="linenumber">11</context>
3353 </context-group> 3281 </context-group>
3354 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group>
3355 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group>
3356 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group>
3357 3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group>
3358 3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3359 3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group>
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html"> 3288 </trans-unit>
3361 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target> 3289 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3290 <source>Open actor page in a new tab</source>
3291 <target state="translated">Abrir la página del actor en una pestaña nueva</target>
3362 <context-group purpose="location"> 3292 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3293 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3364 <context context-type="linenumber">33</context> 3294 <context context-type="linenumber">33</context>
@@ -3370,43 +3300,43 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3370 <context-group name="null"> 3300 <context-group name="null">
3371 <context context-type="linenumber">32</context> 3301 <context context-type="linenumber">32</context>
3372 </context-group> 3302 </context-group>
3373 3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group>
3374 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group>
3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3305 </trans-unit>
3376 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3306 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3377 <source>Pending</source> 3307 <source>Pending</source>
3378 <target>Pendiente</target> 3308 <target>Pendiente</target>
3379 <context-group name="null"> 3309 <context-group name="null">
3380 <context context-type="linenumber">33</context> 3310 <context context-type="linenumber">33</context>
3381 </context-group> 3311 </context-group>
3382 3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group>
3383 3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group>
3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3314 </trans-unit>
3385 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3315 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3386 <source>Accept</source> 3316 <source>Accept</source>
3387 <target state="translated">Aceptar</target> 3317 <target state="translated">Aceptar</target>
3388 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group>
3389 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group>
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3320 </trans-unit>
3391 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3321 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3392 <source>Refuse</source> 3322 <source>Refuse</source>
3393 <target>Rechazar</target> 3323 <target>Rechazar</target>
3394 <context-group name="null"> 3324 <context-group name="null">
3395 <context context-type="linenumber">42</context> 3325 <context context-type="linenumber">42</context>
3396 </context-group> 3326 </context-group>
3397 3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group>
3398 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group>
3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3329 </trans-unit>
3400 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3330 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3401 <source>No follower found matching current filters.</source> 3331 <source>No follower found matching current filters.</source>
3402 <target state="translated">No se encontraron seguidores que coincidan con los filtros actuales.</target> 3332 <target state="translated">No se encontraron seguidores que coincidan con los filtros actuales.</target>
3403 3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group>
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit> 3334 </trans-unit>
3405 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3335 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3406 <source>Your instance doesn't have any follower.</source> 3336 <source>Your instance doesn't have any follower.</source>
3407 <target state="translated">Tu instancia no tiene ningún seguidor.</target> 3337 <target state="translated">Tu instancia no tiene ningún seguidor.</target>
3408 3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group>
3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 3339 </trans-unit>
3410 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3340 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3411 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3341 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3412 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> seguidores</target> 3342 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> seguidores</target>
@@ -3432,8 +3362,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3433 </trans-unit> 3363 </trans-unit>
3434 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3364 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3435 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3365 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3436 <target state="translated">Redundancia permitida <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3366 <target state="translated">Redundancia permitida <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3438 </trans-unit> 3368 </trans-unit>
3439 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3369 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3552,11 +3482,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3553 </trans-unit> 3483 </trans-unit>
3554 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3484 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3555 <source> 3485 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source>
3556 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3486 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3557 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3558 </source>
3559 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3560 <context-group purpose="location"> 3487 <context-group purpose="location">
3561 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3488 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3562 <context context-type="linenumber">148</context> 3489 <context context-type="linenumber">148</context>
@@ -3639,19 +3566,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3640 </trans-unit> 3567 </trans-unit>
3641 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3568 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3642 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3569 <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>
3643 <target>Nombre de usuario <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3570 <target>Nombre de usuario <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3644 <context-group name="null"> 3571 <context-group name="null">
3645 <context context-type="linenumber">40</context> 3572 <context context-type="linenumber">40</context>
3646 </context-group> 3573 </context-group>
3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3648 </trans-unit> 3575 </trans-unit>
3649 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3576 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3650 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3577 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3651 <target state="translated">Quota de video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3578 <target state="translated">Quota de video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3653 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3580 </trans-unit>
3654 <source>Auth plugin</source><target state="new">Auth plugin</target> 3581 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3582 <source>Auth plugin</source>
3583 <target state="translated">Complemento de autenticación</target>
3655 <context-group purpose="location"> 3584 <context-group purpose="location">
3656 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3585 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3657 <context context-type="linenumber">49</context> 3586 <context context-type="linenumber">49</context>
@@ -3663,39 +3592,39 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3663 <context-group name="null"> 3592 <context-group name="null">
3664 <context context-type="linenumber">65</context> 3593 <context context-type="linenumber">65</context>
3665 </context-group> 3594 </context-group>
3666 3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group>
3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 3596 </trans-unit>
3668 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3597 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3669 <source>Open account in a new tab</source> 3598 <source>Open account in a new tab</source>
3670 <target state="translated">Abrir cuenta en una pestaña nueva</target> 3599 <target state="translated">Abrir cuenta en una pestaña nueva</target>
3671 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group>
3672 3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group>
3673 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group>
3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3603 </trans-unit>
3675 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3604 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3676 <source>User's email must be verified to login</source> 3605 <source>User's email must be verified to login</source>
3677 <target>Se requiere validar la dirección de correo electrónico del usuario antes de conectarse</target> 3606 <target>Se requiere validar la dirección de correo electrónico del usuario antes de conectarse</target>
3678 <context-group name="null"> 3607 <context-group name="null">
3679 <context context-type="linenumber">72</context> 3608 <context context-type="linenumber">72</context>
3680 </context-group> 3609 </context-group>
3681 3610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group>
3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3611 </trans-unit>
3683 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3612 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3684 <source>User's email is verified / User can login without email verification</source> 3613 <source>User's email is verified / User can login without email verification</source>
3685 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target> 3614 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target>
3686 <context-group name="null"> 3615 <context-group name="null">
3687 <context context-type="linenumber">76</context> 3616 <context context-type="linenumber">76</context>
3688 </context-group> 3617 </context-group>
3689 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group>
3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 3619 </trans-unit>
3691 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3620 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3692 <source>Ban reason:</source> 3621 <source>Ban reason:</source>
3693 <target>Razón de la expulsión:</target> 3622 <target>Razón de la expulsión:</target>
3694 <context-group name="null"> 3623 <context-group name="null">
3695 <context context-type="linenumber">95</context> 3624 <context context-type="linenumber">95</context>
3696 </context-group> 3625 </context-group>
3697 3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group>
3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3627 </trans-unit>
3699 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3628 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3700 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3629 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3701 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target> 3630 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target>
@@ -3754,22 +3683,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3755 </trans-unit> 3684 </trans-unit>
3756 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3685 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3757 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3686 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3758 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3687 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3759 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3761 3690 </trans-unit>
3762
3763 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3691 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3764 <source>Total size</source> 3692 <source>Total size</source>
3765 <target state="translated">Tamaño total</target> 3693 <target state="translated">Tamaño total</target>
3766 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3695 </trans-unit>
3768 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3696 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3769 <source>List redundancies</source> 3697 <source>List redundancies</source>
3770 <target state="translated">Lista de redundancias</target> 3698 <target state="translated">Lista de redundancias</target>
3771 3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group>
3772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 3700 </trans-unit>
3773 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3701 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3774 <source>Your instance doesn't mirror any video.</source> 3702 <source>Your instance doesn't mirror any video.</source>
3775 <target state="translated">Tu instancia no refleja ningún video.</target> 3703 <target state="translated">Tu instancia no refleja ningún video.</target>
@@ -3810,8 +3738,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3811 </trans-unit> 3739 </trans-unit>
3812 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3740 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3813 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3741 <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>
3814 <target>Fecha <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3742 <target>Fecha <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3815 <context-group name="null"> 3743 <context-group name="null">
3816 <context context-type="linenumber">11</context> 3744 <context context-type="linenumber">11</context>
3817 </context-group> 3745 </context-group>
@@ -4018,12 +3946,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4018 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3946 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4019 <source>Open video in a new tab</source> 3947 <source>Open video in a new tab</source>
4020 <target state="translated">Abrir video en una pestaña nueva</target> 3948 <target state="translated">Abrir video en una pestaña nueva</target>
4021 3949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group>
4022 3950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group>
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
3952 </trans-unit>
4024 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3953 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4025 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3954 <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>
4026 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3955 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4027 <context-group name="null"> 3956 <context-group name="null">
4028 <context context-type="linenumber">11</context> 3957 <context context-type="linenumber">11</context>
4029 </context-group> 3958 </context-group>
@@ -4032,8 +3961,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 3961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4033 </trans-unit> 3962 </trans-unit>
4034 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3963 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4035 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3964 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4036 <target state="translated">Puntuación<x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3965 <target state="translated">Puntuación<x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 3966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4038 </trans-unit> 3967 </trans-unit>
4039 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3968 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4053,8 +3982,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4053 </context-group> 3982 </context-group>
4054 </trans-unit> 3983 </trans-unit>
4055 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 3984 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4056 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 3985 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4057 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target> 3986 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
4058 <context-group purpose="location"> 3987 <context-group purpose="location">
4059 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3988 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4060 <context context-type="linenumber">20</context> 3989 <context context-type="linenumber">20</context>
@@ -4077,8 +4006,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4077 </context-group> 4006 </context-group>
4078 </trans-unit> 4007 </trans-unit>
4079 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4008 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4080 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 4009 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4081 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} otro{...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target> 4010 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} otro{...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
4082 <context-group purpose="location"> 4011 <context-group purpose="location">
4083 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4084 <context context-type="linenumber">40</context> 4013 <context context-type="linenumber">40</context>
@@ -4125,8 +4054,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4054 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4126 </trans-unit> 4055 </trans-unit>
4127 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4056 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4128 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4057 <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>
4129 <target>Silenciado en <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4058 <target>Silenciado en <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4130 <context-group name="null"> 4059 <context-group name="null">
4131 <context context-type="linenumber">13</context> 4060 <context context-type="linenumber">13</context>
4132 </context-group> 4061 </context-group>
@@ -4390,8 +4319,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4390 </context-group> 4319 </context-group>
4391 </trans-unit> 4320 </trans-unit>
4392 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4321 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4393 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source> 4322 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source>
4394 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target> 4323 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target>
4395 <context-group purpose="location"> 4324 <context-group purpose="location">
4396 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4325 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4397 <context context-type="linenumber">32</context> 4326 <context context-type="linenumber">32</context>
@@ -4433,8 +4362,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4434 </trans-unit> 4363 </trans-unit>
4435 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4364 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4436 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4365 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4437 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target> 4366 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target>
4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4367 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4439 </trans-unit> 4368 </trans-unit>
4440 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4369 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4473,8 +4402,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4474 </trans-unit> 4403 </trans-unit>
4475 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4404 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4476 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source> 4405 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source>
4477 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para establecer un equipo de moderación. </target> 4406 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para establecer un equipo de moderación. </target>
4478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4479 </trans-unit> 4408 </trans-unit>
4480 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4409 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4483,11 +4412,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4484 </trans-unit> 4413 </trans-unit>
4485 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4414 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4486 <source> 4415 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4487 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4416 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target>
4488 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4489 </source>
4490 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target>
4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4492 </trans-unit> 4418 </trans-unit>
4493 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4419 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4499,8 +4425,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4500 </trans-unit> 4426 </trans-unit>
4501 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4427 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4502 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 4428 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
4503 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target> 4429 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target>
4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4505 </trans-unit> 4431 </trans-unit>
4506 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4432 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4636,8 +4562,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4637 </trans-unit> 4563 </trans-unit>
4638 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4564 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4639 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4565 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4640 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4566 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4642 </trans-unit> 4568 </trans-unit>
4643 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4569 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
@@ -4684,8 +4610,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4685 </trans-unit> 4611 </trans-unit>
4686 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4612 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4687 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source> 4613 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source>
4688 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para establecer su cuota individualmente. </target> 4614 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para establecer su cuota individualmente. </target>
4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4690 </trans-unit> 4616 </trans-unit>
4691 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4617 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4854,8 +4780,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4855 </trans-unit> 4781 </trans-unit>
4856 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4782 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4857 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source> 4783 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source>
4858 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>con otras instancias. </target> 4784 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>con otras instancias. </target>
4859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4860 </trans-unit> 4786 </trans-unit>
4861 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4787 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4874,8 +4800,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4875 </trans-unit> 4801 </trans-unit>
4876 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4802 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4877 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4803 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4878 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4804 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
4879 <context-group purpose="location"> 4805 <context-group purpose="location">
4880 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4806 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4881 <context context-type="linenumber">450</context> 4807 <context context-type="linenumber">450</context>
@@ -4965,14 +4891,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4966 </trans-unit> 4892 </trans-unit>
4967 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4893 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4968 <source> 4894 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source>
4969 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4895 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </target>
4970 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4971 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4972 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4973 to see if you instance is whitelisted.
4974 </source>
4975 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is whitelisted. </target>
4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4977 </trans-unit> 4897 </trans-unit>
4978 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4898 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4989,10 +4909,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4990 </trans-unit> 4910 </trans-unit>
4991 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4911 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4992 <source> 4912 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
4993 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4994 resources, this is a critical part of PeerTube, so tread carefully.
4995 </source>
4996 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target> 4913 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target>
4997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 4914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4998 </trans-unit> 4915 </trans-unit>
@@ -5036,16 +4953,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 4953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5037 </trans-unit> 4954 </trans-unit>
5038 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4955 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5039 <source> 4956 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source>
5040 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4957 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target>
5041
5042 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5043
5044 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5045
5046 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5047 </source>
5048 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5050 </trans-unit> 4959 </trans-unit>
5051 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4960 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -5054,19 +4963,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 4963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5055 </trans-unit> 4964 </trans-unit>
5056 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4965 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5057 <source> 4966 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source>
5058 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4967 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requiere ffmpeg&gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>El cambio de resolución es más suave<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Reproducción más rápida en particular con videos largos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Reproducción más estable (menos errores / carga infinita)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target>
5059
5060 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5061 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5062 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5063 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5064 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5065 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5066
5067 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5068 </source>
5069 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requiere ffmpeg>= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>El cambio de resolución es más suave<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más rápida en particular con videos largos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más estable (menos errores / carga infinita)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
5070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 4968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5071 </trans-unit> 4969 </trans-unit>
5072 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4970 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
@@ -5126,24 +5024,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5127 </trans-unit> 5025 </trans-unit>
5128 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5026 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5129 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 5027 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5130 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 5028 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target>
5131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5132 </trans-unit> 5030 </trans-unit>
5133 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5031 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5134 <source> 5032 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5135 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5033 <target state="translated">Escribir código CSS directamente. Ejemplo:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Anteponer con <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/>para anular estilos. Ejemplo::<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target>
5136 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5137 color: red;
5138 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5139 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5140 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5141 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5142 color: red;
5143 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5144 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5145 </source>
5146 <target state="translated">Escribir código CSS directamente. Ejemplo:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Anteponer con <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/>para anular estilos. Ejemplo::<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5148 </trans-unit> 5035 </trans-unit>
5149 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5036 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5333,8 +5220,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5333 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5220 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5334 </trans-unit> 5221 </trans-unit>
5335 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5222 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5336 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 5223 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
5337 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target> 5224 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target>
5338 <context-group purpose="location"> 5225 <context-group purpose="location">
5339 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5226 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5340 <context context-type="linenumber">6</context> 5227 <context context-type="linenumber">6</context>
@@ -5363,16 +5250,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5363 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5364 </trans-unit> 5251 </trans-unit>
5365 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5252 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5366 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 5253 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
5367 <target state="translated">Tu correo electrónico actual es<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target> 5254 <target state="translated">Tu correo electrónico actual es<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
5368 <context-group purpose="location"> 5255 <context-group purpose="location">
5369 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5256 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5370 <context context-type="linenumber">4</context> 5257 <context context-type="linenumber">4</context>
5371 </context-group> 5258 </context-group>
5372 </trans-unit> 5259 </trans-unit>
5373 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5260 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5374 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source> 5261 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source>
5375 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> está esperando la verificación por correo electrónico </target> 5262 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> está esperando la verificación por correo electrónico </target>
5376 <context-group purpose="location"> 5263 <context-group purpose="location">
5377 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5264 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5378 <context context-type="linenumber">8</context> 5265 <context context-type="linenumber">8</context>
@@ -5432,9 +5319,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5432 <context-group name="null"> 5319 <context-group name="null">
5433 <context context-type="linenumber">22</context> 5320 <context context-type="linenumber">22</context>
5434 </context-group> 5321 </context-group>
5435 5322 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group>
5436 5323 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group>
5437 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 5324 </trans-unit>
5438 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5325 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5439 <source>Select the next owner</source> 5326 <source>Select the next owner</source>
5440 <target>Seleccionar el próxima titular</target> 5327 <target>Seleccionar el próxima titular</target>
@@ -5444,8 +5331,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5444 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5331 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5445 </trans-unit> 5332 </trans-unit>
5446 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5333 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5447 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 5334 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5448 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5335 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5449 <context-group purpose="location"> 5336 <context-group purpose="location">
5450 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5337 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5451 <context context-type="linenumber">2</context> 5338 <context context-type="linenumber">2</context>
@@ -5481,13 +5368,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5481 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5368 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5482 </trans-unit> 5369 </trans-unit>
5483 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5370 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5484 <source> 5371 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source>
5485 Created
5486 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5487 </source>
5488 <target> 5372 <target>
5489 Creado 5373 Creado
5490 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 5374 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
5491 </target> 5375 </target>
5492 <context-group name="null"> 5376 <context-group name="null">
5493 <context context-type="linenumber">15</context> 5377 <context context-type="linenumber">15</context>
@@ -5559,9 +5443,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5559 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5443 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5560 </trans-unit> 5444 </trans-unit>
5561 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5445 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5562 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5446 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5563 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5447 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br /&gt;&lt;br /&gt; Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target>
5564 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br />&lt;br /> Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target>
5565 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5448 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5449 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5567 </trans-unit> 5450 </trans-unit>
@@ -5655,11 +5538,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5655 </context-group> 5538 </context-group>
5656 </trans-unit> 5539 </trans-unit>
5657 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5540 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5658 <source> 5541 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source>
5659 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5542 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>Borrar historial </target>
5660 Delete history
5661 </source>
5662 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>Borrar historial </target>
5663 <context-group purpose="location"> 5543 <context-group purpose="location">
5664 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5544 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5665 <context context-type="linenumber">7</context> 5545 <context context-type="linenumber">7</context>
@@ -5674,11 +5554,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5674 </context-group> 5554 </context-group>
5675 </trans-unit> 5555 </trans-unit>
5676 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5556 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5677 <source> 5557 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source>
5678 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5558 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>Preferencias de notificación </target>
5679 Notification preferences
5680 </source>
5681 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>Preferencias de notificación </target>
5682 <context-group purpose="location"> 5559 <context-group purpose="location">
5683 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5560 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5684 <context context-type="linenumber">2</context> 5561 <context context-type="linenumber">2</context>
@@ -5753,8 +5630,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5753 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5630 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5754 </trans-unit> 5631 </trans-unit>
5755 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5632 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5756 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 5633 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5757 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5634 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5758 <context-group purpose="location"> 5635 <context-group purpose="location">
5759 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5636 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5760 <context context-type="linenumber">2</context> 5637 <context context-type="linenumber">2</context>
@@ -5782,8 +5659,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5782 </context-group> 5659 </context-group>
5783 </trans-unit> 5660 </trans-unit>
5784 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5661 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5785 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5662 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5786 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 5663 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
5787 <context-group purpose="location"> 5664 <context-group purpose="location">
5788 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5665 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5789 <context context-type="linenumber">13</context> 5666 <context context-type="linenumber">13</context>
@@ -6232,27 +6109,23 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6232 </context-group> 6109 </context-group>
6233 </trans-unit> 6110 </trans-unit>
6234 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6111 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6235 <source> 6112 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6236 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6113 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
6237 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6238 </source>
6239 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6240 <context-group purpose="location"> 6114 <context-group purpose="location">
6241 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6115 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6242 <context context-type="linenumber">13</context> 6116 <context context-type="linenumber">13</context>
6243 </context-group> 6117 </context-group>
6244 </trans-unit> 6118 </trans-unit>
6245 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6119 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6246 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 6120 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6247 <target state="translated">Para mayor información por favor visite <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 6121 <target state="translated">Para mayor información por favor visite <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
6248 <context-group purpose="location"> 6122 <context-group purpose="location">
6249 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6123 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6250 <context context-type="linenumber">18</context> 6124 <context context-type="linenumber">18</context>
6251 </context-group> 6125 </context-group>
6252 </trans-unit> 6126 </trans-unit>
6253 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6127 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6254 <source>Use PeerTube 6128 <source>Use PeerTube documentation</source>
6255 documentation</source>
6256 <target state="translated">Use la documentación de PeerTube</target> 6129 <target state="translated">Use la documentación de PeerTube</target>
6257 <context-group purpose="location"> 6130 <context-group purpose="location">
6258 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6131 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6268,8 +6141,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6268 </context-group> 6141 </context-group>
6269 </trans-unit> 6142 </trans-unit>
6270 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6143 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6271 <source>PeerTube 6144 <source>PeerTube Applications</source>
6272 Applications</source>
6273 <target state="translated">Aplicaciones de PeerTube</target> 6145 <target state="translated">Aplicaciones de PeerTube</target>
6274 <context-group purpose="location"> 6146 <context-group purpose="location">
6275 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6147 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6285,8 +6157,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6285 </context-group> 6157 </context-group>
6286 </trans-unit> 6158 </trans-unit>
6287 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6159 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6288 <source>Contribute on 6160 <source>Contribute on PeerTube</source>
6289 PeerTube</source>
6290 <target state="translated">Contribuir en PeerTube</target> 6161 <target state="translated">Contribuir en PeerTube</target>
6291 <context-group purpose="location"> 6162 <context-group purpose="location">
6292 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6163 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6310,11 +6181,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6310 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6181 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6311 </trans-unit> 6182 </trans-unit>
6312 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6183 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6313 <source> 6184 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source>
6314 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6315 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6316 follows applies only if you want to keep using the P2P mode of PeerTube.
6317 </source>
6318 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target> 6185 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target>
6319 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6186 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6320 </trans-unit> 6187 </trans-unit>
@@ -6327,27 +6194,17 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6194 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6328 </trans-unit> 6195 </trans-unit>
6329 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6196 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6330 <source> 6197 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source>
6331 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6332 In practice, this is much more difficult because:
6333 </source>
6334 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target> 6198 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target>
6335 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6199 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6336 </trans-unit> 6200 </trans-unit>
6337 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6201 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6338 <source> 6202 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source>
6339 An HTTP request has to be sent on each tracker for each video to spy.
6340 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6341 </source>
6342 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target> 6203 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target>
6343 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6204 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6344 </trans-unit> 6205 </trans-unit>
6345 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6206 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6346 <source> 6207 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source>
6347 For each request sent, the tracker returns random peers at a limited number.
6348 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
6349 requests sent to know every peer in the swarm
6350 </source>
6351 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target> 6208 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target>
6352 <context-group purpose="location"> 6209 <context-group purpose="location">
6353 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6210 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6360,10 +6217,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6360 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6217 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6361 </trans-unit> 6218 </trans-unit>
6362 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6219 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6363 <source> 6220 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source>
6364 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
6365 video
6366 </source>
6367 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target> 6221 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target>
6368 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6222 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6369 </trans-unit> 6223 </trans-unit>
@@ -6373,21 +6227,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6227 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6374 </trans-unit> 6228 </trans-unit>
6375 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6229 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6376 <source> 6230 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source>
6377 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the 6231 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para más información </target>
6378 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6379 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6380 to forward the information to.
6381 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6382 </source>
6383 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para más información </target>
6384 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6232 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6385 </trans-unit> 6233 </trans-unit>
6386 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6234 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6387 <source> 6235 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source>
6388 The worst-case scenario of an average person spying on their friends is quite unlikely.
6389 There are much more effective ways to get that kind of information.
6390 </source>
6391 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target> 6236 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target>
6392 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6237 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6393 </trans-unit> 6238 </trans-unit>
@@ -6400,11 +6245,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6400 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6245 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6401 </trans-unit> 6246 </trans-unit>
6402 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6247 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6403 <source> 6248 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
6404 The threats to privacy with YouTube are different from PeerTube's.
6405 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6406 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6407 </source>
6408 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target> 6249 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target>
6409 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6250 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6410 </trans-unit> 6251 </trans-unit>
@@ -6417,12 +6258,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6417 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6258 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6418 </trans-unit> 6259 </trans-unit>
6419 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6260 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6420 <source> 6261 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
6421 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6422 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6423 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6424 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6425 </source>
6426 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target> 6262 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target>
6427 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6428 </trans-unit> 6264 </trans-unit>
@@ -6435,10 +6271,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6435 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6436 </trans-unit> 6272 </trans-unit>
6437 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6273 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6438 <source> 6274 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source>
6439 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6440 and render attacks less likely. Here is what we put in place so far:
6441 </source>
6442 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target> 6275 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target>
6443 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6276 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6444 </trans-unit> 6277 </trans-unit>
@@ -6463,10 +6296,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6463 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6296 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6464 </trans-unit> 6297 </trans-unit>
6465 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6298 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6466 <source> 6299 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
6467 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6468 WebRTC in your browser.
6469 </source>
6470 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target> 6300 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target>
6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6301 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6472 </trans-unit> 6302 </trans-unit>
@@ -6503,8 +6333,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6503 </context-group> 6333 </context-group>
6504 </trans-unit> 6334 </trans-unit>
6505 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6335 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6506 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 6336 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
6507 <target state="translated">Desarrollado con ❤ por <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 6337 <target state="translated">Desarrollado con ❤ por <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
6508 <context-group purpose="location"> 6338 <context-group purpose="location">
6509 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6339 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6510 <context context-type="linenumber">3</context> 6340 <context context-type="linenumber">3</context>
@@ -6583,11 +6413,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6583 </context-group> 6413 </context-group>
6584 </trans-unit> 6414 </trans-unit>
6585 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6415 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6586 <source> 6416 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source>
6587 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 6417 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target>
6588 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6589 </source>
6590 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target>
6591 <context-group purpose="location"> 6418 <context-group purpose="location">
6592 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6419 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6593 <context context-type="linenumber">4</context> 6420 <context context-type="linenumber">4</context>
@@ -6658,13 +6485,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6658 </context-group> 6485 </context-group>
6659 </trans-unit> 6486 </trans-unit>
6660 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6487 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6661 <source> 6488 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source>
6662 I am at least 16 years old and agree 6489 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Código de Conducta<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>de esta instancia </target>
6663 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6664 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6665 of this instance
6666 </source>
6667 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Código de Conducta<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>de esta instancia </target>
6668 <context-group purpose="location"> 6490 <context-group purpose="location">
6669 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6491 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6670 <context context-type="linenumber">65</context> 6492 <context context-type="linenumber">65</context>
@@ -6759,8 +6581,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6759 </context-group> 6581 </context-group>
6760 </trans-unit> 6582 </trans-unit>
6761 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6583 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6762 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source> 6584 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
6763 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> que mantiene la pista de audio original, sin video</target> 6585 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> que mantiene la pista de audio original, sin video</target>
6764 <context-group purpose="location"> 6586 <context-group purpose="location">
6765 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6587 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6766 <context context-type="linenumber">1</context> 6588 <context context-type="linenumber">1</context>
@@ -8473,8 +8295,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
8473 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8295 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8474 </trans-unit> 8296 </trans-unit>
8475 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8297 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8476 <source>Long (> 10 min)</source> 8298 <source>Long (&gt; 10 min)</source>
8477 <target>Largo (> 10 min)</target> 8299 <target>Largo (&gt; 10 min)</target>
8478 <context-group name="null"> 8300 <context-group name="null">
8479 <context context-type="linenumber">1</context> 8301 <context context-type="linenumber">1</context>
8480 </context-group> 8302 </context-group>
@@ -9833,8 +9655,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9655 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9834 </trans-unit> 9656 </trans-unit>
9835 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9657 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9836 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source> 9658 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
9837 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible que soporta:</target> 9659 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que soporta:</target>
9838 <context-group name="null"> 9660 <context-group name="null">
9839 <context context-type="linenumber">1</context> 9661 <context context-type="linenumber">1</context>
9840 </context-group> 9662 </context-group>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index aaca938d0..402249fcd 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source>
284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été retirée de la liste noire </target> 284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été retirée de la liste noire </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source>
289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été mise sur liste noire </target> 289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été mise sur liste noire </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,54 +316,46 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source>
320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été publiée </target> 320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été publiée </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source>
335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s’est enregistré sur votre instance </target> 335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s’est enregistré sur votre instance </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source> 342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
350 </trans-unit> 345 </trans-unit>
351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
355 </trans-unit> 350 </trans-unit>
356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
357 <source> 352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 353 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
363 </trans-unit> 355 </trans-unit>
364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
366 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 358 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
368 </trans-unit> 360 </trans-unit>
369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -405,20 +397,20 @@
405 <context-group name="null"> 397 <context-group name="null">
406 <context context-type="linenumber">61</context> 398 <context context-type="linenumber">61</context>
407 </context-group> 399 </context-group>
408 400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group>
409 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
410 402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group>
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 403 </trans-unit>
412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
413 <source>Stop at</source> 405 <source>Stop at</source>
414 <target>Arrêter à</target> 406 <target>Arrêter à</target>
415 <context-group name="null"> 407 <context-group name="null">
416 <context context-type="linenumber">112</context> 408 <context context-type="linenumber">112</context>
417 </context-group> 409 </context-group>
418 410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group>
419 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group>
420 412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group>
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 413 </trans-unit>
422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
423 <source>Search playlists</source> 415 <source>Search playlists</source>
424 <target state="translated">Recherche de listes de lecture</target> 416 <target state="translated">Recherche de listes de lecture</target>
@@ -543,8 +535,8 @@
543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
544 </trans-unit> 536 </trans-unit>
545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source> 538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source>
547 <target state="translated">Votre rapport sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et sera également envoyé à l'instance hébergeant la vidéo (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target> 539 <target state="translated">Votre rapport sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et sera également envoyé à l'instance hébergeant la vidéo (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target>
548 <context-group purpose="location"> 540 <context-group purpose="location">
549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
550 <context context-type="linenumber">9</context> 542 <context context-type="linenumber">9</context>
@@ -592,12 +584,12 @@
592 </trans-unit> 584 </trans-unit>
593 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html"> 585 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html">
594 <source>This will ask remote instances to delete it</source> 586 <source>This will ask remote instances to delete it</source>
595 <target state="new">This will ask remote instances to delete it</target> 587 <target state="translated">Cela enverra un ordre de suppression à l'instance distante</target>
596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group> 588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group>
597 </trans-unit> 589 </trans-unit>
598 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html"> 590 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html">
599 <source>Unfederate the video</source> 591 <source>Unfederate the video</source>
600 <target state="new">Unfederate the video</target> 592 <target state="translated">Retirer cette vidéo de la fédération</target>
601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group>
602 </trans-unit> 594 </trans-unit>
603 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 595 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
@@ -692,27 +684,27 @@
692 <context-group name="null"> 684 <context-group name="null">
693 <context context-type="linenumber">48</context> 685 <context context-type="linenumber">48</context>
694 </context-group> 686 </context-group>
695 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group>
696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 688 </trans-unit>
697 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
698 <source>Save</source> 690 <source>Save</source>
699 <target>Enregistrer</target> 691 <target>Enregistrer</target>
700 <context-group name="null"> 692 <context-group name="null">
701 <context context-type="linenumber">15</context> 693 <context context-type="linenumber">15</context>
702 </context-group> 694 </context-group>
703 695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group>
704 696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group>
705 697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group>
706 698 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 699 </trans-unit>
708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
710 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 702 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
711 <context-group name="null"> 703 <context-group name="null">
712 <context context-type="linenumber">85</context> 704 <context context-type="linenumber">85</context>
713 </context-group> 705 </context-group>
714 706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group>
715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 707 </trans-unit>
716 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 708 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
717 <source>No results.</source> 709 <source>No results.</source>
718 <target>Aucun résultat.</target> 710 <target>Aucun résultat.</target>
@@ -840,13 +832,10 @@
840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
841 </trans-unit> 833 </trans-unit>
842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
843 <source> 835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
847 <target> 836 <target>
848 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
849 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
850 </target> 839 </target>
851 <context-group name="null"> 840 <context-group name="null">
852 <context context-type="linenumber">10</context> 841 <context context-type="linenumber">10</context>
@@ -854,12 +843,9 @@
854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
855 </trans-unit> 844 </trans-unit>
856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
857 <source> 846 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source>
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
861 <target> 847 <target>
862 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 848 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
863 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. 849 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner.
864 </target> 850 </target>
865 <context-group name="null"> 851 <context-group name="null">
@@ -868,12 +854,9 @@
868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
869 </trans-unit> 855 </trans-unit>
870 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
871 <source> 857 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source>
872 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
873 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
874 </source>
875 <target> 858 <target>
876 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 859 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
877 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. 860 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec.
878 </target> 861 </target>
879 <context-group name="null"> 862 <context-group name="null">
@@ -890,13 +873,10 @@
890 </context-group> 873 </context-group>
891 </trans-unit> 874 </trans-unit>
892 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 875 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
893 <source> 876 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source>
894 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
895 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
896 </source>
897 <target> 877 <target>
898 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
899 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
900 </target> 880 </target>
901 <context-group name="null"> 881 <context-group name="null">
902 <context context-type="linenumber">5</context> 882 <context context-type="linenumber">5</context>
@@ -955,9 +935,9 @@
955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
956 </trans-unit> 936 </trans-unit>
957 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 937 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
958 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source> 938 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
959 <target> 939 <target>
960 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 940 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
961 </target> 941 </target>
962 <context-group name="null"> 942 <context-group name="null">
963 <context context-type="linenumber">53</context> 943 <context context-type="linenumber">53</context>
@@ -1154,10 +1134,8 @@
1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1155 </trans-unit> 1135 </trans-unit>
1156 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1136 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1157 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1137 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1158 <target state="new"> 1138 <target state="translated">Désolé, un incident s'est produit avec le processus d'authentification externe. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>prenez contact avec un administrateur<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1159 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1160 </target>
1161 <context-group purpose="location"> 1139 <context-group purpose="location">
1162 <context context-type="sourcefile">src/app/login/login.component.html</context> 1140 <context context-type="sourcefile">src/app/login/login.component.html</context>
1163 <context context-type="linenumber">6</context> 1141 <context context-type="linenumber">6</context>
@@ -1165,31 +1143,15 @@
1165 </trans-unit> 1143 </trans-unit>
1166 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html"> 1144 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1167 <source>If you are looking for an account…</source> 1145 <source>If you are looking for an account…</source>
1168 <target state="new"> 1146 <target state="translated">Si vous rechercher un compte</target>
1169 If you are looking for an account…
1170 </target>
1171 <context-group purpose="location"> 1147 <context-group purpose="location">
1172 <context context-type="sourcefile">src/app/login/login.component.html</context> 1148 <context context-type="sourcefile">src/app/login/login.component.html</context>
1173 <context context-type="linenumber">12</context> 1149 <context context-type="linenumber">12</context>
1174 </context-group> 1150 </context-group>
1175 </trans-unit> 1151 </trans-unit>
1176 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1152 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1177 <source> 1153 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1178 Currently this instance doesn't allow for user registration, but you can find an instance 1154 <target state="translated">Pour le moment, cette instance ne permet pas l'enregistrement d'utilisateurs, mais vous pouvez trouver une instance qui permet de s'enregistrer et de téléverser des vidéos ici. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Trouvez une instance sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1179 that gives you the possibility to sign up for an account and upload your videos there.
1180
1181 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1182
1183 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1184 </source>
1185 <target state="new">
1186 Currently this instance doesn't allow for user registration, but you can find an instance
1187 that gives you the possibility to sign up for an account and upload your videos there.
1188
1189 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1190
1191 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1192 </target>
1193 <context-group purpose="location"> 1155 <context-group purpose="location">
1194 <context context-type="sourcefile">src/app/login/login.component.html</context> 1156 <context context-type="sourcefile">src/app/login/login.component.html</context>
1195 <context context-type="linenumber">16</context> 1157 <context context-type="linenumber">16</context>
@@ -1359,9 +1321,9 @@
1359 </context-group> 1321 </context-group>
1360 </trans-unit> 1322 </trans-unit>
1361 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1323 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1362 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 1324 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1363 <target> 1325 <target>
1364 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1326 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1365 </target> 1327 </target>
1366 <context-group name="null"> 1328 <context-group name="null">
1367 <context context-type="linenumber">6</context> 1329 <context context-type="linenumber">6</context>
@@ -1369,13 +1331,10 @@
1369 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1331 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1370 </trans-unit> 1332 </trans-unit>
1371 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1333 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1372 <source> 1334 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1373 Filters
1374 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1375 </source>
1376 <target> 1335 <target>
1377 Filtres 1336 Filtres
1378 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1337 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1379 </target> 1338 </target>
1380 <context-group name="null"> 1339 <context-group name="null">
1381 <context context-type="linenumber">16</context> 1340 <context context-type="linenumber">16</context>
@@ -1409,8 +1368,7 @@
1409 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1368 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1410 </trans-unit> 1369 </trans-unit>
1411 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1370 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1412 <source>CLI 1371 <source>CLI documentation</source>
1413 documentation</source>
1414 <target>Documentation de la CLI</target> 1372 <target>Documentation de la CLI</target>
1415 <context-group name="null"> 1373 <context-group name="null">
1416 <context context-type="linenumber">12</context> 1374 <context context-type="linenumber">12</context>
@@ -1426,8 +1384,7 @@
1426 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1384 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1427 </trans-unit> 1385 </trans-unit>
1428 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1386 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1429 <source>Administer 1387 <source>Administer documentation</source>
1430 documentation</source>
1431 <target>Documentation sur l'administration</target> 1388 <target>Documentation sur l'administration</target>
1432 <context-group name="null"> 1389 <context-group name="null">
1433 <context context-type="linenumber">19</context> 1390 <context context-type="linenumber">19</context>
@@ -1443,8 +1400,7 @@
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1400 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1444 </trans-unit> 1401 </trans-unit>
1445 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1402 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1446 <source>Use 1403 <source>Use documentation</source>
1447 documentation</source>
1448 <target>Documentation d'utilisation</target> 1404 <target>Documentation d'utilisation</target>
1449 <context-group name="null"> 1405 <context-group name="null">
1450 <context context-type="linenumber">26</context> 1406 <context context-type="linenumber">26</context>
@@ -1468,16 +1424,16 @@
1468 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1424 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1469 </trans-unit> 1425 </trans-unit>
1470 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1426 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1471 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 1427 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
1472 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 1428 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
1473 <context-group name="null"> 1429 <context-group name="null">
1474 <context context-type="linenumber">44</context> 1430 <context context-type="linenumber">44</context>
1475 </context-group> 1431 </context-group>
1476 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1432 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1477 </trans-unit> 1433 </trans-unit>
1478 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1434 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1479 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 1435 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
1480 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1436 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1481 </target> 1437 </target>
1482 <context-group name="null"> 1438 <context-group name="null">
1483 <context context-type="linenumber">47</context> 1439 <context context-type="linenumber">47</context>
@@ -1493,13 +1449,9 @@
1493 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1449 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1494 </trans-unit> 1450 </trans-unit>
1495 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1451 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1496 <source> 1452 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source>
1497 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1498 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1499 is very important for visitors to understand on what type of instance they are.
1500 </source>
1501 <target> 1453 <target>
1502 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont. 1454 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont.
1503 </target> 1455 </target>
1504 <context-group name="null"> 1456 <context-group name="null">
1505 <context context-type="linenumber">61</context> 1457 <context context-type="linenumber">61</context>
@@ -1507,16 +1459,10 @@
1507 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1459 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1508 </trans-unit> 1460 </trans-unit>
1509 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1461 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1510 <source> 1462 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source>
1511 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1512 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1513 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1514 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1515 PeerTube instance.
1516 </source>
1517 <target> 1463 <target>
1518 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1464 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1519 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1465 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>.
1520 </target> 1466 </target>
1521 <context-group name="null"> 1467 <context-group name="null">
1522 <context context-type="linenumber">67</context> 1468 <context context-type="linenumber">67</context>
@@ -1612,11 +1558,8 @@
1612 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1558 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1613 </trans-unit> 1559 </trans-unit>
1614 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1560 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1615 <source> 1561 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1616 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1562 <target state="translated">Veuillez envisager de configurer ces champs pour aider les personnes à choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sans elles, votre instance ne peut être référencée sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>site internet JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1617 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1618 </source>
1619 <target state="translated">Veuillez envisager de configurer ces champs pour aider les personnes à choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sans elles, votre instance ne peut être référencée sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>site internet JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1620 <context-group purpose="location"> 1563 <context-group purpose="location">
1621 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1564 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1622 <context context-type="linenumber">24</context> 1565 <context context-type="linenumber">24</context>
@@ -2049,11 +1992,8 @@
2049 </context-group> 1992 </context-group>
2050 </trans-unit> 1993 </trans-unit>
2051 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1994 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2052 <source> 1995 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2053 Jump to channel 1996 <target state="translated">Passer à la chaîne <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
2054 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2055 </source>
2056 <target state="translated">Passer à la chaîne <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2057 <context-group purpose="location"> 1997 <context-group purpose="location">
2058 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1998 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2059 <context context-type="linenumber">18</context> 1999 <context context-type="linenumber">18</context>
@@ -2291,12 +2231,8 @@
2291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2231 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2292 </trans-unit> 2232 </trans-unit>
2293 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2233 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2294 <source> 2234 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source>
2295 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2235 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target>
2296 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2297 Press Enter to add a new tag.
2298 </source>
2299 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target>
2300 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2236 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2301 </trans-unit> 2237 </trans-unit>
2302 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2238 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2461,7 +2397,7 @@
2461 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2397 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2462 </trans-unit> 2398 </trans-unit>
2463 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2399 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2464 <source>Already uploaded ✔</source> 2400 <source>Already uploaded ✔</source>
2465 <target>Déjà téléversé ✔</target> 2401 <target>Déjà téléversé ✔</target>
2466 <context-group name="null"> 2402 <context-group name="null">
2467 <context context-type="linenumber">179</context> 2403 <context context-type="linenumber">179</context>
@@ -2592,12 +2528,8 @@
2592 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2528 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2593 </trans-unit> 2529 </trans-unit>
2594 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2530 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2595 <source> 2531 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source>
2596 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2532 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target>
2597 or URL that points to a raw MP4 file.
2598 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2599 </source>
2600 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target>
2601 <context-group purpose="location"> 2533 <context-group purpose="location">
2602 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2534 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2603 <context context-type="linenumber">10</context> 2535 <context context-type="linenumber">10</context>
@@ -2659,14 +2591,10 @@
2659 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2591 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2660 </trans-unit> 2592 </trans-unit>
2661 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2593 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2662 <source> 2594 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source>
2663 Image that will be merged with your audio file.
2664 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2665 The chosen image will be definitive and cannot be modified.
2666 </source>
2667 <target> 2595 <target>
2668 Image qui sera fusionnée avec le fichier audio. 2596 Image qui sera fusionnée avec le fichier audio.
2669 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2597 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2670 L'image choisie sera définitive et ne pourra pas être modifiée. 2598 L'image choisie sera définitive et ne pourra pas être modifiée.
2671 </target> 2599 </target>
2672 <context-group name="null"> 2600 <context-group name="null">
@@ -2736,10 +2664,7 @@
2736 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2664 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2737 </trans-unit> 2665 </trans-unit>
2738 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2666 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2739 <source> 2667 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2740 You can import any torrent file that points to a mp4 file.
2741 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2742 </source>
2743 <target> 2668 <target>
2744 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4. 2669 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4.
2745 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance. 2670 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance.
@@ -2759,12 +2684,8 @@
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2684 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2760 </trans-unit> 2685 </trans-unit>
2761 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2686 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2762 <source> 2687 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source>
2763 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance. 2688 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour téléverser vos vidéos. </target>
2764 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2765 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2766 </source>
2767 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour téléverser vos vidéos. </target>
2768 <context-group purpose="location"> 2689 <context-group purpose="location">
2769 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2690 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2770 <context context-type="linenumber">2</context> 2691 <context context-type="linenumber">2</context>
@@ -3006,16 +2927,16 @@
3006 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2927 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
3007 </trans-unit> 2928 </trans-unit>
3008 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2929 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
3009 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2930 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3010 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target> 2931 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
3011 <context-group purpose="location"> 2932 <context-group purpose="location">
3012 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2933 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3013 <context context-type="linenumber">45</context> 2934 <context context-type="linenumber">45</context>
3014 </context-group> 2935 </context-group>
3015 </trans-unit> 2936 </trans-unit>
3016 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2937 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3017 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2938 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3018 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target> 2939 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
3019 <context-group purpose="location"> 2940 <context-group purpose="location">
3020 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2941 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3021 <context context-type="linenumber">56</context> 2942 <context context-type="linenumber">56</context>
@@ -3308,11 +3229,7 @@
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3309 </trans-unit> 3230 </trans-unit>
3310 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3231 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3311 <source> 3232 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source>
3312 You can comment using an account on any ActivityPub-compatible instance.
3313 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3314 from within the software's interface.
3315 </source>
3316 <target state="translated">Vous pouvez commenter en utilisant un compte de n'importe quelle instance compatible avec ActivityPub. Sur la plupart des plateformes, vous pouvez trouver cette vidéo en entrant son URL dans la barre de recherche et commenter depuis l'interface du logiciel.</target> 3233 <target state="translated">Vous pouvez commenter en utilisant un compte de n'importe quelle instance compatible avec ActivityPub. Sur la plupart des plateformes, vous pouvez trouver cette vidéo en entrant son URL dans la barre de recherche et commenter depuis l'interface du logiciel.</target>
3317 <context-group purpose="location"> 3234 <context-group purpose="location">
3318 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3235 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3494,19 +3411,21 @@
3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3495 </trans-unit> 3412 </trans-unit>
3496 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3413 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3497 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3414 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3498 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3415 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3499 <context-group name="null"> 3416 <context-group name="null">
3500 <context context-type="linenumber">11</context> 3417 <context context-type="linenumber">11</context>
3501 </context-group> 3418 </context-group>
3502 3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group>
3503 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group>
3504 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group>
3505 3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group>
3506 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3507 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group>
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html"> 3425 </trans-unit>
3509 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target> 3426 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3427 <source>Open actor page in a new tab</source>
3428 <target state="new">Open actor page in a new tab</target>
3510 <context-group purpose="location"> 3429 <context-group purpose="location">
3511 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3430 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3512 <context context-type="linenumber">33</context> 3431 <context context-type="linenumber">33</context>
@@ -3518,46 +3437,46 @@
3518 <context-group name="null"> 3437 <context-group name="null">
3519 <context context-type="linenumber">32</context> 3438 <context context-type="linenumber">32</context>
3520 </context-group> 3439 </context-group>
3521 3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group>
3522 3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group>
3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3442 </trans-unit>
3524 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3443 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3525 <source>Pending</source> 3444 <source>Pending</source>
3526 <target>En attente</target> 3445 <target>En attente</target>
3527 <context-group name="null"> 3446 <context-group name="null">
3528 <context context-type="linenumber">33</context> 3447 <context context-type="linenumber">33</context>
3529 </context-group> 3448 </context-group>
3530 3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group>
3531 3450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group>
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3451 </trans-unit>
3533 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3452 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3534 <source>Accept</source> 3453 <source>Accept</source>
3535 <target>Accepter</target> 3454 <target>Accepter</target>
3536 <context-group name="null"> 3455 <context-group name="null">
3537 <context context-type="linenumber">41</context> 3456 <context context-type="linenumber">41</context>
3538 </context-group> 3457 </context-group>
3539 3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group>
3540 3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group>
3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3460 </trans-unit>
3542 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3461 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3543 <source>Refuse</source> 3462 <source>Refuse</source>
3544 <target>Refuser</target> 3463 <target>Refuser</target>
3545 <context-group name="null"> 3464 <context-group name="null">
3546 <context context-type="linenumber">42</context> 3465 <context context-type="linenumber">42</context>
3547 </context-group> 3466 </context-group>
3548 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group>
3549 3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group>
3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3469 </trans-unit>
3551 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3470 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3552 <source>No follower found matching current filters.</source> 3471 <source>No follower found matching current filters.</source>
3553 <target state="translated">Aucun abonné n'a pas être trouvé avec les filtres actuels.</target> 3472 <target state="translated">Aucun abonné n'a pas être trouvé avec les filtres actuels.</target>
3554 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group>
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit> 3474 </trans-unit>
3556 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3475 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3557 <source>Your instance doesn't have any follower.</source> 3476 <source>Your instance doesn't have any follower.</source>
3558 <target state="new">Your instance doesn't have any follower.</target> 3477 <target state="translated">Votre instance n'est suivi par aucune autres</target>
3559 3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group>
3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 3479 </trans-unit>
3561 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3480 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3562 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3481 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3563 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3482 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
@@ -3583,8 +3502,8 @@
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3584 </trans-unit> 3503 </trans-unit>
3585 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3504 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3586 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3505 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3587 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3506 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3589 </trans-unit> 3508 </trans-unit>
3590 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3509 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3601,7 +3520,7 @@
3601 </trans-unit> 3520 </trans-unit>
3602 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html"> 3521 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3603 <source>No host found matching current filters.</source> 3522 <source>No host found matching current filters.</source>
3604 <target state="new">No host found matching current filters.</target> 3523 <target state="translated">Impossible de trouver un hôte correspondant aux crtres</target>
3605 <context-group purpose="location"> 3524 <context-group purpose="location">
3606 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3525 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3607 <context context-type="linenumber">62</context> 3526 <context context-type="linenumber">62</context>
@@ -3609,7 +3528,7 @@
3609 </trans-unit> 3528 </trans-unit>
3610 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html"> 3529 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3611 <source>Your instance is not following anyone.</source> 3530 <source>Your instance is not following anyone.</source>
3612 <target state="new">Your instance is not following anyone.</target> 3531 <target state="translated">Votre instance n'en suit aucune autre.</target>
3613 <context-group purpose="location"> 3532 <context-group purpose="location">
3614 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3533 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3615 <context context-type="linenumber">63</context> 3534 <context context-type="linenumber">63</context>
@@ -3682,9 +3601,7 @@
3682 </trans-unit> 3601 </trans-unit>
3683 <trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html"> 3602 <trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html">
3684 <source>If you leave the password empty, an email will be sent to the user.</source> 3603 <source>If you leave the password empty, an email will be sent to the user.</source>
3685 <target state="new"> 3604 <target state="translated">Si vous laissez le mot de passe vide, un mail sera envoyé à l'utilisateur.</target>
3686 If you leave the password empty, an email will be sent to the user.
3687 </target>
3688 <context-group purpose="location"> 3605 <context-group purpose="location">
3689 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3606 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3690 <context context-type="linenumber">109</context> 3607 <context context-type="linenumber">109</context>
@@ -3705,14 +3622,8 @@
3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3706 </trans-unit> 3623 </trans-unit>
3707 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3624 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3708 <source> 3625 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source>
3709 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3626 <target state="translated">Le transcodage et activé. Le quota de vidéos ne prend en compte que <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la taille du fichier<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> original. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> L'utilisateur peut au moins téléverser ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3710 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3711 </source>
3712 <target state="new">
3713 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3714 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3715 </target>
3716 <context-group purpose="location"> 3627 <context-group purpose="location">
3717 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3628 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3718 <context context-type="linenumber">148</context> 3629 <context context-type="linenumber">148</context>
@@ -3804,22 +3715,24 @@
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3805 </trans-unit> 3716 </trans-unit>
3806 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3717 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3807 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3718 <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>
3808 <target>Identifiant <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3719 <target>Identifiant <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3809 <context-group name="null"> 3720 <context-group name="null">
3810 <context context-type="linenumber">40</context> 3721 <context context-type="linenumber">40</context>
3811 </context-group> 3722 </context-group>
3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3813 </trans-unit> 3724 </trans-unit>
3814 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3725 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3815 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3726 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3816 <target>Quota des vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3727 <target>Quota des vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3817 <context-group name="null"> 3728 <context-group name="null">
3818 <context context-type="linenumber">42</context> 3729 <context context-type="linenumber">42</context>
3819 </context-group> 3730 </context-group>
3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3821 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3732 </trans-unit>
3822 <source>Auth plugin</source><target state="new">Auth plugin</target> 3733 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3734 <source>Auth plugin</source>
3735 <target state="translated">Extension d'authentification</target>
3823 <context-group purpose="location"> 3736 <context-group purpose="location">
3824 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3737 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3825 <context context-type="linenumber">49</context> 3738 <context context-type="linenumber">49</context>
@@ -3831,39 +3744,39 @@
3831 <context-group name="null"> 3744 <context-group name="null">
3832 <context context-type="linenumber">65</context> 3745 <context context-type="linenumber">65</context>
3833 </context-group> 3746 </context-group>
3834 3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group>
3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 3748 </trans-unit>
3836 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3749 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3837 <source>Open account in a new tab</source> 3750 <source>Open account in a new tab</source>
3838 <target state="translated">Ouvrir le compte dans un nouvel onglet</target> 3751 <target state="translated">Ouvrir le compte dans un nouvel onglet</target>
3839 3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group>
3840 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group>
3841 3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group>
3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3755 </trans-unit>
3843 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3756 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3844 <source>User's email must be verified to login</source> 3757 <source>User's email must be verified to login</source>
3845 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target> 3758 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target>
3846 <context-group name="null"> 3759 <context-group name="null">
3847 <context context-type="linenumber">72</context> 3760 <context context-type="linenumber">72</context>
3848 </context-group> 3761 </context-group>
3849 3762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group>
3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3763 </trans-unit>
3851 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3764 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3852 <source>User's email is verified / User can login without email verification</source> 3765 <source>User's email is verified / User can login without email verification</source>
3853 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target> 3766 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target>
3854 <context-group name="null"> 3767 <context-group name="null">
3855 <context context-type="linenumber">76</context> 3768 <context context-type="linenumber">76</context>
3856 </context-group> 3769 </context-group>
3857 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group>
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 3771 </trans-unit>
3859 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3772 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3860 <source>Ban reason:</source> 3773 <source>Ban reason:</source>
3861 <target>Raison du bannissement :</target> 3774 <target>Raison du bannissement :</target>
3862 <context-group name="null"> 3775 <context-group name="null">
3863 <context context-type="linenumber">95</context> 3776 <context context-type="linenumber">95</context>
3864 </context-group> 3777 </context-group>
3865 3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group>
3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3779 </trans-unit>
3867 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3780 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3868 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3781 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3869 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3782 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3922,22 +3835,21 @@
3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3923 </trans-unit> 3836 </trans-unit>
3924 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3837 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3925 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3838 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3926 <target state="translated">Vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3839 <target state="translated">Vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3927 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3929 3842 </trans-unit>
3930
3931 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3843 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3932 <source>Total size</source> 3844 <source>Total size</source>
3933 <target state="translated">Taille totale</target> 3845 <target state="translated">Taille totale</target>
3934 3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3847 </trans-unit>
3936 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3848 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3937 <source>List redundancies</source> 3849 <source>List redundancies</source>
3938 <target state="translated">Lister les redondances</target> 3850 <target state="translated">Lister les redondances</target>
3939 3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group>
3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 3852 </trans-unit>
3941 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3853 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3942 <source>Your instance doesn't mirror any video.</source> 3854 <source>Your instance doesn't mirror any video.</source>
3943 <target state="new">Your instance doesn't mirror any video.</target> 3855 <target state="new">Your instance doesn't mirror any video.</target>
@@ -3981,8 +3893,8 @@
3981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3982 </trans-unit> 3894 </trans-unit>
3983 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3895 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3984 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3896 <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>
3985 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3897 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3986 <context-group name="null"> 3898 <context-group name="null">
3987 <context context-type="linenumber">11</context> 3899 <context context-type="linenumber">11</context>
3988 </context-group> 3900 </context-group>
@@ -4035,7 +3947,7 @@
4035 </trans-unit> 3947 </trans-unit>
4036 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html"> 3948 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
4037 <source>No blacklisted video found.</source> 3949 <source>No blacklisted video found.</source>
4038 <target state="new">No blacklisted video found.</target> 3950 <target state="translated">Aucune vidéo en liste noire n'a été trouvée.</target>
4039 <context-group purpose="location"> 3951 <context-group purpose="location">
4040 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3952 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4041 <context context-type="linenumber">94</context> 3953 <context context-type="linenumber">94</context>
@@ -4189,12 +4101,13 @@
4189 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4101 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4190 <source>Open video in a new tab</source> 4102 <source>Open video in a new tab</source>
4191 <target state="translated">Ouvrir la vidéo dans un nouvel onglet</target> 4103 <target state="translated">Ouvrir la vidéo dans un nouvel onglet</target>
4192 4104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group>
4193 4105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group>
4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4107 </trans-unit>
4195 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4108 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4196 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4109 <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>
4197 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4110 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4198 <context-group name="null"> 4111 <context-group name="null">
4199 <context context-type="linenumber">11</context> 4112 <context context-type="linenumber">11</context>
4200 </context-group> 4113 </context-group>
@@ -4203,8 +4116,8 @@
4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4204 </trans-unit> 4117 </trans-unit>
4205 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4118 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4206 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4119 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4207 <target state="translated">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4120 <target state="translated">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4209 </trans-unit> 4122 </trans-unit>
4210 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4123 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4224,9 +4137,9 @@
4224 </context-group> 4137 </context-group>
4225 </trans-unit> 4138 </trans-unit>
4226 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4139 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4227 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 4140 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4228 <target state="new"> 4141 <target state="new">
4229 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4142 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4230 </target> 4143 </target>
4231 <context-group purpose="location"> 4144 <context-group purpose="location">
4232 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4145 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4250,9 +4163,9 @@
4250 </context-group> 4163 </context-group>
4251 </trans-unit> 4164 </trans-unit>
4252 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4165 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4253 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 4166 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4254 <target state="new"> 4167 <target state="new">
4255 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4168 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4256 </target> 4169 </target>
4257 <context-group purpose="location"> 4170 <context-group purpose="location">
4258 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4171 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4269,7 +4182,7 @@
4269 </trans-unit> 4182 </trans-unit>
4270 <trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html"> 4183 <trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4271 <source>Updated</source> 4184 <source>Updated</source>
4272 <target state="new">Updated</target> 4185 <target state="translated">Mise à jour</target>
4273 <context-group purpose="location"> 4186 <context-group purpose="location">
4274 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4187 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4275 <context context-type="linenumber">47</context> 4188 <context context-type="linenumber">47</context>
@@ -4286,7 +4199,7 @@
4286 </trans-unit> 4199 </trans-unit>
4287 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4200 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4288 <source>Mute domain</source> 4201 <source>Mute domain</source>
4289 <target state="new">Mute domain</target> 4202 <target state="translated">Domaine mis en sourdine</target>
4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group> 4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group>
4291 </trans-unit> 4204 </trans-unit>
4292 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4205 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
@@ -4300,8 +4213,8 @@
4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4301 </trans-unit> 4214 </trans-unit>
4302 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4215 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4303 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4216 <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>
4304 <target>Rendu silencieux <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4217 <target>Rendu silencieux <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4305 <context-group name="null"> 4218 <context-group name="null">
4306 <context context-type="linenumber">13</context> 4219 <context context-type="linenumber">13</context>
4307 </context-group> 4220 </context-group>
@@ -4323,7 +4236,7 @@
4323 </trans-unit> 4236 </trans-unit>
4324 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html"> 4237 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4325 <source>No server found matching current filters.</source> 4238 <source>No server found matching current filters.</source>
4326 <target state="new">No server found matching current filters.</target> 4239 <target state="translated">Aucun serveur ne correspond aux critères</target>
4327 <context-group purpose="location"> 4240 <context-group purpose="location">
4328 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4241 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4329 <context context-type="linenumber">51</context> 4242 <context context-type="linenumber">51</context>
@@ -4331,7 +4244,7 @@
4331 </trans-unit> 4244 </trans-unit>
4332 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html"> 4245 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4333 <source>No server found.</source> 4246 <source>No server found.</source>
4334 <target state="new">No server found.</target> 4247 <target state="translated">Aucun serveur trou.</target>
4335 <context-group purpose="location"> 4248 <context-group purpose="location">
4336 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4249 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4337 <context context-type="linenumber">52</context> 4250 <context context-type="linenumber">52</context>
@@ -4347,14 +4260,12 @@
4347 </trans-unit> 4260 </trans-unit>
4348 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4261 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4349 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 4262 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
4350 <target state="new"> 4263 <target state="translated">Il semblerait que votre serveur n'utilise par le protocole sécurisé HTTPS. Vous devez activer une configuration TLS sur votre serveur Web pour suivre d'autres serveurs.</target>
4351 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4352 </target>
4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group> 4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group>
4354 </trans-unit> 4265 </trans-unit>
4355 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4266 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4356 <source>Mute domains</source> 4267 <source>Mute domains</source>
4357 <target state="new">Mute domains</target> 4268 <target state="translated">Domaines en sourdine</target>
4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group> 4269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group>
4359 </trans-unit> 4270 </trans-unit>
4360 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4271 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -4368,7 +4279,7 @@
4368 </trans-unit> 4279 </trans-unit>
4369 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html"> 4280 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4370 <source>No account found matching current filters.</source> 4281 <source>No account found matching current filters.</source>
4371 <target state="new">No account found matching current filters.</target> 4282 <target state="translated">Aucun compte ne correspond aux critères.</target>
4372 <context-group purpose="location"> 4283 <context-group purpose="location">
4373 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4284 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4374 <context context-type="linenumber">58</context> 4285 <context context-type="linenumber">58</context>
@@ -4591,8 +4502,8 @@
4591 </context-group> 4502 </context-group>
4592 </trans-unit> 4503 </trans-unit>
4593 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4504 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4594 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source> 4505 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source>
4595 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target> 4506 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target>
4596 <context-group purpose="location"> 4507 <context-group purpose="location">
4597 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4508 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4598 <context context-type="linenumber">32</context> 4509 <context context-type="linenumber">32</context>
@@ -4640,8 +4551,8 @@
4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4641 </trans-unit> 4552 </trans-unit>
4642 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4553 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4643 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4554 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4644 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4555 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4645 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4646 </trans-unit> 4557 </trans-unit>
4647 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4558 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4683,9 +4594,9 @@
4683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4684 </trans-unit> 4595 </trans-unit>
4685 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4596 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4686 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source> 4597 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source>
4687 <target state="new"> 4598 <target state="new">
4688 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. 4599 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team.
4689 </target> 4600 </target>
4690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4691 </trans-unit> 4602 </trans-unit>
@@ -4698,12 +4609,9 @@
4698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4699 </trans-unit> 4610 </trans-unit>
4700 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4611 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4701 <source> 4612 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4702 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4703 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4704 </source>
4705 <target state="new"> 4613 <target state="new">
4706 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4614 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4707 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4615 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4708 </target> 4616 </target>
4709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4717,9 +4625,9 @@
4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4718 </trans-unit> 4626 </trans-unit>
4719 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4627 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4720 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 4628 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
4721 <target state="new"> 4629 <target state="new">
4722 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4630 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
4723 </target> 4631 </target>
4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4725 </trans-unit> 4633 </trans-unit>
@@ -4874,9 +4782,9 @@
4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4875 </trans-unit> 4783 </trans-unit>
4876 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4784 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4877 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4785 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4878 <target state="new"> 4786 <target state="new">
4879 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4787 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4880 </target> 4788 </target>
4881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4882 </trans-unit> 4790 </trans-unit>
@@ -4939,9 +4847,9 @@
4939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4940 </trans-unit> 4848 </trans-unit>
4941 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4849 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4942 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source> 4850 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source>
4943 <target state="new"> 4851 <target state="new">
4944 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4852 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually.
4945 </target> 4853 </target>
4946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4947 </trans-unit> 4855 </trans-unit>
@@ -5052,7 +4960,7 @@
5052 </trans-unit> 4960 </trans-unit>
5053 <trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html"> 4961 <trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html">
5054 <source>NEW USER</source> 4962 <source>NEW USER</source>
5055 <target state="new">NEW USER</target> 4963 <target state="translated">NOUVEL UTILISATEUR</target>
5056 <context-group purpose="location"> 4964 <context-group purpose="location">
5057 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4965 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
5058 <context context-type="linenumber">73</context> 4966 <context context-type="linenumber">73</context>
@@ -5082,7 +4990,7 @@
5082 </trans-unit> 4990 </trans-unit>
5083 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4991 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
5084 <source>NEW VIDEOS</source> 4992 <source>NEW VIDEOS</source>
5085 <target state="new">NEW VIDEOS</target> 4993 <target state="translated">NOUVELLES VIDÉOS</target>
5086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group> 4994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group>
5087 </trans-unit> 4995 </trans-unit>
5088 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4996 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
@@ -5107,19 +5015,19 @@
5107 </trans-unit> 5015 </trans-unit>
5108 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5016 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
5109 <source>FEDERATION</source> 5017 <source>FEDERATION</source>
5110 <target state="new">FEDERATION</target> 5018 <target state="translated">FÉDÉRATION</target>
5111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
5112 </trans-unit> 5020 </trans-unit>
5113 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5021 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5114 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source> 5022 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source>
5115 <target state="new"> 5023 <target state="new">
5116 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 5024 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances.
5117 </target> 5025 </target>
5118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
5119 </trans-unit> 5027 </trans-unit>
5120 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5028 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5121 <source>Other instances can follow yours</source> 5029 <source>Other instances can follow yours</source>
5122 <target state="new">Other instances can follow yours</target> 5030 <target state="translated">D'autres instances peuvent suivre la votre.</target>
5123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group> 5031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group>
5124 </trans-unit> 5032 </trans-unit>
5125 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5033 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
@@ -5133,9 +5041,9 @@
5133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
5134 </trans-unit> 5042 </trans-unit>
5135 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5043 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5136 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5044 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5137 <target state="new"> 5045 <target state="new">
5138 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5046 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
5139 </target> 5047 </target>
5140 <context-group purpose="location"> 5048 <context-group purpose="location">
5141 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5049 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -5159,7 +5067,7 @@
5159 </trans-unit> 5067 </trans-unit>
5160 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5068 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5161 <source>Automatically follow instances of a public index</source> 5069 <source>Automatically follow instances of a public index</source>
5162 <target state="new">Automatically follow instances of a public index</target> 5070 <target state="translated">Suivre automatiquement les instances listées sur un index public.</target>
5163 <context-group purpose="location"> 5071 <context-group purpose="location">
5164 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5072 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5165 <context context-type="linenumber">445</context> 5073 <context context-type="linenumber">445</context>
@@ -5231,18 +5139,12 @@
5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
5232 </trans-unit> 5140 </trans-unit>
5233 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5141 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5234 <source> 5142 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source>
5235 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5236 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5237 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5238 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5239 to see if you instance is whitelisted.
5240 </source>
5241 <target state="new"> 5143 <target state="new">
5242 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5144 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5243 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5145 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5244 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5146 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5245 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 5147 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
5246 to see if you instance is whitelisted. 5148 to see if you instance is whitelisted.
5247 </target> 5149 </target>
5248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -5261,10 +5163,7 @@
5261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
5262 </trans-unit> 5164 </trans-unit>
5263 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5165 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5264 <source> 5166 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
5265 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5266 resources, this is a critical part of PeerTube, so tread carefully.
5267 </source>
5268 <target state="new"> 5167 <target state="new">
5269 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5168 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5270 resources, this is a critical part of PeerTube, so tread carefully. 5169 resources, this is a critical part of PeerTube, so tread carefully.
@@ -5289,7 +5188,7 @@
5289 </trans-unit> 5188 </trans-unit>
5290 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5189 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5291 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5190 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5292 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5191 <target state="translated">Autoriser les utilisateurs à téléverser des vidéos avec les extensions .mkv, .mov, .avi et .flv</target>
5293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 5192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group>
5294 </trans-unit> 5193 </trans-unit>
5295 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5194 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
@@ -5302,7 +5201,7 @@
5302 </trans-unit> 5201 </trans-unit>
5303 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5202 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5304 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5203 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5305 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5204 <target state="translated">Autoriser les utilisateurs à téléverser des fichiers audio qui seront fusionnés dans un film avec l'image utilisée pour la prévisualisation.</target>
5306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group> 5205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group>
5307 </trans-unit> 5206 </trans-unit>
5308 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5207 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
@@ -5314,23 +5213,15 @@
5314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5315 </trans-unit> 5214 </trans-unit>
5316 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5215 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5317 <source> 5216 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source>
5318 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5319
5320 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5321
5322 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5323
5324 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5325 </source>
5326 <target state="new"> 5217 <target state="new">
5327 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 5218 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
5328 5219
5329 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5220 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
5330 5221
5331 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5222 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5332 5223
5333 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 5224 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
5334 </target> 5225 </target>
5335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5336 </trans-unit> 5227 </trans-unit>
@@ -5340,29 +5231,18 @@
5340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5341 </trans-unit> 5232 </trans-unit>
5342 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5233 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5343 <source> 5234 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source>
5344 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5345
5346 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5347 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5348 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5349 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5350 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5351 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5352
5353 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5354 </source>
5355 <target state="new"> 5235 <target state="new">
5356 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 5236 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
5357 5237
5358 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5238 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
5359 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 5239 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/>
5360 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5240 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
5361 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5241 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
5362 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5242 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
5363 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 5243 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/>
5364 5244
5365 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5245 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
5366 </target> 5246 </target>
5367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5368 </trans-unit> 5248 </trans-unit>
@@ -5427,36 +5307,25 @@
5427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5428 </trans-unit> 5308 </trans-unit>
5429 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5309 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5430 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 5310 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5431 <target state="new"> 5311 <target state="new">
5432 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5312 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5433 </target> 5313 </target>
5434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5435 </trans-unit> 5315 </trans-unit>
5436 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5316 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5437 <source> 5317 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5438 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5439 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5440 color: red;
5441 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5442 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5443 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5444 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5445 color: red;
5446 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5447 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5448 </source>
5449 <target state="new"> 5318 <target state="new">
5450 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5319 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5451 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5320 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5452 color: red; 5321 color: red;
5453 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5322 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5454 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5323 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5455 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5324 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5456 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5325 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5457 color: red; 5326 color: red;
5458 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5327 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5459 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5328 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5460 </target> 5329 </target>
5461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5462 </trans-unit> 5331 </trans-unit>
@@ -5647,8 +5516,8 @@
5647 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5516 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5648 </trans-unit> 5517 </trans-unit>
5649 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5518 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5650 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 5519 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
5651 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, une confirmation sera demandée pour regarder la vidéo. </target> 5520 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, une confirmation sera demandée pour regarder la vidéo. </target>
5652 <context-group purpose="location"> 5521 <context-group purpose="location">
5653 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5522 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5654 <context context-type="linenumber">6</context> 5523 <context context-type="linenumber">6</context>
@@ -5677,9 +5546,9 @@
5677 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5546 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5678 </trans-unit> 5547 </trans-unit>
5679 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5548 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5680 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 5549 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
5681 <target> 5550 <target>
5682 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 5551 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
5683</target> 5552</target>
5684 <context-group name="null"> 5553 <context-group name="null">
5685 <context context-type="linenumber">4</context> 5554 <context context-type="linenumber">4</context>
@@ -5687,9 +5556,9 @@
5687 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5688 </trans-unit> 5557 </trans-unit>
5689 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5558 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5690 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source> 5559 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source>
5691 <target> 5560 <target>
5692 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> est en attente de la vérification de votre courriel. 5561 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> est en attente de la vérification de votre courriel.
5693</target> 5562</target>
5694 <context-group name="null"> 5563 <context-group name="null">
5695 <context context-type="linenumber">8</context> 5564 <context context-type="linenumber">8</context>
@@ -5759,9 +5628,9 @@
5759 <context-group name="null"> 5628 <context-group name="null">
5760 <context context-type="linenumber">22</context> 5629 <context context-type="linenumber">22</context>
5761 </context-group> 5630 </context-group>
5762 5631 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group>
5763 5632 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group>
5764 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 5633 </trans-unit>
5765 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5634 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5766 <source>Select the next owner</source> 5635 <source>Select the next owner</source>
5767 <target>Sélectionner la·e prochain·e propriétaire</target> 5636 <target>Sélectionner la·e prochain·e propriétaire</target>
@@ -5771,8 +5640,8 @@
5771 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5640 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5772 </trans-unit> 5641 </trans-unit>
5773 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5642 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5774 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 5643 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5775 <target state="translated">Vidéos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5644 <target state="translated">Vidéos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5776 <context-group purpose="location"> 5645 <context-group purpose="location">
5777 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5646 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5778 <context context-type="linenumber">2</context> 5647 <context context-type="linenumber">2</context>
@@ -5808,13 +5677,10 @@
5808 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5677 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5809 </trans-unit> 5678 </trans-unit>
5810 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5679 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5811 <source> 5680 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source>
5812 Created
5813 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5814 </source>
5815 <target> 5681 <target>
5816 Créé 5682 Créé
5817 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 5683 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
5818 </target> 5684 </target>
5819 <context-group name="null"> 5685 <context-group name="null">
5820 <context context-type="linenumber">15</context> 5686 <context context-type="linenumber">15</context>
@@ -5886,9 +5752,8 @@
5886 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5752 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5887 </trans-unit> 5753 </trans-unit>
5888 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5754 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5889 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5755 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5890 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5756 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
5891 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5892 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5757 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5893 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5758 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5894 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5759 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5986,12 +5851,9 @@
5986 </context-group> 5851 </context-group>
5987 </trans-unit> 5852 </trans-unit>
5988 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5853 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5989 <source> 5854 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source>
5990 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5991 Delete history
5992 </source>
5993 <target> 5855 <target>
5994 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5856 <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;"/>
5995 Supprimer l'historique 5857 Supprimer l'historique
5996 </target> 5858 </target>
5997 <context-group name="null"> 5859 <context-group name="null">
@@ -6008,12 +5870,9 @@
6008 </context-group> 5870 </context-group>
6009 </trans-unit> 5871 </trans-unit>
6010 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5872 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
6011 <source> 5873 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source>
6012 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
6013 Notification preferences
6014 </source>
6015 <target> 5874 <target>
6016 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5875 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
6017 Préférences de notification 5876 Préférences de notification
6018 </target> 5877 </target>
6019 <context-group name="null"> 5878 <context-group name="null">
@@ -6093,8 +5952,8 @@
6093 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5952 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
6094 </trans-unit> 5953 </trans-unit>
6095 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5954 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
6096 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 5955 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
6097 <target state="translated">Listes de lecture <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5956 <target state="translated">Listes de lecture <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
6098 <context-group purpose="location"> 5957 <context-group purpose="location">
6099 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5958 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
6100 <context context-type="linenumber">2</context> 5959 <context context-type="linenumber">2</context>
@@ -6122,8 +5981,8 @@
6122 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 5981 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
6123 </trans-unit> 5982 </trans-unit>
6124 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5983 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
6125 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5984 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6126 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 5985 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
6127 <context-group purpose="location"> 5986 <context-group purpose="location">
6128 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5987 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
6129 <context context-type="linenumber">13</context> 5988 <context context-type="linenumber">13</context>
@@ -6578,27 +6437,23 @@
6578 </context-group> 6437 </context-group>
6579 </trans-unit> 6438 </trans-unit>
6580 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6439 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6581 <source> 6440 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6582 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6441 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
6583 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6584 </source>
6585 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6586 <context-group purpose="location"> 6442 <context-group purpose="location">
6587 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6443 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6588 <context context-type="linenumber">13</context> 6444 <context context-type="linenumber">13</context>
6589 </context-group> 6445 </context-group>
6590 </trans-unit> 6446 </trans-unit>
6591 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6447 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6592 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 6448 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6593 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 6449 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
6594 <context-group purpose="location"> 6450 <context-group purpose="location">
6595 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6451 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6596 <context context-type="linenumber">18</context> 6452 <context context-type="linenumber">18</context>
6597 </context-group> 6453 </context-group>
6598 </trans-unit> 6454 </trans-unit>
6599 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6455 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6600 <source>Use PeerTube 6456 <source>Use PeerTube documentation</source>
6601 documentation</source>
6602 <target state="translated">Utiliser la documentation de PeerTube</target> 6457 <target state="translated">Utiliser la documentation de PeerTube</target>
6603 <context-group purpose="location"> 6458 <context-group purpose="location">
6604 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6459 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6614,8 +6469,7 @@
6614 </context-group> 6469 </context-group>
6615 </trans-unit> 6470 </trans-unit>
6616 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6471 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6617 <source>PeerTube 6472 <source>PeerTube Applications</source>
6618 Applications</source>
6619 <target state="translated">Applications PeerTube</target> 6473 <target state="translated">Applications PeerTube</target>
6620 <context-group purpose="location"> 6474 <context-group purpose="location">
6621 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6475 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6631,8 +6485,7 @@
6631 </context-group> 6485 </context-group>
6632 </trans-unit> 6486 </trans-unit>
6633 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6487 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6634 <source>Contribute on 6488 <source>Contribute on PeerTube</source>
6635 PeerTube</source>
6636 <target state="translated">Contribuer à PeerTube</target> 6489 <target state="translated">Contribuer à PeerTube</target>
6637 <context-group purpose="location"> 6490 <context-group purpose="location">
6638 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6491 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6656,11 +6509,7 @@
6656 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6509 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6657 </trans-unit> 6510 </trans-unit>
6658 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6511 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6659 <source> 6512 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source>
6660 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6661 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6662 follows applies only if you want to keep using the P2P mode of PeerTube.
6663 </source>
6664 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target> 6513 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target>
6665 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6514 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6666 </trans-unit> 6515 </trans-unit>
@@ -6673,27 +6522,17 @@
6673 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6522 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6674 </trans-unit> 6523 </trans-unit>
6675 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6524 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6676 <source> 6525 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source>
6677 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6678 In practice, this is much more difficult because:
6679 </source>
6680 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target> 6526 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target>
6681 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6527 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6682 </trans-unit> 6528 </trans-unit>
6683 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6529 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6684 <source> 6530 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source>
6685 An HTTP request has to be sent on each tracker for each video to spy.
6686 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6687 </source>
6688 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target> 6531 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target>
6689 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6532 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6690 </trans-unit> 6533 </trans-unit>
6691 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6534 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6692 <source> 6535 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source>
6693 For each request sent, the tracker returns random peers at a limited number.
6694 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
6695 requests sent to know every peer in the swarm
6696 </source>
6697 <target state="new"> 6536 <target state="new">
6698 For each request sent, the tracker returns random peers at a limited number. 6537 For each request sent, the tracker returns random peers at a limited number.
6699 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 6538 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
@@ -6710,10 +6549,7 @@
6710 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6549 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6711 </trans-unit> 6550 </trans-unit>
6712 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6551 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6713 <source> 6552 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source>
6714 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
6715 video
6716 </source>
6717 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target> 6553 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target>
6718 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6554 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6719 </trans-unit> 6555 </trans-unit>
@@ -6723,21 +6559,12 @@
6723 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6559 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6724 </trans-unit> 6560 </trans-unit>
6725 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6561 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6726 <source> 6562 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source>
6727 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the 6563 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour plus d’informations </target>
6728 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6729 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6730 to forward the information to.
6731 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6732 </source>
6733 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour plus d’informations </target>
6734 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6564 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6735 </trans-unit> 6565 </trans-unit>
6736 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6566 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6737 <source> 6567 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source>
6738 The worst-case scenario of an average person spying on their friends is quite unlikely.
6739 There are much more effective ways to get that kind of information.
6740 </source>
6741 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target> 6568 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target>
6742 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6569 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6743 </trans-unit> 6570 </trans-unit>
@@ -6750,11 +6577,7 @@
6750 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6577 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6751 </trans-unit> 6578 </trans-unit>
6752 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6579 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6753 <source> 6580 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
6754 The threats to privacy with YouTube are different from PeerTube's.
6755 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6756 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6757 </source>
6758 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target> 6581 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target>
6759 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6582 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6760 </trans-unit> 6583 </trans-unit>
@@ -6767,12 +6590,7 @@
6767 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6590 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6768 </trans-unit> 6591 </trans-unit>
6769 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6592 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6770 <source> 6593 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
6771 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6772 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6773 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6774 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6775 </source>
6776 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target> 6594 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target>
6777 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6595 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6778 </trans-unit> 6596 </trans-unit>
@@ -6785,10 +6603,7 @@
6785 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6603 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6786 </trans-unit> 6604 </trans-unit>
6787 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6605 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6788 <source> 6606 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source>
6789 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6790 and render attacks less likely. Here is what we put in place so far:
6791 </source>
6792 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target> 6607 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target>
6793 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6608 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6794 </trans-unit> 6609 </trans-unit>
@@ -6813,10 +6628,7 @@
6813 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6628 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6814 </trans-unit> 6629 </trans-unit>
6815 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6630 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6816 <source> 6631 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
6817 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6818 WebRTC in your browser.
6819 </source>
6820 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target> 6632 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target>
6821 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6633 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6822 </trans-unit> 6634 </trans-unit>
@@ -6853,8 +6665,8 @@
6853 </context-group> 6665 </context-group>
6854 </trans-unit> 6666 </trans-unit>
6855 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6667 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6856 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 6668 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
6857 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 6669 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
6858 <context-group purpose="location"> 6670 <context-group purpose="location">
6859 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6671 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6860 <context context-type="linenumber">3</context> 6672 <context context-type="linenumber">3</context>
@@ -6937,11 +6749,8 @@
6937 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6749 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6938 </trans-unit> 6750 </trans-unit>
6939 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6751 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6940 <source> 6752 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source>
6941 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 6753 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target>
6942 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6943 </source>
6944 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target>
6945 <context-group name="null"> 6754 <context-group name="null">
6946 <context context-type="linenumber">4</context> 6755 <context context-type="linenumber">4</context>
6947 </context-group> 6756 </context-group>
@@ -7015,16 +6824,11 @@
7015 </context-group> 6824 </context-group>
7016 </trans-unit> 6825 </trans-unit>
7017 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6826 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
7018 <source> 6827 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source>
7019 I am at least 16 years old and agree
7020 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
7021 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
7022 of this instance
7023 </source>
7024 <target> 6828 <target>
7025 J'ai au moins 16 ans et je suis d'accord 6829 J'ai au moins 16 ans et je suis d'accord
7026 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 6830 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
7027 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 6831 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
7028 de cette instance 6832 de cette instance
7029 </target> 6833 </target>
7030 <context-group name="null"> 6834 <context-group name="null">
@@ -7127,8 +6931,8 @@
7127 </context-group> 6931 </context-group>
7128 </trans-unit> 6932 </trans-unit>
7129 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6933 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
7130 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source> 6934 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
7131 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> qui conserve le son original, sans la vidéo</target> 6935 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> qui conserve le son original, sans la vidéo</target>
7132 <context-group purpose="location"> 6936 <context-group purpose="location">
7133 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7134 <context context-type="linenumber">1</context> 6938 <context context-type="linenumber">1</context>
@@ -8835,8 +8639,8 @@
8835 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8639 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8836 </trans-unit> 8640 </trans-unit>
8837 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8641 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8838 <source>Long (> 10 min)</source> 8642 <source>Long (&gt; 10 min)</source>
8839 <target>Longue (> 10 min)</target> 8643 <target>Longue (&gt; 10 min)</target>
8840 <context-group name="null"> 8644 <context-group name="null">
8841 <context context-type="linenumber">1</context> 8645 <context context-type="linenumber">1</context>
8842 </context-group> 8646 </context-group>
@@ -10195,8 +9999,8 @@
10195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
10196 </trans-unit> 10000 </trans-unit>
10197 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10001 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
10198 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source> 10002 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
10199 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> supportant :</target> 10003 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> supportant :</target>
10200 <context-group name="null"> 10004 <context-group name="null">
10201 <context context-type="linenumber">1</context> 10005 <context context-type="linenumber">1</context>
10202 </context-group> 10006 </context-group>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index 576e3ee13..0966753f0 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou un novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou un novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -273,46 +273,40 @@
273 </trans-unit> 273 </trans-unit>
274 <trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html"> 274 <trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html">
275 <source>The notification concerns a video now unavailable</source> 275 <source>The notification concerns a video now unavailable</source>
276 <target state="new"> 276 <target state="translated">A notificación refírese a un vídeo non dispoñible</target>
277 The notification concerns a video now unavailable
278 </target>
279 <context-group purpose="location"> 277 <context-group purpose="location">
280 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 278 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
281 <context context-type="linenumber">23</context> 279 <context context-type="linenumber">23</context>
282 </context-group> 280 </context-group>
283 </trans-unit> 281 </trans-unit>
284 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
285 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source>
286 <target state="new"> 284 <target state="translated">O 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 sacado da lista de bloqueo </target>
287 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted
288 </target>
289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
290 </trans-unit> 286 </trans-unit>
291 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
292 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source>
293 <target state="new"> 289 <target state="translated">O 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;"/> meteuse na lista negra </target>
294 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted
295 </target>
296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
297 </trans-unit> 291 </trans-unit>
298 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
299 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
300 <target state="new"> 294 <target state="new">
301 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 295 <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;"/>
302 </target> 296 </target>
303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
304 </trans-unit> 298 </trans-unit>
305 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
306 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
307 <target state="new"> 301 <target state="new">
308 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 302 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
309 </target> 303 </target>
310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
311 </trans-unit> 305 </trans-unit>
312 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 306 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
313 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 307 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
314 <target state="new"> 308 <target state="new">
315 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 309 <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;"/>
316 </target> 310 </target>
317 <context-group purpose="location"> 311 <context-group purpose="location">
318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 312 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -330,30 +324,30 @@
330 </context-group> 324 </context-group>
331 </trans-unit> 325 </trans-unit>
332 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 326 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
333 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source> 327 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source>
334 <target state="new"> 328 <target state="new">
335 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published 329 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
336 </target> 330 </target>
337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
338 </trans-unit> 332 </trans-unit>
339 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 333 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
340 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 334 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
341 <target state="new"> 335 <target state="new">
342 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 336 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
343 </target> 337 </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
345 </trans-unit> 339 </trans-unit>
346 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 340 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 341 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
348 <target state="new"> 342 <target state="new">
349 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 343 <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
350 </target> 344 </target>
351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
352 </trans-unit> 346 </trans-unit>
353 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 347 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
354 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source> 348 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source>
355 <target state="new"> 349 <target state="new">
356 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance 350 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance
357 </target> 351 </target>
358 <context-group purpose="location"> 352 <context-group purpose="location">
359 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -361,42 +355,34 @@
361 </context-group> 355 </context-group>
362 </trans-unit> 356 </trans-unit>
363 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 357 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
364 <source> 358 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
365 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
366
367 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
368 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
369 </source>
370 <target state="new"> 359 <target state="new">
371 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 360 <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
372 361
373 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 362 <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;"/>
374 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 363 <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;"/>
375 </target> 364 </target>
376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
377 </trans-unit> 366 </trans-unit>
378 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 367 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
379 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 368 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
380 <target state="new"> 369 <target state="new">
381 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 370 <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 </target> 371 </target>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
384 </trans-unit> 373 </trans-unit>
385 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 374 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
386 <source> 375 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
387 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
388 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
389 </source>
390 <target state="new"> 376 <target state="new">
391 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 377 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
392 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 378 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
393 </target> 379 </target>
394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
395 </trans-unit> 381 </trans-unit>
396 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 382 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
397 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 383 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
398 <target state="new"> 384 <target state="new">
399 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 385 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
400 </target> 386 </target>
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
402 </trans-unit> 388 </trans-unit>
@@ -441,20 +427,20 @@
441 <context-group name="null"> 427 <context-group name="null">
442 <context context-type="linenumber">61</context> 428 <context context-type="linenumber">61</context>
443 </context-group> 429 </context-group>
444 430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group>
445 431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
446 432 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group>
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 433 </trans-unit>
448 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 434 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
449 <source>Stop at</source> 435 <source>Stop at</source>
450 <target>Parar en</target> 436 <target>Parar en</target>
451 <context-group name="null"> 437 <context-group name="null">
452 <context context-type="linenumber">112</context> 438 <context context-type="linenumber">112</context>
453 </context-group> 439 </context-group>
454 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group>
455 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group>
456 442 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group>
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 443 </trans-unit>
458 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 444 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
459 <source>Search playlists</source> 445 <source>Search playlists</source>
460 <target state="new">Search playlists</target> 446 <target state="new">Search playlists</target>
@@ -579,9 +565,9 @@
579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
580 </trans-unit> 566 </trans-unit>
581 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 567 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
582 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source> 568 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source>
583 <target state="new"> 569 <target state="new">
584 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. 570 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>.
585 </target> 571 </target>
586 <context-group purpose="location"> 572 <context-group purpose="location">
587 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 573 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -717,36 +703,37 @@
717 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 703 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
718 <source>Deleted</source> 704 <source>Deleted</source>
719 <target state="new">Deleted</target> 705 <target state="new">Deleted</target>
720 706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group>
721 707 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group>
722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group>
709 </trans-unit>
723 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 710 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
724 <source>Edit starts/stops at</source> 711 <source>Edit starts/stops at</source>
725 <target>A edición inicia/para en</target> 712 <target>A edición inicia/para en</target>
726 <context-group name="null"> 713 <context-group name="null">
727 <context context-type="linenumber">48</context> 714 <context context-type="linenumber">48</context>
728 </context-group> 715 </context-group>
729 716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group>
730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 717 </trans-unit>
731 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 718 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
732 <source>Save</source> 719 <source>Save</source>
733 <target>Gardar</target> 720 <target>Gardar</target>
734 <context-group name="null"> 721 <context-group name="null">
735 <context context-type="linenumber">15</context> 722 <context context-type="linenumber">15</context>
736 </context-group> 723 </context-group>
737 724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group>
738 725 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group>
739 726 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group>
740 727 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 728 </trans-unit>
742 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 729 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
743 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 730 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
744 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 731 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
745 <context-group name="null"> 732 <context-group name="null">
746 <context context-type="linenumber">85</context> 733 <context context-type="linenumber">85</context>
747 </context-group> 734 </context-group>
748 735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group>
749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 736 </trans-unit>
750 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 737 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
751 <source>No results.</source> 738 <source>No results.</source>
752 <target>Sin resultados.</target> 739 <target>Sin resultados.</target>
@@ -874,13 +861,10 @@
874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
875 </trans-unit> 862 </trans-unit>
876 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 863 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
877 <source> 864 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
878 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
879 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
880 </source>
881 <target> 865 <target>
882 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Subscrición remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 866 <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;"/>
883 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 867 <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;"/>
884 </target> 868 </target>
885 <context-group name="null"> 869 <context-group name="null">
886 <context context-type="linenumber">10</context> 870 <context context-type="linenumber">10</context>
@@ -888,12 +872,9 @@
888 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
889 </trans-unit> 873 </trans-unit>
890 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 874 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
891 <source> 875 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source>
892 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
893 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
894 </source>
895 <target state="new"> 876 <target state="new">
896 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 877 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
897 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 878 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
898 </target> 879 </target>
899 <context-group purpose="location"> 880 <context-group purpose="location">
@@ -902,12 +883,9 @@
902 </context-group> 883 </context-group>
903 </trans-unit> 884 </trans-unit>
904 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 885 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
905 <source> 886 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source>
906 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
907 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
908 </source>
909 <target state="new"> 887 <target state="new">
910 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 888 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
911 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 889 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
912 </target> 890 </target>
913 <context-group purpose="location"> 891 <context-group purpose="location">
@@ -924,13 +902,10 @@
924 </context-group> 902 </context-group>
925 </trans-unit> 903 </trans-unit>
926 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 904 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
927 <source> 905 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source>
928 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
929 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
930 </source>
931 <target state="new"> 906 <target state="new">
932 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 907 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
933 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 908 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
934 </target> 909 </target>
935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
936 </trans-unit> 911 </trans-unit>
@@ -977,9 +952,9 @@
977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
978 </trans-unit> 953 </trans-unit>
979 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 954 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
980 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source> 955 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
981 <target> 956 <target>
982 Sen límite <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> diario)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 957 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;"/>
983 </target> 958 </target>
984 <context-group name="null"> 959 <context-group name="null">
985 <context context-type="linenumber">53</context> 960 <context context-type="linenumber">53</context>
@@ -1129,20 +1104,20 @@
1129 <context-group name="null"> 1104 <context-group name="null">
1130 <context context-type="linenumber">23</context> 1105 <context context-type="linenumber">23</context>
1131 </context-group> 1106 </context-group>
1132 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group>
1133 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group>
1134 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group>
1135 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1136 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
1137 1112 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group>
1138 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</context></context-group>
1139 1114 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group>
1140 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
1141 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1142 1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
1143 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group>
1144 1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group>
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1120 </trans-unit>
1146 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1121 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1147 <source>Ban this user</source> 1122 <source>Ban this user</source>
1148 <target>Vetar esta usuaria</target> 1123 <target>Vetar esta usuaria</target>
@@ -1157,8 +1132,9 @@
1157 <context-group name="null"> 1132 <context-group name="null">
1158 <context context-type="linenumber">11</context> 1133 <context context-type="linenumber">11</context>
1159 </context-group> 1134 </context-group>
1160 1135 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group>
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group>
1137 </trans-unit>
1162 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1138 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1163 <source>Login</source> 1139 <source>Login</source>
1164 <target> 1140 <target>
@@ -1168,78 +1144,71 @@
1168 <context context-type="linenumber">2</context> 1144 <context context-type="linenumber">2</context>
1169 </context-group> 1145 </context-group>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1171 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1147 </trans-unit>
1172 <source> 1148 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1173 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1149 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1174 </source><target state="new"> 1150 <target state="new">
1175 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1151 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1176 </target> 1152 </target>
1177 <context-group purpose="location"> 1153 <context-group purpose="location">
1178 <context context-type="sourcefile">src/app/login/login.component.html</context> 1154 <context context-type="sourcefile">src/app/login/login.component.html</context>
1179 <context context-type="linenumber">6</context> 1155 <context context-type="linenumber">6</context>
1180 </context-group> 1156 </context-group>
1181 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html"> 1157 </trans-unit>
1182 <source> 1158 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1183 If you are looking for an account… 1159 <source>If you are looking for an account…</source>
1184 </source><target state="new"> 1160 <target state="new">
1185 If you are looking for an account… 1161 If you are looking for an account…
1186 </target> 1162 </target>
1187 <context-group purpose="location"> 1163 <context-group purpose="location">
1188 <context context-type="sourcefile">src/app/login/login.component.html</context> 1164 <context context-type="sourcefile">src/app/login/login.component.html</context>
1189 <context context-type="linenumber">12</context> 1165 <context context-type="linenumber">12</context>
1190 </context-group> 1166 </context-group>
1191 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1167 </trans-unit>
1192 <source> 1168 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1193 Currently this instance doesn't allow for user registration, but you can find an instance 1169 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1194 that gives you the possibility to sign up for an account and upload your videos there. 1170 <target state="new">
1195
1196 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1197
1198 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1199 </source><target state="new">
1200 Currently this instance doesn't allow for user registration, but you can find an instance 1171 Currently this instance doesn't allow for user registration, but you can find an instance
1201 that gives you the possibility to sign up for an account and upload your videos there. 1172 that gives you the possibility to sign up for an account and upload your videos there.
1202 1173
1203 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1174 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1204 1175
1205 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1176 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1206 </target> 1177 </target>
1207 <context-group purpose="location"> 1178 <context-group purpose="location">
1208 <context context-type="sourcefile">src/app/login/login.component.html</context> 1179 <context context-type="sourcefile">src/app/login/login.component.html</context>
1209 <context context-type="linenumber">16</context> 1180 <context context-type="linenumber">16</context>
1210 </context-group> 1181 </context-group>
1211 </trans-unit> 1182 </trans-unit>
1212
1213
1214 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 1183 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
1215 <source>Request new verification email.</source> 1184 <source>Request new verification email.</source>
1216 <target>Solicitar novo correo de validación.</target> 1185 <target>Solicitar novo correo de validación.</target>
1217 <context-group name="null"> 1186 <context-group name="null">
1218 <context context-type="linenumber">16</context> 1187 <context context-type="linenumber">16</context>
1219 </context-group> 1188 </context-group>
1220 1189 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group>
1221 1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group>
1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1191 </trans-unit>
1223 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1192 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1224 <source>User</source> 1193 <source>User</source>
1225 <target>Usuaria</target> 1194 <target>Usuaria</target>
1226 <context-group name="null"> 1195 <context-group name="null">
1227 <context context-type="linenumber">13</context> 1196 <context context-type="linenumber">13</context>
1228 </context-group> 1197 </context-group>
1229 1198 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group>
1230 1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
1231 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1200 </trans-unit>
1232 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1201 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1233 <source>Username or email address</source> 1202 <source>Username or email address</source>
1234 <target>Nome de usuaria ou enderezo de correo</target> 1203 <target>Nome de usuaria ou enderezo de correo</target>
1235 <context-group name="null"> 1204 <context-group name="null">
1236 <context context-type="linenumber">15</context> 1205 <context context-type="linenumber">15</context>
1237 </context-group> 1206 </context-group>
1238 1207 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group>
1239 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html"> 1208 </trans-unit>
1240 <source> 1209 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1241 or create an account 1210 <source>or create an account</source>
1242 </source><target state="new"> 1211 <target state="new">
1243 or create an account 1212 or create an account
1244 </target> 1213 </target>
1245 <context-group purpose="location"> 1214 <context-group purpose="location">
@@ -1247,37 +1216,38 @@
1247 <context context-type="linenumber">40</context> 1216 <context context-type="linenumber">40</context>
1248 </context-group> 1217 </context-group>
1249 </trans-unit> 1218 </trans-unit>
1250
1251 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1219 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1252 <source>Password</source> 1220 <source>Password</source>
1253 <target>Contrasinal</target> 1221 <target>Contrasinal</target>
1254 <context-group name="null"> 1222 <context-group name="null">
1255 <context context-type="linenumber">54</context> 1223 <context context-type="linenumber">54</context>
1256 </context-group> 1224 </context-group>
1257 1225 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1258 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1259 1227 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group>
1260 1228 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group>
1261 1229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group>
1262 1230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group>
1263 1231 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group>
1264 1232 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group>
1265 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit> 1233 </trans-unit>
1266 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1234 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1267 <source>Click here to reset your password</source> 1235 <source>Click here to reset your password</source>
1268 <target state="new">Click here to reset your password</target> 1236 <target state="new">Click here to reset your password</target>
1269 1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group>
1270 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 1238 </trans-unit>
1271 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1239 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1272 <source>Login</source> 1240 <source>Login</source>
1273 <target>Conectar</target> 1241 <target>Conectar</target>
1274 <context-group name="null"> 1242 <context-group name="null">
1275 <context context-type="linenumber">32</context> 1243 <context context-type="linenumber">32</context>
1276 </context-group> 1244 </context-group>
1277 1245 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1278 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group>
1279 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html"> 1247 </trans-unit>
1280 <source>Or sign in with</source><target state="new">Or sign in with</target> 1248 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1249 <source>Or sign in with</source>
1250 <target state="new">Or sign in with</target>
1281 <context-group purpose="location"> 1251 <context-group purpose="location">
1282 <context context-type="sourcefile">src/app/login/login.component.html</context> 1252 <context context-type="sourcefile">src/app/login/login.component.html</context>
1283 <context context-type="linenumber">68</context> 1253 <context context-type="linenumber">68</context>
@@ -1289,47 +1259,47 @@
1289 <context-group name="null"> 1259 <context-group name="null">
1290 <context context-type="linenumber">58</context> 1260 <context context-type="linenumber">58</context>
1291 </context-group> 1261 </context-group>
1292 1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group>
1293 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 1263 </trans-unit>
1294 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1264 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1295 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1265 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1296 <target state="new"> 1266 <target state="new">
1297 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1267 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1298 </target> 1268 </target>
1299 1269 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group>
1300 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1270 </trans-unit>
1301 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1271 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1302 <source>Email</source> 1272 <source>Email</source>
1303 <target>Correo electrónico</target> 1273 <target>Correo electrónico</target>
1304 <context-group name="null"> 1274 <context-group name="null">
1305 <context context-type="linenumber">43</context> 1275 <context context-type="linenumber">43</context>
1306 </context-group> 1276 </context-group>
1307 1277 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1308 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group>
1309 1279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group>
1310 1280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group>
1311 1281 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group>
1312 1282 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group>
1313 1283 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group>
1314 1284 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group>
1315 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1285 </trans-unit>
1316 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1286 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1317 <source>Email address</source> 1287 <source>Email address</source>
1318 <target>Enderezo de correo electrónico</target> 1288 <target>Enderezo de correo electrónico</target>
1319 <context-group name="null"> 1289 <context-group name="null">
1320 <context context-type="linenumber">10</context> 1290 <context context-type="linenumber">10</context>
1321 </context-group> 1291 </context-group>
1322 1292 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group>
1323 1293 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group>
1324 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 1294 </trans-unit>
1325 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1295 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1326 <source>Send me an email to reset my password</source> 1296 <source>Send me an email to reset my password</source>
1327 <target>Envíenme un correo para restablecer o contrasinal</target> 1297 <target>Envíenme un correo para restablecer o contrasinal</target>
1328 <context-group name="null"> 1298 <context-group name="null">
1329 <context context-type="linenumber">82</context> 1299 <context context-type="linenumber">82</context>
1330 </context-group> 1300 </context-group>
1331 1301 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group>
1332 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit> 1302 </trans-unit>
1333 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1303 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1334 <source>Reset my password</source> 1304 <source>Reset my password</source>
1335 <target> 1305 <target>
@@ -1373,9 +1343,9 @@
1373 </context-group> 1343 </context-group>
1374 </trans-unit> 1344 </trans-unit>
1375 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1345 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1376 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 1346 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1377 <target> 1347 <target>
1378 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1348 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1379 </target> 1349 </target>
1380 <context-group name="null"> 1350 <context-group name="null">
1381 <context context-type="linenumber">6</context> 1351 <context context-type="linenumber">6</context>
@@ -1383,13 +1353,10 @@
1383 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1353 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1384 </trans-unit> 1354 </trans-unit>
1385 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1355 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1386 <source> 1356 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1387 Filters
1388 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1389 </source>
1390 <target> 1357 <target>
1391 Filtros 1358 Filtros
1392 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1359 <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;"/>
1393 </target> 1360 </target>
1394 <context-group name="null"> 1361 <context-group name="null">
1395 <context context-type="linenumber">16</context> 1362 <context context-type="linenumber">16</context>
@@ -1423,8 +1390,7 @@
1423 </context-group> 1390 </context-group>
1424 </trans-unit> 1391 </trans-unit>
1425 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1392 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1426 <source>CLI 1393 <source>CLI documentation</source>
1427 documentation</source>
1428 <target state="new">CLI 1394 <target state="new">CLI
1429 documentation</target> 1395 documentation</target>
1430 <context-group purpose="location"> 1396 <context-group purpose="location">
@@ -1441,8 +1407,7 @@
1441 </context-group> 1407 </context-group>
1442 </trans-unit> 1408 </trans-unit>
1443 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1409 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1444 <source>Administer 1410 <source>Administer documentation</source>
1445 documentation</source>
1446 <target state="new">Administer 1411 <target state="new">Administer
1447 documentation</target> 1412 documentation</target>
1448 <context-group purpose="location"> 1413 <context-group purpose="location">
@@ -1459,8 +1424,7 @@
1459 </context-group> 1424 </context-group>
1460 </trans-unit> 1425 </trans-unit>
1461 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1426 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1462 <source>Use 1427 <source>Use documentation</source>
1463 documentation</source>
1464 <target state="new">Use 1428 <target state="new">Use
1465 documentation</target> 1429 documentation</target>
1466 <context-group purpose="location"> 1430 <context-group purpose="location">
@@ -1485,16 +1449,16 @@
1485 </context-group> 1449 </context-group>
1486 </trans-unit> 1450 </trans-unit>
1487 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1451 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1488 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 1452 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
1489 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 1453 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
1490 <context-group purpose="location"> 1454 <context-group purpose="location">
1491 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1455 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1492 <context context-type="linenumber">44</context> 1456 <context context-type="linenumber">44</context>
1493 </context-group> 1457 </context-group>
1494 </trans-unit> 1458 </trans-unit>
1495 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1459 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1496 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 1460 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
1497 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1461 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1498 </target> 1462 </target>
1499 <context-group purpose="location"> 1463 <context-group purpose="location">
1500 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1464 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1510,14 +1474,10 @@
1510 </context-group> 1474 </context-group>
1511 </trans-unit> 1475 </trans-unit>
1512 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1476 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1513 <source> 1477 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source>
1514 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1515 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1516 is very important for visitors to understand on what type of instance they are.
1517 </source>
1518 <target state="new"> 1478 <target state="new">
1519 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, 1479 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,
1520 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1480 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1521 is very important for visitors to understand on what type of instance they are. 1481 is very important for visitors to understand on what type of instance they are.
1522 </target> 1482 </target>
1523 <context-group purpose="location"> 1483 <context-group purpose="location">
@@ -1526,18 +1486,12 @@
1526 </context-group> 1486 </context-group>
1527 </trans-unit> 1487 </trans-unit>
1528 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1488 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1529 <source> 1489 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source>
1530 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1531 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1532 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1533 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1534 PeerTube instance.
1535 </source>
1536 <target state="new"> 1490 <target state="new">
1537 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance 1491 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance
1538 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1492 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1539 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the 1493 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the
1540 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1494 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1541 PeerTube instance. 1495 PeerTube instance.
1542 </target> 1496 </target>
1543 <context-group purpose="location"> 1497 <context-group purpose="location">
@@ -1630,13 +1584,10 @@
1630 </context-group> 1584 </context-group>
1631 </trans-unit> 1585 </trans-unit>
1632 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1586 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1633 <source> 1587 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1634 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1635 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1636 </source>
1637 <target state="new"> 1588 <target state="new">
1638 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1589 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>.
1639 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1590 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1640 </target> 1591 </target>
1641 <context-group purpose="location"> 1592 <context-group purpose="location">
1642 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1593 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -2066,13 +2017,10 @@
2066 </context-group> 2017 </context-group>
2067 </trans-unit> 2018 </trans-unit>
2068 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2019 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2069 <source> 2020 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2070 Jump to channel
2071 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2072 </source>
2073 <target state="new"> 2021 <target state="new">
2074 Jump to channel 2022 Jump to channel
2075 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2023 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2076 </target> 2024 </target>
2077 <context-group purpose="location"> 2025 <context-group purpose="location">
2078 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2026 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2289,16 +2237,16 @@
2289 <context-group name="null"> 2237 <context-group name="null">
2290 <context context-type="linenumber">29</context> 2238 <context context-type="linenumber">29</context>
2291 </context-group> 2239 </context-group>
2292 2240 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group>
2293 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 2241 </trans-unit>
2294 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2242 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2295 <source>Add this caption</source> 2243 <source>Add this caption</source>
2296 <target>Engadir este subtítulo</target> 2244 <target>Engadir este subtítulo</target>
2297 <context-group name="null"> 2245 <context-group name="null">
2298 <context context-type="linenumber">40</context> 2246 <context context-type="linenumber">40</context>
2299 </context-group> 2247 </context-group>
2300 2248 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group>
2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 2249 </trans-unit>
2302 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2250 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2303 <source>Title</source> 2251 <source>Title</source>
2304 <target>Título</target> 2252 <target>Título</target>
@@ -2317,14 +2265,10 @@
2317 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2265 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2318 </trans-unit> 2266 </trans-unit>
2319 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2267 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2320 <source> 2268 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source>
2321 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2322 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2323 Press Enter to add a new tag.
2324 </source>
2325 <target state="new"> 2269 <target state="new">
2326 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2270 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2327 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2271 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2328 Press Enter to add a new tag. 2272 Press Enter to add a new tag.
2329 </target> 2273 </target>
2330 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2274 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
@@ -2488,7 +2432,7 @@
2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2432 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2489 </trans-unit> 2433 </trans-unit>
2490 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2434 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2491 <source>Already uploaded ✔</source> 2435 <source>Already uploaded ✔</source>
2492 <target>Xa subido ✔</target> 2436 <target>Xa subido ✔</target>
2493 <context-group name="null"> 2437 <context-group name="null">
2494 <context context-type="linenumber">179</context> 2438 <context context-type="linenumber">179</context>
@@ -2619,13 +2563,9 @@
2619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2563 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2620 </trans-unit> 2564 </trans-unit>
2621 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2565 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2622 <source> 2566 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source>
2623 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2624 or URL that points to a raw MP4 file.
2625 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2626 </source>
2627 <target state="new"> 2567 <target state="new">
2628 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2568 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
2629 or URL that points to a raw MP4 file. 2569 or URL that points to a raw MP4 file.
2630 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2570 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.
2631 </target> 2571 </target>
@@ -2690,14 +2630,10 @@
2690 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2630 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2691 </trans-unit> 2631 </trans-unit>
2692 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2632 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2693 <source> 2633 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source>
2694 Image that will be merged with your audio file.
2695 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2696 The chosen image will be definitive and cannot be modified.
2697 </source>
2698 <target> 2634 <target>
2699 Imaxe que se unirá ao teu ficheiro de audio. 2635 Imaxe que se unirá ao teu ficheiro de audio.
2700 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2636 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2701 A imaxe escollida será definitiva e non se pode modificar. 2637 A imaxe escollida será definitiva e non se pode modificar.
2702 </target> 2638 </target>
2703 <context-group name="null"> 2639 <context-group name="null">
@@ -2755,10 +2691,7 @@
2755 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2691 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2756 </trans-unit> 2692 </trans-unit>
2757 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2693 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2758 <source> 2694 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2759 You can import any torrent file that points to a mp4 file.
2760 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2761 </source>
2762 <target state="new"> 2695 <target state="new">
2763 You can import any torrent file that points to a mp4 file. 2696 You can import any torrent file that points to a mp4 file.
2764 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2697 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.
@@ -2773,15 +2706,11 @@
2773 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2706 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2774 </trans-unit> 2707 </trans-unit>
2775 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2708 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2776 <source> 2709 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source>
2777 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance. 2710 <target state="new">
2778 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2711 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance.
2779 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos. 2712 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2780 </source> 2713 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos.
2781 <target state="new">
2782 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2783 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2784 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2785 </target> 2714 </target>
2786 <context-group purpose="location"> 2715 <context-group purpose="location">
2787 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2716 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2987,9 +2916,9 @@
2987 </context-group> 2916 </context-group>
2988 </trans-unit> 2917 </trans-unit>
2989 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2918 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2990 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2919 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2991 <target state="new"> 2920 <target state="new">
2992 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2921 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2993 </target> 2922 </target>
2994 <context-group purpose="location"> 2923 <context-group purpose="location">
2995 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2924 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2997,9 +2926,9 @@
2997 </context-group> 2926 </context-group>
2998 </trans-unit> 2927 </trans-unit>
2999 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2928 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3000 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2929 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3001 <target state="new"> 2930 <target state="new">
3002 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2931 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
3003 </target> 2932 </target>
3004 <context-group purpose="location"> 2933 <context-group purpose="location">
3005 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2934 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3141,11 +3070,11 @@
3141 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 3070 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
3142 <source>More information</source> 3071 <source>More information</source>
3143 <target state="new">More information</target> 3072 <target state="new">More information</target>
3144 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group>
3145 3074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</context></context-group>
3146 3075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">50</context></context-group>
3147 3076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group>
3148 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 3077 </trans-unit>
3149 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 3078 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3150 <source>Get more information</source> 3079 <source>Get more information</source>
3151 <target state="new">Get more information</target> 3080 <target state="new">Get more information</target>
@@ -3266,11 +3195,7 @@
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3267 </trans-unit> 3196 </trans-unit>
3268 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3197 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3269 <source> 3198 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source>
3270 You can comment using an account on any ActivityPub-compatible instance.
3271 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3272 from within the software's interface.
3273 </source>
3274 <target state="new"> 3199 <target state="new">
3275 You can comment using an account on any ActivityPub-compatible instance. 3200 You can comment using an account on any ActivityPub-compatible instance.
3276 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3201 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3342,16 +3267,22 @@
3342 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3267 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3343 <source>Follow domain</source> 3268 <source>Follow domain</source>
3344 <target state="new">Follow domain</target> 3269 <target state="new">Follow domain</target>
3345 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group>
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 3271 </trans-unit>
3347 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html"> 3272 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
3348 <source>Filter...</source> 3273 <source>Filter...</source>
3349 <target state="new">Filter...</target> 3274 <target state="new">Filter...</target>
3350 3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</context></context-group>
3351 3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">11</context></context-group>
3352 3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">30</context></context-group>
3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html"> 3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3354 <source>Clear filters</source><target state="new">Clear filters</target> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">27</context></context-group>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3282 </trans-unit>
3283 <trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3284 <source>Clear filters</source>
3285 <target state="new">Clear filters</target>
3355 <context-group purpose="location"> 3286 <context-group purpose="location">
3356 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3287 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3357 <context context-type="linenumber">15</context> 3288 <context context-type="linenumber">15</context>
@@ -3389,14 +3320,14 @@
3389 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3320 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3390 <source>Follower handle</source> 3321 <source>Follower handle</source>
3391 <target state="new">Follower handle</target> 3322 <target state="new">Follower handle</target>
3392 3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group>
3393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3324 </trans-unit>
3394 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3325 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3395 <source>State</source> 3326 <source>State</source>
3396 <target state="new">State</target> 3327 <target state="new">State</target>
3397 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group>
3398 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group>
3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3330 </trans-unit>
3400 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3331 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3401 <source>Delayed.</source> 3332 <source>Delayed.</source>
3402 <target state="new">Delayed.</target> 3333 <target state="new">Delayed.</target>
@@ -3423,16 +3354,18 @@
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3424 </trans-unit> 3355 </trans-unit>
3425 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3356 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3426 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3357 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3427 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3358 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3428 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group>
3429 3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group>
3430 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group>
3431 3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group>
3432 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3433 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group>
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html"> 3365 </trans-unit>
3435 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target> 3366 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3367 <source>Open actor page in a new tab</source>
3368 <target state="new">Open actor page in a new tab</target>
3436 <context-group purpose="location"> 3369 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3370 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3438 <context context-type="linenumber">33</context> 3371 <context context-type="linenumber">33</context>
@@ -3441,34 +3374,40 @@
3441 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3374 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3442 <source>Accepted</source> 3375 <source>Accepted</source>
3443 <target state="new">Accepted</target> 3376 <target state="new">Accepted</target>
3444 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group>
3445 3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group>
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3379 </trans-unit>
3447 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3380 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3448 <source>Pending</source> 3381 <source>Pending</source>
3449 <target state="new">Pending</target> 3382 <target state="new">Pending</target>
3450 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group>
3451 3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group>
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3385 </trans-unit>
3453 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3386 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3454 <source>Accept</source> 3387 <source>Accept</source>
3455 <target state="new">Accept</target> 3388 <target state="new">Accept</target>
3456 3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group>
3457 3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group>
3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3391 </trans-unit>
3459 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3392 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3460 <source>Refuse</source> 3393 <source>Refuse</source>
3461 <target state="new">Refuse</target> 3394 <target state="new">Refuse</target>
3462 3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group>
3463 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group>
3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3397 </trans-unit>
3465 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3398 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3466 3399 <source>No follower found matching current filters.</source>
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3400 <target state="new">No follower found matching current filters.</target>
3468 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group>
3469 3402 </trans-unit>
3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3403 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3471 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3404 <source>Your instance doesn't have any follower.</source>
3405 <target state="new">Your instance doesn't have any follower.</target>
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group>
3407 </trans-unit>
3408 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3409 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3410 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3472 <context-group purpose="location"> 3411 <context-group purpose="location">
3473 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3412 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3474 <context context-type="linenumber">5</context> 3413 <context context-type="linenumber">5</context>
@@ -3485,14 +3424,16 @@
3485 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html"> 3424 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
3486 <source>Host</source> 3425 <source>Host</source>
3487 <target state="new">Host</target> 3426 <target state="new">Host</target>
3488 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3428 </trans-unit>
3490 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3429 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3491 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3430 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3492 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3431 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3493 3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3433 </trans-unit>
3495 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target> 3434 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3435 <source>Open instance in a new tab</source>
3436 <target state="new">Open instance in a new tab</target>
3496 <context-group purpose="location"> 3437 <context-group purpose="location">
3497 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3438 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3498 <context context-type="linenumber">37</context> 3439 <context context-type="linenumber">37</context>
@@ -3501,20 +3442,26 @@
3501 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3442 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3502 <context context-type="linenumber">35</context> 3443 <context context-type="linenumber">35</context>
3503 </context-group> 3444 </context-group>
3504 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html"> 3445 </trans-unit>
3505 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target> 3446 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3447 <source>No host found matching current filters.</source>
3448 <target state="new">No host found matching current filters.</target>
3506 <context-group purpose="location"> 3449 <context-group purpose="location">
3507 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3450 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3508 <context context-type="linenumber">62</context> 3451 <context context-type="linenumber">62</context>
3509 </context-group> 3452 </context-group>
3510 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html"> 3453 </trans-unit>
3511 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target> 3454 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3455 <source>Your instance is not following anyone.</source>
3456 <target state="new">Your instance is not following anyone.</target>
3512 <context-group purpose="location"> 3457 <context-group purpose="location">
3513 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3458 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3514 <context context-type="linenumber">63</context> 3459 <context context-type="linenumber">63</context>
3515 </context-group> 3460 </context-group>
3516 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html"> 3461 </trans-unit>
3517 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target> 3462 <trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3463 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source>
3464 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3518 <context-group purpose="location"> 3465 <context-group purpose="location">
3519 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3466 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3520 <context context-type="linenumber">5</context> 3467 <context context-type="linenumber">5</context>
@@ -3523,8 +3470,8 @@
3523 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3470 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3524 <source>Follow domains</source> 3471 <source>Follow domains</source>
3525 <target state="new">Follow domains</target> 3472 <target state="new">Follow domains</target>
3526 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group>
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 3474 </trans-unit>
3528 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3475 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3529 <source>My videos duplicated by remote instances</source> 3476 <source>My videos duplicated by remote instances</source>
3530 <target state="new">My videos duplicated by remote instances</target> 3477 <target state="new">My videos duplicated by remote instances</target>
@@ -3585,17 +3532,14 @@
3585 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html"> 3532 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html">
3586 <source>Role</source> 3533 <source>Role</source>
3587 <target state="new">Role</target> 3534 <target state="new">Role</target>
3588 3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group>
3589 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group>
3590 3537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 3538 </trans-unit>
3592 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3539 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3593 <source> 3540 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source>
3594 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3595 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3596 </source>
3597 <target state="new"> 3541 <target state="new">
3598 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3542 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
3599 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3543 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3600 </target> 3544 </target>
3601 <context-group purpose="location"> 3545 <context-group purpose="location">
@@ -3671,19 +3615,21 @@
3671 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html"> 3615 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3672 <source>Batch actions</source> 3616 <source>Batch actions</source>
3673 <target state="new">Batch actions</target> 3617 <target state="new">Batch actions</target>
3674 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3619 </trans-unit>
3676 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3620 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3677 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3621 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3678 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3622 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3679 3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3624 </trans-unit>
3681 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3625 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3682 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3626 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3683 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3627 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3684 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3629 </trans-unit>
3686 <source>Auth plugin</source><target state="new">Auth plugin</target> 3630 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3631 <source>Auth plugin</source>
3632 <target state="new">Auth plugin</target>
3687 <context-group purpose="location"> 3633 <context-group purpose="location">
3688 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3634 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3689 <context context-type="linenumber">49</context> 3635 <context context-type="linenumber">49</context>
@@ -3692,29 +3638,30 @@
3692 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3638 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3693 <source>(banned)</source> 3639 <source>(banned)</source>
3694 <target state="new">(banned)</target> 3640 <target state="new">(banned)</target>
3695 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group>
3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 3642 </trans-unit>
3697 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3643 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3698 <source>Open account in a new tab</source> 3644 <source>Open account in a new tab</source>
3699 <target state="new">Open account in a new tab</target> 3645 <target state="new">Open account in a new tab</target>
3700 3646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group>
3701 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group>
3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group>
3649 </trans-unit>
3703 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3650 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3704 <source>User's email must be verified to login</source> 3651 <source>User's email must be verified to login</source>
3705 <target state="new">User's email must be verified to login</target> 3652 <target state="new">User's email must be verified to login</target>
3706 3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group>
3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3654 </trans-unit>
3708 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3655 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3709 <source>User's email is verified / User can login without email verification</source> 3656 <source>User's email is verified / User can login without email verification</source>
3710 <target state="new">User's email is verified / User can login without email verification</target> 3657 <target state="new">User's email is verified / User can login without email verification</target>
3711 3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group>
3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 3659 </trans-unit>
3713 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3660 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3714 <source>Ban reason:</source> 3661 <source>Ban reason:</source>
3715 <target state="new">Ban reason:</target> 3662 <target state="new">Ban reason:</target>
3716 3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group>
3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3664 </trans-unit>
3718 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3665 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3719 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3666 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3720 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3667 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3776,29 +3723,32 @@
3776 </context-group> 3723 </context-group>
3777 </trans-unit> 3724 </trans-unit>
3778 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3725 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3779 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3726 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3780 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3727 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3781 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3783 3730 </trans-unit>
3784
3785 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3731 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3786 <source>Total size</source> 3732 <source>Total size</source>
3787 <target state="new">Total size</target> 3733 <target state="new">Total size</target>
3788 3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3735 </trans-unit>
3790 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3736 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3791 <source>List redundancies</source> 3737 <source>List redundancies</source>
3792 <target state="new">List redundancies</target> 3738 <target state="new">List redundancies</target>
3793 3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group>
3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3740 </trans-unit>
3795 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3741 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3742 <source>Your instance doesn't mirror any video.</source>
3743 <target state="new">Your instance doesn't mirror any video.</target>
3796 <context-group purpose="location"> 3744 <context-group purpose="location">
3797 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3745 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3798 <context context-type="linenumber">77</context> 3746 <context context-type="linenumber">77</context>
3799 </context-group> 3747 </context-group>
3800 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html"> 3748 </trans-unit>
3801 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target> 3749 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3750 <source>Your instance has no mirrored videos.</source>
3751 <target state="new">Your instance has no mirrored videos.</target>
3802 <context-group purpose="location"> 3752 <context-group purpose="location">
3803 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3753 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3804 <context context-type="linenumber">78</context> 3754 <context context-type="linenumber">78</context>
@@ -3807,31 +3757,33 @@
3807 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3757 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3808 <source>Enabled strategies stats</source> 3758 <source>Enabled strategies stats</source>
3809 <target state="new">Enabled strategies stats</target> 3759 <target state="new">Enabled strategies stats</target>
3810 3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group>
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 3761 </trans-unit>
3812 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3762 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3813 <source>No redundancy strategy is enabled on your instance.</source> 3763 <source>No redundancy strategy is enabled on your instance.</source>
3814 <target state="new"> 3764 <target state="new">
3815 No redundancy strategy is enabled on your instance. 3765 No redundancy strategy is enabled on your instance.
3816 </target> 3766 </target>
3817 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group>
3818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 3768 </trans-unit>
3819 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 3769 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3820 <source>Sensitive</source> 3770 <source>Sensitive</source>
3821 <target state="new">Sensitive</target> 3771 <target state="new">Sensitive</target>
3822 3772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group>
3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 3773 </trans-unit>
3824 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html"> 3774 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3825 <source>Unfederated</source> 3775 <source>Unfederated</source>
3826 <target state="new">Unfederated</target> 3776 <target state="new">Unfederated</target>
3827 3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3778 </trans-unit>
3829 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3779 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3830 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3780 <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>
3831 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3781 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3832 3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group>
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3783 </trans-unit>
3834 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target> 3784 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3785 <source>Video was blacklisted</source>
3786 <target state="new">Video was blacklisted</target>
3835 <context-group purpose="location"> 3787 <context-group purpose="location">
3836 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3788 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3837 <context context-type="linenumber">50</context> 3789 <context context-type="linenumber">50</context>
@@ -3844,27 +3796,30 @@
3844 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html"> 3796 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3845 <source>Go to the video</source> 3797 <source>Go to the video</source>
3846 <target state="new">Go to the video</target> 3798 <target state="new">Go to the video</target>
3847 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">33</context></context-group>
3848 3800 </trans-unit>
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3850 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 3801 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3851 <source>Actions</source> 3802 <source>Actions</source>
3852 <target state="new">Actions</target> 3803 <target state="new">Actions</target>
3853 3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</context></context-group>
3854 3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">123</context></context-group>
3855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">123</context></context-group></trans-unit> 3806 </trans-unit>
3856 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html"> 3807 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3857 <source>Blacklist reason:</source> 3808 <source>Blacklist reason:</source>
3858 <target state="new">Blacklist reason:</target> 3809 <target state="new">Blacklist reason:</target>
3859 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group>
3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html"> 3811 </trans-unit>
3861 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target> 3812 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3813 <source>No blacklisted video found matching current filters.</source>
3814 <target state="new">No blacklisted video found matching current filters.</target>
3862 <context-group purpose="location"> 3815 <context-group purpose="location">
3863 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3816 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3864 <context context-type="linenumber">93</context> 3817 <context context-type="linenumber">93</context>
3865 </context-group> 3818 </context-group>
3866 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html"> 3819 </trans-unit>
3867 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target> 3820 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3821 <source>No blacklisted video found.</source>
3822 <target state="new">No blacklisted video found.</target>
3868 <context-group purpose="location"> 3823 <context-group purpose="location">
3869 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3824 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3870 <context context-type="linenumber">94</context> 3825 <context context-type="linenumber">94</context>
@@ -3897,38 +3852,50 @@
3897 <source>Update this comment</source> 3852 <source>Update this comment</source>
3898 <target state="new">Update this comment</target> 3853 <target state="new">Update this comment</target>
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group> 3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group>
3900 </trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html"> 3855 </trans-unit>
3901 <source>Advanced report filters</source><target state="new">Advanced report filters</target> 3856 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3857 <source>Advanced report filters</source>
3858 <target state="new">Advanced report filters</target>
3902 <context-group purpose="location"> 3859 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3860 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3904 <context context-type="linenumber">18</context> 3861 <context context-type="linenumber">18</context>
3905 </context-group> 3862 </context-group>
3906 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html"> 3863 </trans-unit>
3907 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3864 <trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3865 <source>Unsolved reports</source>
3866 <target state="new">Unsolved reports</target>
3908 <context-group purpose="location"> 3867 <context-group purpose="location">
3909 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3868 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3910 <context context-type="linenumber">19</context> 3869 <context context-type="linenumber">19</context>
3911 </context-group> 3870 </context-group>
3912 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html"> 3871 </trans-unit>
3913 <source>Accepted reports</source><target state="new">Accepted reports</target> 3872 <trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3873 <source>Accepted reports</source>
3874 <target state="new">Accepted reports</target>
3914 <context-group purpose="location"> 3875 <context-group purpose="location">
3915 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3876 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3916 <context context-type="linenumber">20</context> 3877 <context context-type="linenumber">20</context>
3917 </context-group> 3878 </context-group>
3918 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html"> 3879 </trans-unit>
3919 <source>Refused reports</source><target state="new">Refused reports</target> 3880 <trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3881 <source>Refused reports</source>
3882 <target state="new">Refused reports</target>
3920 <context-group purpose="location"> 3883 <context-group purpose="location">
3921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3884 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3922 <context context-type="linenumber">21</context> 3885 <context context-type="linenumber">21</context>
3923 </context-group> 3886 </context-group>
3924 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html"> 3887 </trans-unit>
3925 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target> 3888 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3889 <source>Reports with blacklisted videos</source>
3890 <target state="new">Reports with blacklisted videos</target>
3926 <context-group purpose="location"> 3891 <context-group purpose="location">
3927 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3892 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3928 <context context-type="linenumber">22</context> 3893 <context context-type="linenumber">22</context>
3929 </context-group> 3894 </context-group>
3930 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html"> 3895 </trans-unit>
3931 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3896 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3897 <source>Reports with deleted videos</source>
3898 <target state="new">Reports with deleted videos</target>
3932 <context-group purpose="location"> 3899 <context-group purpose="location">
3933 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3900 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3934 <context context-type="linenumber">23</context> 3901 <context context-type="linenumber">23</context>
@@ -3937,22 +3904,27 @@
3937 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html"> 3904 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3938 <source>Reporter</source> 3905 <source>Reporter</source>
3939 <target state="new">Reporter</target> 3906 <target state="new">Reporter</target>
3940 3907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group>
3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 3908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group>
3909 </trans-unit>
3942 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html"> 3910 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3943 <source>Video</source> 3911 <source>Video</source>
3944 <target state="new">Video</target> 3912 <target state="new">Video</target>
3945 3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">41</context></context-group>
3946 3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group>
3947 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group>
3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html"> 3916 </trans-unit>
3949 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target> 3917 <trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
3918 <source>This video has been reported multiple times.</source>
3919 <target state="new">This video has been reported multiple times.</target>
3950 <context-group purpose="location"> 3920 <context-group purpose="location">
3951 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3952 <context context-type="linenumber">80</context> 3922 <context context-type="linenumber">80</context>
3953 </context-group> 3923 </context-group>
3954 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html"> 3924 </trans-unit>
3955 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target> 3925 <trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3926 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source>
3927 <target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3956 <context-group purpose="location"> 3928 <context-group purpose="location">
3957 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3929 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3958 <context context-type="linenumber">91</context> 3930 <context context-type="linenumber">91</context>
@@ -3961,20 +3933,26 @@
3961 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3933 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3962 <context context-type="linenumber">107</context> 3934 <context context-type="linenumber">107</context>
3963 </context-group> 3935 </context-group>
3964 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html"> 3936 </trans-unit>
3965 <source>Video was deleted</source><target state="new">Video was deleted</target> 3937 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3938 <source>Video was deleted</source>
3939 <target state="new">Video was deleted</target>
3966 <context-group purpose="location"> 3940 <context-group purpose="location">
3967 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3941 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3968 <context context-type="linenumber">98</context> 3942 <context context-type="linenumber">98</context>
3969 </context-group> 3943 </context-group>
3970 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html"> 3944 </trans-unit>
3971 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target> 3945 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3946 <source>No video abuses found matching current filters.</source>
3947 <target state="new">No video abuses found matching current filters.</target>
3972 <context-group purpose="location"> 3948 <context-group purpose="location">
3973 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3949 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3974 <context context-type="linenumber">141</context> 3950 <context context-type="linenumber">141</context>
3975 </context-group> 3951 </context-group>
3976 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html"> 3952 </trans-unit>
3977 <source>No video abuses found.</source><target state="new">No video abuses found.</target> 3953 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3954 <source>No video abuses found.</source>
3955 <target state="new">No video abuses found.</target>
3978 <context-group purpose="location"> 3956 <context-group purpose="location">
3979 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3957 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3980 <context context-type="linenumber">142</context> 3958 <context context-type="linenumber">142</context>
@@ -3983,27 +3961,27 @@
3983 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3961 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3984 <source>Open video in a new tab</source> 3962 <source>Open video in a new tab</source>
3985 <target state="new">Open video in a new tab</target> 3963 <target state="new">Open video in a new tab</target>
3986 3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group>
3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group>
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
3967 </trans-unit>
3988 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3968 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3989 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3969 <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>
3990 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3970 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3991 3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group>
3992 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group>
3993 3973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
3994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3974 </trans-unit>
3995 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3975 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3996 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3976 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3997 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3977 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3998 3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3979 </trans-unit>
4000 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3980 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
4001 <source>Go to the account</source> 3981 <source>Go to the account</source>
4002 <target state="new">Go to the account</target> 3982 <target state="new">Go to the account</target>
4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group> 3983 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group>
4004 </trans-unit> 3984 </trans-unit>
4005
4006
4007 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 3985 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4008 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 3986 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
4009 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 3987 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target>
@@ -4011,46 +3989,54 @@
4011 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3989 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4012 <context context-type="linenumber">5</context> 3990 <context context-type="linenumber">5</context>
4013 </context-group> 3991 </context-group>
4014 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 3992 </trans-unit>
4015 <source> 3993 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4016 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 3994 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4017 </source><target state="new"> 3995 <target state="new">
4018 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 3996 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4019 </target> 3997 </target>
4020 <context-group purpose="location"> 3998 <context-group purpose="location">
4021 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3999 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4022 <context context-type="linenumber">20</context> 4000 <context context-type="linenumber">20</context>
4023 </context-group> 4001 </context-group>
4024 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html"> 4002 </trans-unit>
4025 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target> 4003 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4004 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
4005 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4026 <context-group purpose="location"> 4006 <context-group purpose="location">
4027 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4007 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4028 <context context-type="linenumber">21</context> 4008 <context context-type="linenumber">21</context>
4029 </context-group> 4009 </context-group>
4030 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html"> 4010 </trans-unit>
4031 <source>Reportee</source><target state="new">Reportee</target> 4011 <trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4012 <source>Reportee</source>
4013 <target state="new">Reportee</target>
4032 <context-group purpose="location"> 4014 <context-group purpose="location">
4033 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4015 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4034 <context context-type="linenumber">27</context> 4016 <context context-type="linenumber">27</context>
4035 </context-group> 4017 </context-group>
4036 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4018 </trans-unit>
4037 <source> 4019 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4038 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4020 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4039 </source><target state="new"> 4021 <target state="new">
4040 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4022 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4041 </target> 4023 </target>
4042 <context-group purpose="location"> 4024 <context-group purpose="location">
4043 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4025 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4044 <context context-type="linenumber">40</context> 4026 <context context-type="linenumber">40</context>
4045 </context-group> 4027 </context-group>
4046 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html"> 4028 </trans-unit>
4047 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target> 4029 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4030 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
4031 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4048 <context-group purpose="location"> 4032 <context-group purpose="location">
4049 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4033 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4050 <context context-type="linenumber">41</context> 4034 <context context-type="linenumber">41</context>
4051 </context-group> 4035 </context-group>
4052 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html"> 4036 </trans-unit>
4053 <source>Updated</source><target state="new">Updated</target> 4037 <trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4038 <source>Updated</source>
4039 <target state="new">Updated</target>
4054 <context-group purpose="location"> 4040 <context-group purpose="location">
4055 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4041 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4056 <context context-type="linenumber">47</context> 4042 <context context-type="linenumber">47</context>
@@ -4071,41 +4057,45 @@
4071 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4057 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4072 <source>Mute domain</source> 4058 <source>Mute domain</source>
4073 <target state="new">Mute domain</target> 4059 <target state="new">Mute domain</target>
4074 4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group>
4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 4061 </trans-unit>
4076 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4062 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4077 <source>Instance</source> 4063 <source>Instance</source>
4078 <target>Instancia</target> 4064 <target>Instancia</target>
4079 <context-group name="null"> 4065 <context-group name="null">
4080 <context context-type="linenumber">5</context> 4066 <context context-type="linenumber">5</context>
4081 </context-group> 4067 </context-group>
4082 4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">26</context></context-group>
4083 4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group>
4084 4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 4071 </trans-unit>
4086 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 4072 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
4087 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4073 <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>
4088 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4074 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4089 4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group>
4090 4076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4091 4077 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group>
4092 4078 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group>
4093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4079 </trans-unit>
4094 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html"> 4080 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
4095 <source>Unmute</source> 4081 <source>Unmute</source>
4096 <target state="new">Unmute</target> 4082 <target state="new">Unmute</target>
4097 4083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group>
4098 4084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">49</context></context-group>
4099 4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4100 4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html"> 4087 </trans-unit>
4102 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target> 4088 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4089 <source>No server found matching current filters.</source>
4090 <target state="new">No server found matching current filters.</target>
4103 <context-group purpose="location"> 4091 <context-group purpose="location">
4104 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4092 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4105 <context context-type="linenumber">51</context> 4093 <context context-type="linenumber">51</context>
4106 </context-group> 4094 </context-group>
4107 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html"> 4095 </trans-unit>
4108 <source>No server found.</source><target state="new">No server found.</target> 4096 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4097 <source>No server found.</source>
4098 <target state="new">No server found.</target>
4109 <context-group purpose="location"> 4099 <context-group purpose="location">
4110 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4100 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4111 <context context-type="linenumber">52</context> 4101 <context context-type="linenumber">52</context>
@@ -4124,26 +4114,30 @@
4124 <target state="new"> 4114 <target state="new">
4125 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4115 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4126 </target> 4116 </target>
4127 4117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group>
4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 4118 </trans-unit>
4129 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4119 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4130 <source>Mute domains</source> 4120 <source>Mute domains</source>
4131 <target state="new">Mute domains</target> 4121 <target state="new">Mute domains</target>
4132 4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group>
4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 4123 </trans-unit>
4134 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 4124 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
4135 <source>Account</source> 4125 <source>Account</source>
4136 <target state="new">Account</target> 4126 <target state="new">Account</target>
4137 4127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group>
4138 4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group>
4139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html"> 4129 </trans-unit>
4140 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target> 4130 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4131 <source>No account found matching current filters.</source>
4132 <target state="new">No account found matching current filters.</target>
4141 <context-group purpose="location"> 4133 <context-group purpose="location">
4142 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4134 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4143 <context context-type="linenumber">58</context> 4135 <context context-type="linenumber">58</context>
4144 </context-group> 4136 </context-group>
4145 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html"> 4137 </trans-unit>
4146 <source>No account found.</source><target state="new">No account found.</target> 4138 <trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4139 <source>No account found.</source>
4140 <target state="new">No account found.</target>
4147 <context-group purpose="location"> 4141 <context-group purpose="location">
4148 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4142 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4149 <context context-type="linenumber">59</context> 4143 <context context-type="linenumber">59</context>
@@ -4273,8 +4267,8 @@
4273 <target state="new"> 4267 <target state="new">
4274 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4268 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
4275 </target> 4269 </target>
4276 4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context><context context-type="linenumber">47</context></context-group>
4277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 4271 </trans-unit>
4278 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4272 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4279 <source>System</source> 4273 <source>System</source>
4280 <target state="new">System</target> 4274 <target state="new">System</target>
@@ -4336,8 +4330,8 @@
4336 </context-group> 4330 </context-group>
4337 </trans-unit> 4331 </trans-unit>
4338 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4332 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4339 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source> 4333 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source>
4340 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target> 4334 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target>
4341 <context-group purpose="location"> 4335 <context-group purpose="location">
4342 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4336 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4343 <context context-type="linenumber">32</context> 4337 <context context-type="linenumber">32</context>
@@ -4379,8 +4373,8 @@
4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4380 </trans-unit> 4374 </trans-unit>
4381 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4375 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4382 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4376 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4383 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4377 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4384 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4378 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4385 </trans-unit> 4379 </trans-unit>
4386 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4380 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4419,9 +4413,9 @@
4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4420 </trans-unit> 4414 </trans-unit>
4421 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4415 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4422 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source> 4416 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source>
4423 <target state="new"> 4417 <target state="new">
4424 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. 4418 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team.
4425 </target> 4419 </target>
4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4427 </trans-unit> 4421 </trans-unit>
@@ -4431,12 +4425,9 @@
4431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4432 </trans-unit> 4426 </trans-unit>
4433 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4427 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4434 <source> 4428 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4435 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4436 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4437 </source>
4438 <target state="new"> 4429 <target state="new">
4439 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4430 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4440 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4431 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4441 </target> 4432 </target>
4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4450,9 +4441,9 @@
4450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4451 </trans-unit> 4442 </trans-unit>
4452 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4443 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4453 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 4444 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
4454 <target state="new"> 4445 <target state="new">
4455 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4446 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
4456 </target> 4447 </target>
4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4458 </trans-unit> 4449 </trans-unit>
@@ -4487,8 +4478,8 @@
4487 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4478 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4488 <source>Strategy</source> 4479 <source>Strategy</source>
4489 <target state="new">Strategy</target> 4480 <target state="new">Strategy</target>
4490 4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group>
4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 4482 </trans-unit>
4492 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4483 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4493 <source>Terms</source> 4484 <source>Terms</source>
4494 <target>Termos</target> 4485 <target>Termos</target>
@@ -4589,9 +4580,9 @@
4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4590 </trans-unit> 4581 </trans-unit>
4591 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4582 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4592 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4583 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4593 <target state="new"> 4584 <target state="new">
4594 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4585 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4595 </target> 4586 </target>
4596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4597 </trans-unit> 4588 </trans-unit>
@@ -4639,9 +4630,9 @@
4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4640 </trans-unit> 4631 </trans-unit>
4641 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4632 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4642 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source> 4633 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source>
4643 <target state="new"> 4634 <target state="new">
4644 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4635 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually.
4645 </target> 4636 </target>
4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4647 </trans-unit> 4638 </trans-unit>
@@ -4808,9 +4799,9 @@
4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4809 </trans-unit> 4800 </trans-unit>
4810 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4801 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4811 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source> 4802 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source>
4812 <target state="new"> 4803 <target state="new">
4813 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4804 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances.
4814 </target> 4805 </target>
4815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4816 </trans-unit> 4807 </trans-unit>
@@ -4830,9 +4821,9 @@
4830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4831 </trans-unit> 4822 </trans-unit>
4832 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4823 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4833 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4824 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4834 <target state="new"> 4825 <target state="new">
4835 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4826 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4836 </target> 4827 </target>
4837 <context-group purpose="location"> 4828 <context-group purpose="location">
4838 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4829 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4922,18 +4913,12 @@
4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4923 </trans-unit> 4914 </trans-unit>
4924 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4915 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4925 <source> 4916 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source>
4926 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4927 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4928 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4929 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4930 to see if you instance is whitelisted.
4931 </source>
4932 <target state="new"> 4917 <target state="new">
4933 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4918 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4934 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4919 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4935 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4920 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4936 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 4921 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
4937 to see if you instance is whitelisted. 4922 to see if you instance is whitelisted.
4938 </target> 4923 </target>
4939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -4952,10 +4937,7 @@
4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4953 </trans-unit> 4938 </trans-unit>
4954 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4939 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4955 <source> 4940 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
4956 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4957 resources, this is a critical part of PeerTube, so tread carefully.
4958 </source>
4959 <target state="new"> 4941 <target state="new">
4960 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4942 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4961 resources, this is a critical part of PeerTube, so tread carefully. 4943 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4999,23 +4981,15 @@
4999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 4981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5000 </trans-unit> 4982 </trans-unit>
5001 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4983 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5002 <source> 4984 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source>
5003 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5004
5005 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5006
5007 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5008
5009 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5010 </source>
5011 <target state="new"> 4985 <target state="new">
5012 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4986 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
5013 4987
5014 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4988 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
5015 4989
5016 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4990 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5017 4991
5018 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4992 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
5019 </target> 4993 </target>
5020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 4994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5021 </trans-unit> 4995 </trans-unit>
@@ -5025,29 +4999,18 @@
5025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 4999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5026 </trans-unit> 5000 </trans-unit>
5027 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5001 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5028 <source> 5002 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source>
5029 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5030
5031 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5032 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5033 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5034 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5035 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5036 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5037
5038 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5039 </source>
5040 <target state="new"> 5003 <target state="new">
5041 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 5004 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
5042 5005
5043 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5006 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
5044 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 5007 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/>
5045 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5008 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
5046 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5009 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
5047 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5010 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
5048 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 5011 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/>
5049 5012
5050 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5013 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
5051 </target> 5014 </target>
5052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5053 </trans-unit> 5016 </trans-unit>
@@ -5112,36 +5075,25 @@
5112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5113 </trans-unit> 5076 </trans-unit>
5114 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5077 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5115 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 5078 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5116 <target state="new"> 5079 <target state="new">
5117 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5080 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5118 </target> 5081 </target>
5119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5120 </trans-unit> 5083 </trans-unit>
5121 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5084 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5122 <source> 5085 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5123 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5124 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5125 color: red;
5126 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5127 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5128 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5129 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5130 color: red;
5131 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5132 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5133 </source>
5134 <target state="new"> 5086 <target state="new">
5135 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5087 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5136 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5088 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5137 color: red; 5089 color: red;
5138 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5090 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5139 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5091 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5140 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5092 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5141 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5093 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5142 color: red; 5094 color: red;
5143 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5095 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5144 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5096 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5145 </target> 5097 </target>
5146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5147 </trans-unit> 5099 </trans-unit>
@@ -5329,9 +5281,9 @@
5329 </context-group> 5281 </context-group>
5330 </trans-unit> 5282 </trans-unit>
5331 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5283 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5332 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 5284 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
5333 <target state="new"> 5285 <target state="new">
5334 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 5286 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
5335 </target> 5287 </target>
5336 <context-group purpose="location"> 5288 <context-group purpose="location">
5337 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5289 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -5361,9 +5313,9 @@
5361 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5362 </trans-unit> 5314 </trans-unit>
5363 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5315 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5364 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 5316 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
5365 <target state="new"> 5317 <target state="new">
5366 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 5318 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
5367</target> 5319</target>
5368 <context-group purpose="location"> 5320 <context-group purpose="location">
5369 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5321 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5371,9 +5323,9 @@
5371 </context-group> 5323 </context-group>
5372 </trans-unit> 5324 </trans-unit>
5373 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5325 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5374 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source> 5326 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source>
5375 <target state="new"> 5327 <target state="new">
5376 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification 5328 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification
5377</target> 5329</target>
5378 <context-group purpose="location"> 5330 <context-group purpose="location">
5379 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5331 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5431,9 +5383,9 @@
5431 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5383 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5432 <source>Change ownership</source> 5384 <source>Change ownership</source>
5433 <target state="new">Change ownership</target> 5385 <target state="new">Change ownership</target>
5434 5386 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group>
5435 5387 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group>
5436 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 5388 </trans-unit>
5437 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5389 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5438 <source>Select the next owner</source> 5390 <source>Select the next owner</source>
5439 <target state="new">Select the next owner</target> 5391 <target state="new">Select the next owner</target>
@@ -5443,8 +5395,8 @@
5443 </context-group> 5395 </context-group>
5444 </trans-unit> 5396 </trans-unit>
5445 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5397 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5446 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 5398 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5447 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5399 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5448 <context-group purpose="location"> 5400 <context-group purpose="location">
5449 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5401 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5450 <context context-type="linenumber">2</context> 5402 <context context-type="linenumber">2</context>
@@ -5480,13 +5432,10 @@
5480 </context-group> 5432 </context-group>
5481 </trans-unit> 5433 </trans-unit>
5482 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5434 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
5483 <source> 5435 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source>
5484 Created
5485 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5486 </source>
5487 <target state="new"> 5436 <target state="new">
5488 Created 5437 Created
5489 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 5438 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
5490 </target> 5439 </target>
5491 <context-group purpose="location"> 5440 <context-group purpose="location">
5492 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5441 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -5558,9 +5507,8 @@
5558 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5507 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5559 </trans-unit> 5508 </trans-unit>
5560 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5509 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5561 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5510 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5562 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5511 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
5563 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5564 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5512 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5565 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5513 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5514 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5579,18 +5527,18 @@
5579 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html"> 5527 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
5580 <source>Target</source> 5528 <source>Target</source>
5581 <target state="new">Target</target> 5529 <target state="new">Target</target>
5582 5530 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
5583 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 5531 </trans-unit>
5584 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5532 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5585 <source>See the error</source> 5533 <source>See the error</source>
5586 <target state="new">See the error</target> 5534 <target state="new">See the error</target>
5587 5535 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">20</context></context-group>
5588 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 5536 </trans-unit>
5589 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5537 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5590 <source>This video was deleted</source> 5538 <source>This video was deleted</source>
5591 <target state="new">This video was deleted</target> 5539 <target state="new">This video was deleted</target>
5592 5540 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group>
5593 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit> 5541 </trans-unit>
5594 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5542 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5595 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source> 5543 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5596 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5544 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
@@ -5643,12 +5591,9 @@
5643 </context-group> 5591 </context-group>
5644 </trans-unit> 5592 </trans-unit>
5645 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5593 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5646 <source> 5594 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source>
5647 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5648 Delete history
5649 </source>
5650 <target state="new"> 5595 <target state="new">
5651 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5596 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
5652 Delete history 5597 Delete history
5653 </target> 5598 </target>
5654 <context-group purpose="location"> 5599 <context-group purpose="location">
@@ -5665,12 +5610,9 @@
5665 </context-group> 5610 </context-group>
5666 </trans-unit> 5611 </trans-unit>
5667 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5612 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5668 <source> 5613 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source>
5669 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5670 Notification preferences
5671 </source>
5672 <target state="new"> 5614 <target state="new">
5673 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5615 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>
5674 Notification preferences 5616 Notification preferences
5675 </target> 5617 </target>
5676 <context-group purpose="location"> 5618 <context-group purpose="location">
@@ -5747,8 +5689,8 @@
5747 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5689 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5748 </trans-unit> 5690 </trans-unit>
5749 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5691 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5750 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 5692 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5751 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5693 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5752 <context-group purpose="location"> 5694 <context-group purpose="location">
5753 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5695 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5754 <context context-type="linenumber">2</context> 5696 <context context-type="linenumber">2</context>
@@ -5776,9 +5718,9 @@
5776 </context-group> 5718 </context-group>
5777 </trans-unit> 5719 </trans-unit>
5778 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5720 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5779 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5721 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5780 <target state="new"> 5722 <target state="new">
5781 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5723 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
5782 </target> 5724 </target>
5783 <context-group purpose="location"> 5725 <context-group purpose="location">
5784 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5726 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -6236,13 +6178,10 @@
6236 </context-group> 6178 </context-group>
6237 </trans-unit> 6179 </trans-unit>
6238 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6180 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6239 <source> 6181 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6240 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6241 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6242 </source>
6243 <target state="new"> 6182 <target state="new">
6244 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6183 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3
6245 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 6184 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
6246 </target> 6185 </target>
6247 <context-group purpose="location"> 6186 <context-group purpose="location">
6248 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6187 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6250,9 +6189,9 @@
6250 </context-group> 6189 </context-group>
6251 </trans-unit> 6190 </trans-unit>
6252 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6191 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6253 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 6192 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6254 <target state="new"> 6193 <target state="new">
6255 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 6194 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
6256 </target> 6195 </target>
6257 <context-group purpose="location"> 6196 <context-group purpose="location">
6258 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6197 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6260,8 +6199,7 @@
6260 </context-group> 6199 </context-group>
6261 </trans-unit> 6200 </trans-unit>
6262 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6201 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6263 <source>Use PeerTube 6202 <source>Use PeerTube documentation</source>
6264 documentation</source>
6265 <target state="new">Use PeerTube 6203 <target state="new">Use PeerTube
6266 documentation</target> 6204 documentation</target>
6267 <context-group purpose="location"> 6205 <context-group purpose="location">
@@ -6280,8 +6218,7 @@
6280 </context-group> 6218 </context-group>
6281 </trans-unit> 6219 </trans-unit>
6282 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6220 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6283 <source>PeerTube 6221 <source>PeerTube Applications</source>
6284 Applications</source>
6285 <target state="new">PeerTube 6222 <target state="new">PeerTube
6286 Applications</target> 6223 Applications</target>
6287 <context-group purpose="location"> 6224 <context-group purpose="location">
@@ -6300,8 +6237,7 @@
6300 </context-group> 6237 </context-group>
6301 </trans-unit> 6238 </trans-unit>
6302 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6239 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6303 <source>Contribute on 6240 <source>Contribute on PeerTube</source>
6304 PeerTube</source>
6305 <target state="new">Contribute on 6241 <target state="new">Contribute on
6306 PeerTube</target> 6242 PeerTube</target>
6307 <context-group purpose="location"> 6243 <context-group purpose="location">
@@ -6328,11 +6264,7 @@
6328 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6264 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6329 </trans-unit> 6265 </trans-unit>
6330 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6266 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6331 <source> 6267 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source>
6332 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6333 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6334 follows applies only if you want to keep using the P2P mode of PeerTube.
6335 </source>
6336 <target state="new"> 6268 <target state="new">
6337 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6269 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6338 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6270 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6349,10 +6281,7 @@
6349 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6281 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6350 </trans-unit> 6282 </trans-unit>
6351 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6283 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6352 <source> 6284 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source>
6353 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6354 In practice, this is much more difficult because:
6355 </source>
6356 <target state="new"> 6285 <target state="new">
6357 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6286 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6358 In practice, this is much more difficult because: 6287 In practice, this is much more difficult because:
@@ -6360,10 +6289,7 @@
6360 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6289 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6361 </trans-unit> 6290 </trans-unit>
6362 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6291 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6363 <source> 6292 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source>
6364 An HTTP request has to be sent on each tracker for each video to spy.
6365 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6366 </source>
6367 <target state="new"> 6293 <target state="new">
6368 An HTTP request has to be sent on each tracker for each video to spy. 6294 An HTTP request has to be sent on each tracker for each video to spy.
6369 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6295 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6371,11 +6297,7 @@
6371 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6297 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6372 </trans-unit> 6298 </trans-unit>
6373 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6299 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6374 <source> 6300 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source>
6375 For each request sent, the tracker returns random peers at a limited number.
6376 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
6377 requests sent to know every peer in the swarm
6378 </source>
6379 <target state="new"> 6301 <target state="new">
6380 For each request sent, the tracker returns random peers at a limited number. 6302 For each request sent, the tracker returns random peers at a limited number.
6381 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 6303 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
@@ -6394,10 +6316,7 @@
6394 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6316 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6395 </trans-unit> 6317 </trans-unit>
6396 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6318 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6397 <source> 6319 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source>
6398 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
6399 video
6400 </source>
6401 <target state="new"> 6320 <target state="new">
6402 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 6321 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
6403 video 6322 video
@@ -6412,27 +6331,18 @@
6412 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6331 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6413 </trans-unit> 6332 </trans-unit>
6414 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6333 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6415 <source> 6334 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source>
6416 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6417 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6418 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6419 to forward the information to.
6420 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6421 </source>
6422 <target state="new"> 6335 <target state="new">
6423 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the 6336 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the
6424 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent. 6337 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
6425 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6338 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6426 to forward the information to. 6339 to forward the information to.
6427 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information 6340 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
6428 </target> 6341 </target>
6429 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6342 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6430 </trans-unit> 6343 </trans-unit>
6431 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6344 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6432 <source> 6345 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source>
6433 The worst-case scenario of an average person spying on their friends is quite unlikely.
6434 There are much more effective ways to get that kind of information.
6435 </source>
6436 <target state="new"> 6346 <target state="new">
6437 The worst-case scenario of an average person spying on their friends is quite unlikely. 6347 The worst-case scenario of an average person spying on their friends is quite unlikely.
6438 There are much more effective ways to get that kind of information. 6348 There are much more effective ways to get that kind of information.
@@ -6448,11 +6358,7 @@
6448 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6358 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6449 </trans-unit> 6359 </trans-unit>
6450 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6360 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6451 <source> 6361 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
6452 The threats to privacy with YouTube are different from PeerTube's.
6453 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6454 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6455 </source>
6456 <target state="new"> 6362 <target state="new">
6457 The threats to privacy with YouTube are different from PeerTube's. 6363 The threats to privacy with YouTube are different from PeerTube's.
6458 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6364 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6469,12 +6375,7 @@
6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6375 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6470 </trans-unit> 6376 </trans-unit>
6471 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6377 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6472 <source> 6378 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
6473 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6474 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6475 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6476 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6477 </source>
6478 <target state="new"> 6379 <target state="new">
6479 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 6380 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6480 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6381 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6492,10 +6393,7 @@
6492 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6393 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6493 </trans-unit> 6394 </trans-unit>
6494 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6395 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6495 <source> 6396 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source>
6496 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6497 and render attacks less likely. Here is what we put in place so far:
6498 </source>
6499 <target state="new"> 6397 <target state="new">
6500 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6398 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6501 and render attacks less likely. Here is what we put in place so far: 6399 and render attacks less likely. Here is what we put in place so far:
@@ -6523,10 +6421,7 @@
6523 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6421 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6524 </trans-unit> 6422 </trans-unit>
6525 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6423 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6526 <source> 6424 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
6527 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6528 WebRTC in your browser.
6529 </source>
6530 <target state="new"> 6425 <target state="new">
6531 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6426 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6532 WebRTC in your browser. 6427 WebRTC in your browser.
@@ -6566,8 +6461,8 @@
6566 </context-group> 6461 </context-group>
6567 </trans-unit> 6462 </trans-unit>
6568 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6463 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6569 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 6464 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
6570 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 6465 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
6571 <context-group purpose="location"> 6466 <context-group purpose="location">
6572 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6467 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6573 <context context-type="linenumber">3</context> 6468 <context context-type="linenumber">3</context>
@@ -6650,12 +6545,9 @@
6650 </context-group> 6545 </context-group>
6651 </trans-unit> 6546 </trans-unit>
6652 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6547 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6653 <source> 6548 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source>
6654 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6655 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6656 </source>
6657 <target state="new"> 6549 <target state="new">
6658 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 6550 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6659 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. 6551 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6660 </target> 6552 </target>
6661 <context-group purpose="location"> 6553 <context-group purpose="location">
@@ -6736,16 +6628,11 @@
6736 </context-group> 6628 </context-group>
6737 </trans-unit> 6629 </trans-unit>
6738 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6630 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6739 <source> 6631 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source>
6740 I am at least 16 years old and agree
6741 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6742 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6743 of this instance
6744 </source>
6745 <target state="new"> 6632 <target state="new">
6746 I am at least 16 years old and agree 6633 I am at least 16 years old and agree
6747 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 6634 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
6748 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 6635 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
6749 of this instance 6636 of this instance
6750 </target> 6637 </target>
6751 <context-group purpose="location"> 6638 <context-group purpose="location">
@@ -6847,8 +6734,8 @@
6847 </context-group> 6734 </context-group>
6848 </trans-unit> 6735 </trans-unit>
6849 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6736 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6850 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source> 6737 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
6851 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target> 6738 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</target>
6852 <context-group purpose="location"> 6739 <context-group purpose="location">
6853 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6740 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6854 <context context-type="linenumber">1</context> 6741 <context context-type="linenumber">1</context>
@@ -7635,14 +7522,15 @@
7635 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7522 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7636 <context context-type="linenumber">1</context> 7523 <context context-type="linenumber">1</context>
7637 </context-group> 7524 </context-group>
7638 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html"> 7525 </trans-unit>
7639 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target> 7526 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7527 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
7528 <target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7640 <context-group purpose="location"> 7529 <context-group purpose="location">
7641 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7530 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7642 <context context-type="linenumber">1</context> 7531 <context context-type="linenumber">1</context>
7643 </context-group> 7532 </context-group>
7644 </trans-unit> 7533 </trans-unit>
7645
7646 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html"> 7534 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
7647 <source>Update user</source> 7535 <source>Update user</source>
7648 <target state="new">Update user</target> 7536 <target state="new">Update user</target>
@@ -8553,8 +8441,10 @@
8553 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8441 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8554 <context context-type="linenumber">1</context> 8442 <context context-type="linenumber">1</context>
8555 </context-group> 8443 </context-group>
8556 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html"> 8444 </trans-unit>
8557 <source>Unknown</source><target state="new">Unknown</target> 8445 <trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8446 <source>Unknown</source>
8447 <target state="new">Unknown</target>
8558 <context-group purpose="location"> 8448 <context-group purpose="location">
8559 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8449 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8560 <context context-type="linenumber">1</context> 8450 <context context-type="linenumber">1</context>
@@ -8633,8 +8523,8 @@
8633 </context-group> 8523 </context-group>
8634 </trans-unit> 8524 </trans-unit>
8635 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8525 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8636 <source>Long (> 10 min)</source> 8526 <source>Long (&gt; 10 min)</source>
8637 <target state="new">Long (> 10 min)</target> 8527 <target state="new">Long (&gt; 10 min)</target>
8638 <context-group purpose="location"> 8528 <context-group purpose="location">
8639 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8529 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8640 <context context-type="linenumber">1</context> 8530 <context context-type="linenumber">1</context>
@@ -10035,8 +9925,8 @@
10035 </context-group> 9925 </context-group>
10036 </trans-unit> 9926 </trans-unit>
10037 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9927 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
10038 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source> 9928 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
10039 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</target> 9929 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target>
10040 <context-group purpose="location"> 9930 <context-group purpose="location">
10041 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9931 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
10042 <context context-type="linenumber">1</context> 9932 <context context-type="linenumber">1</context>
@@ -10157,15 +10047,20 @@
10157 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 10047 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
10158 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 10048 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
10159 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 10049 <target state="new">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
10160 10050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
10161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html"> 10051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10162 <source>Mute server</source><target state="new">Mute server</target> 10052 </trans-unit>
10053 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10054 <source>Mute server</source>
10055 <target state="new">Mute server</target>
10163 <context-group purpose="location"> 10056 <context-group purpose="location">
10164 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10057 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10165 <context context-type="linenumber">1</context> 10058 <context context-type="linenumber">1</context>
10166 </context-group> 10059 </context-group>
10167 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html"> 10060 </trans-unit>
10168 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target> 10061 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10062 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
10063 <target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
10169 <context-group purpose="location"> 10064 <context-group purpose="location">
10170 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10065 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10171 <context context-type="linenumber">1</context> 10066 <context context-type="linenumber">1</context>
@@ -10520,20 +10415,26 @@
10520 <target state="new">Video blacklisted.</target> 10415 <target state="new">Video blacklisted.</target>
10521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 10416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
10522 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group> 10417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group>
10523 </trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html"> 10418 </trans-unit>
10524 <source>Unblacklist video</source><target state="new">Unblacklist video</target> 10419 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10420 <source>Unblacklist video</source>
10421 <target state="new">Unblacklist video</target>
10525 <context-group purpose="location"> 10422 <context-group purpose="location">
10526 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10423 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10527 <context context-type="linenumber">1</context> 10424 <context context-type="linenumber">1</context>
10528 </context-group> 10425 </context-group>
10529 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html"> 10426 </trans-unit>
10530 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target> 10427 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10428 <source>Video unblacklisted.</source>
10429 <target state="new">Video unblacklisted.</target>
10531 <context-group purpose="location"> 10430 <context-group purpose="location">
10532 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10431 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10533 <context context-type="linenumber">1</context> 10432 <context context-type="linenumber">1</context>
10534 </context-group> 10433 </context-group>
10535 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html"> 10434 </trans-unit>
10536 <source>Delete video</source><target state="new">Delete video</target> 10435 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10436 <source>Delete video</source>
10437 <target state="new">Delete video</target>
10537 <context-group purpose="location"> 10438 <context-group purpose="location">
10538 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10439 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10539 <context context-type="linenumber">1</context> 10440 <context context-type="linenumber">1</context>
@@ -10600,21 +10501,28 @@
10600 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html"> 10501 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
10601 <source>Do you really want to delete this video?</source> 10502 <source>Do you really want to delete this video?</source>
10602 <target state="new">Do you really want to delete this video?</target> 10503 <target state="new">Do you really want to delete this video?</target>
10603 10504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
10604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html"> 10505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10605 <source>Video deleted.</source><target state="new">Video deleted.</target> 10506 </trans-unit>
10507 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10508 <source>Video deleted.</source>
10509 <target state="new">Video deleted.</target>
10606 <context-group purpose="location"> 10510 <context-group purpose="location">
10607 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10511 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10608 <context context-type="linenumber">1</context> 10512 <context context-type="linenumber">1</context>
10609 </context-group> 10513 </context-group>
10610 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html"> 10514 </trans-unit>
10611 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target> 10515 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10516 <source>Actions for the reporter</source>
10517 <target state="new">Actions for the reporter</target>
10612 <context-group purpose="location"> 10518 <context-group purpose="location">
10613 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10519 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10614 <context context-type="linenumber">1</context> 10520 <context context-type="linenumber">1</context>
10615 </context-group> 10521 </context-group>
10616 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html"> 10522 </trans-unit>
10617 <source>Mute reporter</source><target state="new">Mute reporter</target> 10523 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10524 <source>Mute reporter</source>
10525 <target state="new">Mute reporter</target>
10618 <context-group purpose="location"> 10526 <context-group purpose="location">
10619 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10527 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10620 <context context-type="linenumber">1</context> 10528 <context context-type="linenumber">1</context>
@@ -10641,32 +10549,39 @@
10641 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10549 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10642 <context context-type="linenumber">1</context> 10550 <context context-type="linenumber">1</context>
10643 </context-group> 10551 </context-group>
10644 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html"> 10552 </trans-unit>
10645 <source>Mirror</source><target state="new">Mirror</target> 10553 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10554 <source>Mirror</source>
10555 <target state="new">Mirror</target>
10646 <context-group purpose="location"> 10556 <context-group purpose="location">
10647 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10557 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10648 <context context-type="linenumber">1</context> 10558 <context context-type="linenumber">1</context>
10649 </context-group> 10559 </context-group>
10650 </trans-unit> 10560 </trans-unit>
10651
10652 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 10561 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
10653 <source>Report</source> 10562 <source>Report</source>
10654 <target state="new">Report</target> 10563 <target state="new">Report</target>
10655 10564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group>
10656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html"> 10565 </trans-unit>
10657 <source>Note</source><target state="new">Note</target> 10566 <trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10567 <source>Note</source>
10568 <target state="new">Note</target>
10658 <context-group purpose="location"> 10569 <context-group purpose="location">
10659 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10570 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10660 <context context-type="linenumber">61</context> 10571 <context context-type="linenumber">61</context>
10661 </context-group> 10572 </context-group>
10662 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html"> 10573 </trans-unit>
10663 <source>The video was deleted</source><target state="new">The video was deleted</target> 10574 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10575 <source>The video was deleted</source>
10576 <target state="new">The video was deleted</target>
10664 <context-group purpose="location"> 10577 <context-group purpose="location">
10665 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10578 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10666 <context context-type="linenumber">71</context> 10579 <context context-type="linenumber">71</context>
10667 </context-group> 10580 </context-group>
10668 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html"> 10581 </trans-unit>
10669 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target> 10582 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10583 <source>The video was blacklisted</source>
10584 <target state="new">The video was blacklisted</target>
10670 <context-group purpose="location"> 10585 <context-group purpose="location">
10671 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10586 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10672 <context context-type="linenumber">72</context> 10587 <context context-type="linenumber">72</context>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index 4697a150a..8fd908665 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -1087,7 +1087,7 @@
1087 </trans-unit> 1087 </trans-unit>
1088 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1088 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1089 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1089 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1090 <target state="translated">Elnézést, de valami probléma adódott a külső bejelentkezési folyamattal. Kérlek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>értesíts egy adminisztrátort<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1090 <target state="translated">Sajnáljuk, de valami hiba történt a külső bejelentkezési folyamattal. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Lépjen kapcsolatba egy rendszergazdával<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1091 <context-group purpose="location"> 1091 <context-group purpose="location">
1092 <context context-type="sourcefile">src/app/login/login.component.html</context> 1092 <context context-type="sourcefile">src/app/login/login.component.html</context>
1093 <context context-type="linenumber">6</context> 1093 <context context-type="linenumber">6</context>
@@ -1095,7 +1095,7 @@
1095 </trans-unit> 1095 </trans-unit>
1096 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html"> 1096 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1097 <source>If you are looking for an account…</source> 1097 <source>If you are looking for an account…</source>
1098 <target state="translated">Ha fiókot szeretnél…</target> 1098 <target state="translated">Ha egy fiókot keres…</target>
1099 <context-group purpose="location"> 1099 <context-group purpose="location">
1100 <context context-type="sourcefile">src/app/login/login.component.html</context> 1100 <context context-type="sourcefile">src/app/login/login.component.html</context>
1101 <context context-type="linenumber">12</context> 1101 <context context-type="linenumber">12</context>
@@ -1103,7 +1103,7 @@
1103 </trans-unit> 1103 </trans-unit>
1104 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1104 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1105 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1105 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1106 <target state="translated">Jelenleg ez a példány nem enged felhasználói regisztrációt, de találhatsz egyet ami lehetővé teszi fiók létrehozását és a videóid feltöltését. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Keresd meg a hozzád illőt itt: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1106 <target state="translated">Jelenleg ezen a példányon nem engedélyezett a felhasználói regisztráció, de kereshet egy olyan példányt, amely lehetőséget ad egy fiók regisztrálására és a videók oda történő feltöltésére. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Keresse meg a sajátját több más példány mellett a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oldalon. </target>
1107 <context-group purpose="location"> 1107 <context-group purpose="location">
1108 <context context-type="sourcefile">src/app/login/login.component.html</context> 1108 <context context-type="sourcefile">src/app/login/login.component.html</context>
1109 <context context-type="linenumber">16</context> 1109 <context context-type="linenumber">16</context>
@@ -1137,7 +1137,7 @@
1137 </trans-unit> 1137 </trans-unit>
1138 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html"> 1138 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1139 <source>or create an account</source> 1139 <source>or create an account</source>
1140 <target state="translated">vagy hozz létre egy fiókot</target> 1140 <target state="translated">vagy hozzon létre egy fiókot</target>
1141 <context-group purpose="location"> 1141 <context-group purpose="location">
1142 <context context-type="sourcefile">src/app/login/login.component.html</context> 1142 <context context-type="sourcefile">src/app/login/login.component.html</context>
1143 <context context-type="linenumber">40</context> 1143 <context context-type="linenumber">40</context>
@@ -1174,7 +1174,7 @@
1174 </trans-unit> 1174 </trans-unit>
1175 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html"> 1175 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1176 <source>Or sign in with</source> 1176 <source>Or sign in with</source>
1177 <target state="translated">Vagy jelentkezz be ezzel:</target> 1177 <target state="translated">Vagy jelentkezzen be ezzel:</target>
1178 <context-group purpose="location"> 1178 <context-group purpose="location">
1179 <context context-type="sourcefile">src/app/login/login.component.html</context> 1179 <context context-type="sourcefile">src/app/login/login.component.html</context>
1180 <context context-type="linenumber">68</context> 1180 <context context-type="linenumber">68</context>
@@ -3274,7 +3274,7 @@
3274 </trans-unit> 3274 </trans-unit>
3275 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html"> 3275 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3276 <source>Open actor page in a new tab</source> 3276 <source>Open actor page in a new tab</source>
3277 <target state="new">Open actor page in a new tab</target> 3277 <target state="translated">Szereplő oldalának megnyitása új lapon</target>
3278 <context-group purpose="location"> 3278 <context-group purpose="location">
3279 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3279 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3280 <context context-type="linenumber">33</context> 3280 <context context-type="linenumber">33</context>
@@ -3315,17 +3315,17 @@
3315 </trans-unit> 3315 </trans-unit>
3316 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3316 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3317 <source>No follower found matching current filters.</source> 3317 <source>No follower found matching current filters.</source>
3318 <target state="translated">Nem található követő a beállított szűrőkkel.</target> 3318 <target state="translated">Nem található a jelenlegi szűrőkre illeszkedő követő.</target>
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group> 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group>
3320 </trans-unit> 3320 </trans-unit>
3321 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3321 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3322 <source>Your instance doesn't have any follower.</source> 3322 <source>Your instance doesn't have any follower.</source>
3323 <target state="translated">A példányodnak nincs követője.</target> 3323 <target state="translated">Az Ön példányának nincs egyetlen követője sem.</target>
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group> 3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group>
3325 </trans-unit> 3325 </trans-unit>
3326 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3326 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3327 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3327 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3328 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/>-<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> mutatása a <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> követőből</target> 3328 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> követő megjelenítése</target>
3329 <context-group purpose="location"> 3329 <context-group purpose="location">
3330 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3330 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3331 <context context-type="linenumber">5</context> 3331 <context context-type="linenumber">5</context>
@@ -3363,7 +3363,7 @@
3363 </trans-unit> 3363 </trans-unit>
3364 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html"> 3364 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3365 <source>No host found matching current filters.</source> 3365 <source>No host found matching current filters.</source>
3366 <target state="translated">Nem található hoszt a jelenlegi szűrőkkel.</target> 3366 <target state="translated">Nem található a jelenlegi szűrőkre illeszkedő gép.</target>
3367 <context-group purpose="location"> 3367 <context-group purpose="location">
3368 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3368 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3369 <context context-type="linenumber">62</context> 3369 <context context-type="linenumber">62</context>
@@ -3371,7 +3371,7 @@
3371 </trans-unit> 3371 </trans-unit>
3372 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html"> 3372 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3373 <source>Your instance is not following anyone.</source> 3373 <source>Your instance is not following anyone.</source>
3374 <target state="translated">A példányod nem követ senkit.</target> 3374 <target state="translated">Az Ön példánya nem követ senkit sem.</target>
3375 <context-group purpose="location"> 3375 <context-group purpose="location">
3376 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3376 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3377 <context context-type="linenumber">63</context> 3377 <context context-type="linenumber">63</context>
@@ -3379,7 +3379,7 @@
3379 </trans-unit> 3379 </trans-unit>
3380 <trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html"> 3380 <trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3381 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source> 3381 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source>
3382 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/>-<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> mutatása <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosztból</target> 3382 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> gép megjelenítése</target>
3383 <context-group purpose="location"> 3383 <context-group purpose="location">
3384 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3384 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3385 <context context-type="linenumber">5</context> 3385 <context context-type="linenumber">5</context>
@@ -3569,7 +3569,7 @@
3569 </trans-unit> 3569 </trans-unit>
3570 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3570 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3571 <source>Auth plugin</source> 3571 <source>Auth plugin</source>
3572 <target state="new">Auth plugin</target> 3572 <target state="translated">Hitelesítési bővítmény</target>
3573 <context-group purpose="location"> 3573 <context-group purpose="location">
3574 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3574 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3575 <context context-type="linenumber">49</context> 3575 <context context-type="linenumber">49</context>
@@ -3689,7 +3689,7 @@
3689 </trans-unit> 3689 </trans-unit>
3690 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3690 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3691 <source>Your instance doesn't mirror any video.</source> 3691 <source>Your instance doesn't mirror any video.</source>
3692 <target state="translated">A példányod nem másol egy videót sem.</target> 3692 <target state="translated">Az Ön példánya nem másol le egyetlen videót sem.</target>
3693 <context-group purpose="location"> 3693 <context-group purpose="location">
3694 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3694 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3695 <context context-type="linenumber">77</context> 3695 <context context-type="linenumber">77</context>
@@ -3697,7 +3697,7 @@
3697 </trans-unit> 3697 </trans-unit>
3698 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html"> 3698 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3699 <source>Your instance has no mirrored videos.</source> 3699 <source>Your instance has no mirrored videos.</source>
3700 <target state="translated">A példányodnak nincs másolt videója.</target> 3700 <target state="translated">Az Ön példányának nincsenek lemásolt videói.</target>
3701 <context-group purpose="location"> 3701 <context-group purpose="location">
3702 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3702 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3703 <context context-type="linenumber">78</context> 3703 <context context-type="linenumber">78</context>
@@ -3736,7 +3736,7 @@
3736 </trans-unit> 3736 </trans-unit>
3737 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3737 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3738 <source>Video was blacklisted</source> 3738 <source>Video was blacklisted</source>
3739 <target state="translated">A videó feketelistára került</target> 3739 <target state="translated">A videó feketelistára lett téve</target>
3740 <context-group purpose="location"> 3740 <context-group purpose="location">
3741 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3741 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3742 <context context-type="linenumber">50</context> 3742 <context context-type="linenumber">50</context>
@@ -3773,7 +3773,7 @@
3773 </trans-unit> 3773 </trans-unit>
3774 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html"> 3774 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3775 <source>No blacklisted video found matching current filters.</source> 3775 <source>No blacklisted video found matching current filters.</source>
3776 <target state="translated">Nem található a szűrőknek megfelelő feketelistás videó.</target> 3776 <target state="translated">Nem található a jelenlegi szűrőkre illeszkedő feketelistára tett videó.</target>
3777 <context-group purpose="location"> 3777 <context-group purpose="location">
3778 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3778 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3779 <context context-type="linenumber">93</context> 3779 <context context-type="linenumber">93</context>
@@ -3781,7 +3781,7 @@
3781 </trans-unit> 3781 </trans-unit>
3782 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html"> 3782 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3783 <source>No blacklisted video found.</source> 3783 <source>No blacklisted video found.</source>
3784 <target state="translated">Nem található feketlistás videó.</target> 3784 <target state="translated">Nem található feketelistára tett videó.</target>
3785 <context-group purpose="location"> 3785 <context-group purpose="location">
3786 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3786 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3787 <context context-type="linenumber">94</context> 3787 <context context-type="linenumber">94</context>
@@ -3821,7 +3821,7 @@
3821 </trans-unit> 3821 </trans-unit>
3822 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html"> 3822 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3823 <source>Advanced report filters</source> 3823 <source>Advanced report filters</source>
3824 <target state="translated">Halad jelentésszűrők</target> 3824 <target state="translated">Specilis jelentésszűrők</target>
3825 <context-group purpose="location"> 3825 <context-group purpose="location">
3826 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3826 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3827 <context context-type="linenumber">18</context> 3827 <context context-type="linenumber">18</context>
@@ -3853,7 +3853,7 @@
3853 </trans-unit> 3853 </trans-unit>
3854 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html"> 3854 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3855 <source>Reports with blacklisted videos</source> 3855 <source>Reports with blacklisted videos</source>
3856 <target state="translated">Jelentések feketelistás videókkal</target> 3856 <target state="translated">Feketelistára tett videókkal rendelkező jelentések</target>
3857 <context-group purpose="location"> 3857 <context-group purpose="location">
3858 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3858 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3859 <context context-type="linenumber">22</context> 3859 <context context-type="linenumber">22</context>
@@ -3861,7 +3861,7 @@
3861 </trans-unit> 3861 </trans-unit>
3862 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html"> 3862 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3863 <source>Reports with deleted videos</source> 3863 <source>Reports with deleted videos</source>
3864 <target state="translated">Jelentsek trölt videókkal</target> 3864 <target state="translated">Törölt videókkal rendelkező jelentések</target>
3865 <context-group purpose="location"> 3865 <context-group purpose="location">
3866 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3866 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3867 <context context-type="linenumber">23</context> 3867 <context context-type="linenumber">23</context>
@@ -3896,7 +3896,7 @@
3896 </trans-unit> 3896 </trans-unit>
3897 <trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html"> 3897 <trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
3898 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source> 3898 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source>
3899 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> által itt: <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target> 3899 <target state="translated">– <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> ezen: <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3900 <context-group purpose="location"> 3900 <context-group purpose="location">
3901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3901 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3902 <context context-type="linenumber">91</context> 3902 <context context-type="linenumber">91</context>
@@ -3908,7 +3908,7 @@
3908 </trans-unit> 3908 </trans-unit>
3909 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html"> 3909 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
3910 <source>Video was deleted</source> 3910 <source>Video was deleted</source>
3911 <target state="translated">Videó törölve</target> 3911 <target state="translated">A videó törölve lett</target>
3912 <context-group purpose="location"> 3912 <context-group purpose="location">
3913 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3913 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3914 <context context-type="linenumber">98</context> 3914 <context context-type="linenumber">98</context>
@@ -3916,7 +3916,7 @@
3916 </trans-unit> 3916 </trans-unit>
3917 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html"> 3917 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
3918 <source>No video abuses found matching current filters.</source> 3918 <source>No video abuses found matching current filters.</source>
3919 <target state="translated">Nem található videó visszaélés a megadott szűrőkkel.</target> 3919 <target state="translated">Nem találhatók a jelenlegi szűrőkre illeszkedő video-visszaélési jelentések.</target>
3920 <context-group purpose="location"> 3920 <context-group purpose="location">
3921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3922 <context context-type="linenumber">141</context> 3922 <context context-type="linenumber">141</context>
@@ -3924,7 +3924,7 @@
3924 </trans-unit> 3924 </trans-unit>
3925 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html"> 3925 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
3926 <source>No video abuses found.</source> 3926 <source>No video abuses found.</source>
3927 <target state="translated">Nem található videó visszaélés.</target> 3927 <target state="translated">Nem találhatók video-visszaélési jelentések.</target>
3928 <context-group purpose="location"> 3928 <context-group purpose="location">
3929 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3929 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3930 <context context-type="linenumber">142</context> 3930 <context context-type="linenumber">142</context>
@@ -3970,9 +3970,7 @@
3970 </trans-unit> 3970 </trans-unit>
3971 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 3971 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3972 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3972 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3973 <target state="new"> 3973 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
3974 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
3975 </target>
3976 <context-group purpose="location"> 3974 <context-group purpose="location">
3977 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3975 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3978 <context context-type="linenumber">20</context> 3976 <context context-type="linenumber">20</context>
@@ -3980,7 +3978,7 @@
3980 </trans-unit> 3978 </trans-unit>
3981 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html"> 3979 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
3982 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source> 3980 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
3983 <target state="translated">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> jelentés} }</target> 3981 <target state="translated">{VAR_PLURAL, plural, =1 {1 jelentés} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> jelentés} }</target>
3984 <context-group purpose="location"> 3982 <context-group purpose="location">
3985 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3983 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3986 <context context-type="linenumber">21</context> 3984 <context context-type="linenumber">21</context>
@@ -3996,9 +3994,7 @@
3996 </trans-unit> 3994 </trans-unit>
3997 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 3995 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3998 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3996 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3999 <target state="new"> 3997 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
4000 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4001 </target>
4002 <context-group purpose="location"> 3998 <context-group purpose="location">
4003 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3999 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4004 <context context-type="linenumber">40</context> 4000 <context context-type="linenumber">40</context>
@@ -4006,7 +4002,7 @@
4006 </trans-unit> 4002 </trans-unit>
4007 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html"> 4003 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4008 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source> 4004 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
4009 <target state="translated">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> jelentés} }</target> 4005 <target state="translated">{VAR_PLURAL, plural, =1 {1 jelentés} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> jelentés} }</target>
4010 <context-group purpose="location"> 4006 <context-group purpose="location">
4011 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4007 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4012 <context context-type="linenumber">41</context> 4008 <context context-type="linenumber">41</context>
@@ -4068,7 +4064,7 @@
4068 </trans-unit> 4064 </trans-unit>
4069 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html"> 4065 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4070 <source>No server found matching current filters.</source> 4066 <source>No server found matching current filters.</source>
4071 <target state="translated">Nem található szerver a megadott szűrőkkel.</target> 4067 <target state="translated">Nem található a jelenlegi szűrőkre illeszkedő kiszolgáló.</target>
4072 <context-group purpose="location"> 4068 <context-group purpose="location">
4073 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4069 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4074 <context context-type="linenumber">51</context> 4070 <context context-type="linenumber">51</context>
@@ -4076,7 +4072,7 @@
4076 </trans-unit> 4072 </trans-unit>
4077 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html"> 4073 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4078 <source>No server found.</source> 4074 <source>No server found.</source>
4079 <target state="translated">Nem található szerver.</target> 4075 <target state="translated">Nem található kiszolgáló.</target>
4080 <context-group purpose="location"> 4076 <context-group purpose="location">
4081 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4077 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4082 <context context-type="linenumber">52</context> 4078 <context context-type="linenumber">52</context>
@@ -4111,7 +4107,7 @@
4111 </trans-unit> 4107 </trans-unit>
4112 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html"> 4108 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4113 <source>No account found matching current filters.</source> 4109 <source>No account found matching current filters.</source>
4114 <target state="translated">Nem található fiók a megadott szűrőkkel.</target> 4110 <target state="translated">Nem található a jelenlegi szűrőkre illeszkedő fiók.</target>
4115 <context-group purpose="location"> 4111 <context-group purpose="location">
4116 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4112 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4117 <context context-type="linenumber">58</context> 4113 <context context-type="linenumber">58</context>
@@ -9885,7 +9881,7 @@
9885 </trans-unit> 9881 </trans-unit>
9886 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html"> 9882 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
9887 <source>Mute server</source> 9883 <source>Mute server</source>
9888 <target state="translated">Szerver némítása</target> 9884 <target state="translated">Kiszolgáló némítása</target>
9889 <context-group purpose="location"> 9885 <context-group purpose="location">
9890 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 9886 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9891 <context context-type="linenumber">1</context> 9887 <context context-type="linenumber">1</context>
@@ -9893,7 +9889,7 @@
9893 </trans-unit> 9889 </trans-unit>
9894 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html"> 9890 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
9895 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source> 9891 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
9896 <target state="translated"><x id="INTERPOLATION" equiv-text="{{host}}"/> szerver némítva a példány által.</target> 9892 <target state="translated">A(z) <x id="INTERPOLATION" equiv-text="{{host}}"/> kiszolgálót némította a példány.</target>
9897 <context-group purpose="location"> 9893 <context-group purpose="location">
9898 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 9894 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9899 <context context-type="linenumber">1</context> 9895 <context context-type="linenumber">1</context>
@@ -10251,7 +10247,7 @@
10251 </trans-unit> 10247 </trans-unit>
10252 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html"> 10248 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10253 <source>Unblacklist video</source> 10249 <source>Unblacklist video</source>
10254 <target state="translated">Videó levtele a feketelistáról</target> 10250 <target state="translated">Videó eltávoltása a feketelistáról</target>
10255 <context-group purpose="location"> 10251 <context-group purpose="location">
10256 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10252 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10257 <context context-type="linenumber">1</context> 10253 <context context-type="linenumber">1</context>
@@ -10259,7 +10255,7 @@
10259 </trans-unit> 10255 </trans-unit>
10260 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html"> 10256 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10261 <source>Video unblacklisted.</source> 10257 <source>Video unblacklisted.</source>
10262 <target state="translated">Videó levve a feketelistáról.</target> 10258 <target state="translated">A videó el lett távoltva a feketelistáról.</target>
10263 <context-group purpose="location"> 10259 <context-group purpose="location">
10264 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10260 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10265 <context context-type="linenumber">1</context> 10261 <context context-type="linenumber">1</context>
@@ -10339,7 +10335,7 @@
10339 </trans-unit> 10335 </trans-unit>
10340 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html"> 10336 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10341 <source>Video deleted.</source> 10337 <source>Video deleted.</source>
10342 <target state="translated">Videó törölve.</target> 10338 <target state="translated">A videó törölve.</target>
10343 <context-group purpose="location"> 10339 <context-group purpose="location">
10344 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10340 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10345 <context context-type="linenumber">1</context> 10341 <context context-type="linenumber">1</context>
@@ -10385,7 +10381,7 @@
10385 </trans-unit> 10381 </trans-unit>
10386 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html"> 10382 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10387 <source>Mirror</source> 10383 <source>Mirror</source>
10388 <target state="translated">Másolás</target> 10384 <target state="translated">Lemásolás</target>
10389 <context-group purpose="location"> 10385 <context-group purpose="location">
10390 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10386 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10391 <context context-type="linenumber">1</context> 10387 <context context-type="linenumber">1</context>
@@ -10401,7 +10397,7 @@
10401 </trans-unit> 10397 </trans-unit>
10402 <trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html"> 10398 <trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10403 <source>Note</source> 10399 <source>Note</source>
10404 <target state="translated">Megjegyzés</target> 10400 <target state="translated">Jegyzet</target>
10405 <context-group purpose="location"> 10401 <context-group purpose="location">
10406 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10402 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10407 <context context-type="linenumber">61</context> 10403 <context context-type="linenumber">61</context>
@@ -10409,7 +10405,7 @@
10409 </trans-unit> 10405 </trans-unit>
10410 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html"> 10406 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10411 <source>The video was deleted</source> 10407 <source>The video was deleted</source>
10412 <target state="translated">A videó törölve</target> 10408 <target state="translated">A videó törölve lett</target>
10413 <context-group purpose="location"> 10409 <context-group purpose="location">
10414 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10410 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10415 <context context-type="linenumber">71</context> 10411 <context context-type="linenumber">71</context>
@@ -10417,7 +10413,7 @@
10417 </trans-unit> 10413 </trans-unit>
10418 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html"> 10414 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10419 <source>The video was blacklisted</source> 10415 <source>The video was blacklisted</source>
10420 <target state="translated">A videó feketelistázva</target> 10416 <target state="translated">A videó feketelistára lett téve</target>
10421 <context-group purpose="location"> 10417 <context-group purpose="location">
10422 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10418 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10423 <context context-type="linenumber">72</context> 10419 <context context-type="linenumber">72</context>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index b32125c74..5b98dfab8 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -51,18 +51,18 @@
51 <context-group name="null"> 51 <context-group name="null">
52 <context context-type="linenumber">7</context> 52 <context context-type="linenumber">7</context>
53 </context-group> 53 </context-group>
54 54 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">5</context></context-group>
55 55 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">6</context></context-group>
56 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">6</context></context-group></trans-unit> 56 </trans-unit>
57 <trans-unit id="ngb.datepicker.select-year"> 57 <trans-unit id="ngb.datepicker.select-year">
58 <source>Select year</source> 58 <source>Select year</source>
59 <target>Escolher ano</target> 59 <target>Escolher ano</target>
60 <context-group name="null"> 60 <context-group name="null">
61 <context context-type="linenumber">16</context> 61 <context context-type="linenumber">16</context>
62 </context-group> 62 </context-group>
63 63 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">13</context></context-group>
64 64 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">14</context></context-group>
65 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">14</context></context-group></trans-unit> 65 </trans-unit>
66 <trans-unit id="ngb.pagination.first"> 66 <trans-unit id="ngb.pagination.first">
67 <source>««</source> 67 <source>««</source>
68 <target>««</target> 68 <target>««</target>
@@ -109,32 +109,32 @@
109 <context-group name="null"> 109 <context-group name="null">
110 <context context-type="linenumber">23</context> 110 <context context-type="linenumber">23</context>
111 </context-group> 111 </context-group>
112 112 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">24</context></context-group>
113 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 113 </trans-unit>
114 <trans-unit id="ngb.pagination.next-aria"> 114 <trans-unit id="ngb.pagination.next-aria">
115 <source>Next</source> 115 <source>Next</source>
116 <target>Próximo</target> 116 <target>Próximo</target>
117 <context-group name="null"> 117 <context-group name="null">
118 <context context-type="linenumber">41</context> 118 <context context-type="linenumber">41</context>
119 </context-group> 119 </context-group>
120 120 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">44</context></context-group>
121 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 121 </trans-unit>
122 <trans-unit id="ngb.pagination.last-aria"> 122 <trans-unit id="ngb.pagination.last-aria">
123 <source>Last</source> 123 <source>Last</source>
124 <target>Último</target> 124 <target>Último</target>
125 <context-group name="null"> 125 <context-group name="null">
126 <context context-type="linenumber">49</context> 126 <context context-type="linenumber">49</context>
127 </context-group> 127 </context-group>
128 128 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">53</context></context-group>
129 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">53</context></context-group></trans-unit> 129 </trans-unit>
130 <trans-unit id="ngb.progressbar.value"> 130 <trans-unit id="ngb.progressbar.value">
131 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source> 131 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
132 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target> 132 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
133 <context-group name="null"> 133 <context-group name="null">
134 <context context-type="linenumber">6</context> 134 <context context-type="linenumber">6</context>
135 </context-group> 135 </context-group>
136 136 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">7</context></context-group>
137 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">7</context></context-group></trans-unit> 137 </trans-unit>
138 <trans-unit id="ngb.timepicker.increment-hours"> 138 <trans-unit id="ngb.timepicker.increment-hours">
139 <source>Increment hours</source> 139 <source>Increment hours</source>
140 <target>Aumentar horas</target> 140 <target>Aumentar horas</target>
@@ -149,104 +149,104 @@
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">12</context> 150 <context context-type="linenumber">12</context>
151 </context-group> 151 </context-group>
152 152 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">13</context></context-group>
153 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">13</context></context-group></trans-unit> 153 </trans-unit>
154 <trans-unit id="ngb.timepicker.hours"> 154 <trans-unit id="ngb.timepicker.hours">
155 <source>Hours</source> 155 <source>Hours</source>
156 <target>Horas</target> 156 <target>Horas</target>
157 <context-group name="null"> 157 <context-group name="null">
158 <context context-type="linenumber">14</context> 158 <context context-type="linenumber">14</context>
159 </context-group> 159 </context-group>
160 160 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">15</context></context-group>
161 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">15</context></context-group></trans-unit> 161 </trans-unit>
162 <trans-unit id="ngb.timepicker.decrement-hours"> 162 <trans-unit id="ngb.timepicker.decrement-hours">
163 <source>Decrement hours</source> 163 <source>Decrement hours</source>
164 <target>Reduzir horas</target> 164 <target>Reduzir horas</target>
165 <context-group name="null"> 165 <context-group name="null">
166 <context context-type="linenumber">21</context> 166 <context context-type="linenumber">21</context>
167 </context-group> 167 </context-group>
168 168 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">23</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 169 </trans-unit>
170 <trans-unit id="ngb.timepicker.increment-minutes"> 170 <trans-unit id="ngb.timepicker.increment-minutes">
171 <source>Increment minutes</source> 171 <source>Increment minutes</source>
172 <target>Aumentar minutos</target> 172 <target>Aumentar minutos</target>
173 <context-group name="null"> 173 <context-group name="null">
174 <context context-type="linenumber">30</context> 174 <context context-type="linenumber">30</context>
175 </context-group> 175 </context-group>
176 176 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">32</context></context-group>
177 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 177 </trans-unit>
178 <trans-unit id="ngb.timepicker.MM"> 178 <trans-unit id="ngb.timepicker.MM">
179 <source>MM</source> 179 <source>MM</source>
180 <target>MM</target> 180 <target>MM</target>
181 <context-group name="null"> 181 <context-group name="null">
182 <context context-type="linenumber">33</context> 182 <context context-type="linenumber">33</context>
183 </context-group> 183 </context-group>
184 184 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">35</context></context-group>
185 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 185 </trans-unit>
186 <trans-unit id="ngb.timepicker.minutes"> 186 <trans-unit id="ngb.timepicker.minutes">
187 <source>Minutes</source> 187 <source>Minutes</source>
188 <target>Minutos</target> 188 <target>Minutos</target>
189 <context-group name="null"> 189 <context-group name="null">
190 <context context-type="linenumber">35</context> 190 <context context-type="linenumber">35</context>
191 </context-group> 191 </context-group>
192 192 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">37</context></context-group>
193 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 193 </trans-unit>
194 <trans-unit id="ngb.timepicker.decrement-minutes"> 194 <trans-unit id="ngb.timepicker.decrement-minutes">
195 <source>Decrement minutes</source> 195 <source>Decrement minutes</source>
196 <target>Reduzir minutos</target> 196 <target>Reduzir minutos</target>
197 <context-group name="null"> 197 <context-group name="null">
198 <context context-type="linenumber">42</context> 198 <context context-type="linenumber">42</context>
199 </context-group> 199 </context-group>
200 200 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">45</context></context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.increment-seconds"> 202 <trans-unit id="ngb.timepicker.increment-seconds">
203 <source>Increment seconds</source> 203 <source>Increment seconds</source>
204 <target>Aumentar segundos</target> 204 <target>Aumentar segundos</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">51</context> 206 <context context-type="linenumber">51</context>
207 </context-group> 207 </context-group>
208 208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">54</context></context-group>
209 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">54</context></context-group></trans-unit> 209 </trans-unit>
210 <trans-unit id="ngb.timepicker.SS"> 210 <trans-unit id="ngb.timepicker.SS">
211 <source>SS</source> 211 <source>SS</source>
212 <target>SS</target> 212 <target>SS</target>
213 <context-group name="null"> 213 <context-group name="null">
214 <context context-type="linenumber">54</context> 214 <context context-type="linenumber">54</context>
215 </context-group> 215 </context-group>
216 216 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">57</context></context-group>
217 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 217 </trans-unit>
218 <trans-unit id="ngb.timepicker.seconds"> 218 <trans-unit id="ngb.timepicker.seconds">
219 <source>Seconds</source> 219 <source>Seconds</source>
220 <target>Segundos</target> 220 <target>Segundos</target>
221 <context-group name="null"> 221 <context-group name="null">
222 <context context-type="linenumber">56</context> 222 <context context-type="linenumber">56</context>
223 </context-group> 223 </context-group>
224 224 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">59</context></context-group>
225 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 225 </trans-unit>
226 <trans-unit id="ngb.timepicker.decrement-seconds"> 226 <trans-unit id="ngb.timepicker.decrement-seconds">
227 <source>Decrement seconds</source> 227 <source>Decrement seconds</source>
228 <target>Reduzir segundos</target> 228 <target>Reduzir segundos</target>
229 <context-group name="null"> 229 <context-group name="null">
230 <context context-type="linenumber">63</context> 230 <context context-type="linenumber">63</context>
231 </context-group> 231 </context-group>
232 232 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">67</context></context-group>
233 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 233 </trans-unit>
234 <trans-unit id="ngb.timepicker.PM"> 234 <trans-unit id="ngb.timepicker.PM">
235 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source> 235 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
236 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target> 236 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target>
237 <context-group name="null"> 237 <context-group name="null">
238 <context context-type="linenumber">71</context> 238 <context context-type="linenumber">71</context>
239 </context-group> 239 </context-group>
240 240 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">76</context></context-group>
241 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 241 </trans-unit>
242 <trans-unit id="ngb.timepicker.AM"> 242 <trans-unit id="ngb.timepicker.AM">
243 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source> 243 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
244 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target> 244 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target>
245 <context-group name="null"> 245 <context-group name="null">
246 <context context-type="linenumber">72</context> 246 <context context-type="linenumber">72</context>
247 </context-group> 247 </context-group>
248 248 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">77</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">77</context></context-group></trans-unit> 249 </trans-unit>
250 <trans-unit id="ngb.toast.close-aria" datatype="html"> 250 <trans-unit id="ngb.toast.close-aria" datatype="html">
251 <source>Close</source> 251 <source>Close</source>
252 <target state="translated">Fechar</target> 252 <target state="translated">Fechar</target>
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou um novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou um novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,35 +280,35 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source>
284 <target state="translated">O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> foi removida da lista negra </target> 284 <target state="translated">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 removida da lista negra </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source>
289 <target state="new"> 289 <target state="new">
290 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted 290 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
291 </target> 291 </target>
292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
293 </trans-unit> 293 </trans-unit>
294 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 294 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
295 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 295 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
296 <target state="new"> 296 <target state="new">
297 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 297 <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;"/>
298 </target> 298 </target>
299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
300 </trans-unit> 300 </trans-unit>
301 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 301 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
302 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 302 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
303 <target state="new"> 303 <target state="new">
304 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 304 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
305 </target> 305 </target>
306 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 306 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
307 </trans-unit> 307 </trans-unit>
308 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 308 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
309 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 309 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
310 <target state="new"> 310 <target state="new">
311 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 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 </target> 312 </target>
313 <context-group purpose="location"> 313 <context-group purpose="location">
314 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 314 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -324,30 +324,30 @@
324 </context-group> 324 </context-group>
325 </trans-unit> 325 </trans-unit>
326 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 326 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
327 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source> 327 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source>
328 <target state="new"> 328 <target state="new">
329 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published 329 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
330 </target> 330 </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 333 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
334 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 334 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
335 <target state="new"> 335 <target state="new">
336 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 336 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
337 </target> 337 </target>
338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
339 </trans-unit> 339 </trans-unit>
340 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 340 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
341 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 341 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
342 <target state="new"> 342 <target state="new">
343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 343 <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
344 </target> 344 </target>
345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
346 </trans-unit> 346 </trans-unit>
347 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 347 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
348 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source> 348 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source>
349 <target state="new"> 349 <target state="new">
350 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance 350 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance
351 </target> 351 </target>
352 <context-group purpose="location"> 352 <context-group purpose="location">
353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -355,42 +355,34 @@
355 </context-group> 355 </context-group>
356 </trans-unit> 356 </trans-unit>
357 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 357 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
358 <source> 358 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
359 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
360
361 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
362 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
363 </source>
364 <target state="new"> 359 <target state="new">
365 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 360 <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
366 361
367 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 362 <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;"/>
368 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 363 <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;"/>
369 </target> 364 </target>
370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
371 </trans-unit> 366 </trans-unit>
372 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 367 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
373 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 368 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
374 <target state="new"> 369 <target state="new">
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 370 <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;"/>
376 </target> 371 </target>
377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
378 </trans-unit> 373 </trans-unit>
379 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 374 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
380 <source> 375 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
381 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
382 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
383 </source>
384 <target state="new"> 376 <target state="new">
385 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 377 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
386 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 378 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
387 </target> 379 </target>
388 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
389 </trans-unit> 381 </trans-unit>
390 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 382 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
391 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 383 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
392 <target state="new"> 384 <target state="new">
393 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 385 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
394 </target> 386 </target>
395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
396 </trans-unit> 388 </trans-unit>
@@ -401,8 +393,10 @@
401 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 393 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
402 <context context-type="linenumber">158</context> 394 <context context-type="linenumber">158</context>
403 </context-group> 395 </context-group>
404 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html"> 396 </trans-unit>
405 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target> 397 <trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
398 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source>
399 <target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
406 <context-group purpose="location"> 400 <context-group purpose="location">
407 <context context-type="sourcefile">src/app/shared/buttons/action-dropdown.component.html</context> 401 <context context-type="sourcefile">src/app/shared/buttons/action-dropdown.component.html</context>
408 <context context-type="linenumber">22</context> 402 <context context-type="linenumber">22</context>
@@ -422,29 +416,29 @@
422 <context-group name="null"> 416 <context-group name="null">
423 <context context-type="linenumber">9</context> 417 <context context-type="linenumber">9</context>
424 </context-group> 418 </context-group>
425 419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group>
426 420 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group>
427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 421 </trans-unit>
428 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
429 <source>Start at</source> 423 <source>Start at</source>
430 <target state="translated">Iniciar às</target> 424 <target state="translated">Iniciar às</target>
431 <context-group name="null"> 425 <context-group name="null">
432 <context context-type="linenumber">61</context> 426 <context context-type="linenumber">61</context>
433 </context-group> 427 </context-group>
434 428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group>
435 429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
436 430 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group>
437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 431 </trans-unit>
438 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 432 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
439 <source>Stop at</source> 433 <source>Stop at</source>
440 <target state="translated">Parar às</target> 434 <target state="translated">Parar às</target>
441 <context-group name="null"> 435 <context-group name="null">
442 <context context-type="linenumber">112</context> 436 <context context-type="linenumber">112</context>
443 </context-group> 437 </context-group>
444 438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group>
445 439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group>
446 440 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group>
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 441 </trans-unit>
448 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 442 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
449 <source>Search playlists</source> 443 <source>Search playlists</source>
450 <target state="translated">Pesquisar listas de reprodução</target> 444 <target state="translated">Pesquisar listas de reprodução</target>
@@ -452,8 +446,10 @@
452 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 446 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
453 <context context-type="linenumber">45</context> 447 <context context-type="linenumber">45</context>
454 </context-group> 448 </context-group>
455 </trans-unit><trans-unit id="19fc45e7e0cab63a8c4422ea7158bf5c6228cee4" datatype="html"> 449 </trans-unit>
456 <source>Create a private playlist</source><target state="new">Create a private playlist</target> 450 <trans-unit id="19fc45e7e0cab63a8c4422ea7158bf5c6228cee4" datatype="html">
451 <source>Create a private playlist</source>
452 <target state="translated">Cria uma lista de reprodução privada</target>
457 <context-group purpose="location"> 453 <context-group purpose="location">
458 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 454 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
459 <context context-type="linenumber">65</context> 455 <context context-type="linenumber">65</context>
@@ -465,28 +461,34 @@
465 <context-group name="null"> 461 <context-group name="null">
466 <context context-type="linenumber">4</context> 462 <context context-type="linenumber">4</context>
467 </context-group> 463 </context-group>
468 464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group>
469 465 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group>
470 466 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group>
471 467 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group>
472 468 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group>
473 469 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group>
474 470 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group>
475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 471 </trans-unit>
476 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 472 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
477 <source>Create</source> 473 <source>Create</source>
478 <target>Criar</target> 474 <target>Criar</target>
479 <context-group name="null"> 475 <context-group name="null">
480 <context context-type="linenumber">74</context> 476 <context context-type="linenumber">74</context>
481 </context-group> 477 </context-group>
482 478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group>
480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group>
481 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group>
482 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group>
483 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
484 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
485 </trans-unit>
484 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 486 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
485 <source>video</source> 487 <source>video</source>
486 <target state="new">video</target> 488 <target state="new">video</target>
487 489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group>
488 490 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group>
489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 491 </trans-unit>
490 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 492 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
491 <source>subtitles</source> 493 <source>subtitles</source>
492 <target state="translated">legendas</target> 494 <target state="translated">legendas</target>
@@ -494,37 +496,45 @@
494 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 496 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
495 <context context-type="linenumber">11</context> 497 <context context-type="linenumber">11</context>
496 </context-group> 498 </context-group>
497 </trans-unit><trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html"> 499 </trans-unit>
498 <source>Format</source><target state="new">Format</target> 500 <trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html">
499 501 <source>Format</source>
500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="be745b3dc0df310871766eb6c8f78c3ce652a2b4" datatype="html"> 502 <target state="new">Format</target>
501 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></target> 503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">45</context></context-group>
502 504 </trans-unit>
503 505 <trans-unit id="be745b3dc0df310871766eb6c8f78c3ce652a2b4" datatype="html">
504 506 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></source>
505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">73</context></context-group></trans-unit><trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html"> 507 <target state="new"><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></target>
506 <source>Video stream</source><target state="new">Video stream</target> 508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">49</context></context-group>
507 509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">61</context></context-group>
508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html"> 510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">73</context></context-group>
509 <source>Audio stream</source><target state="new">Audio stream</target> 511 </trans-unit>
510 512 <trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html">
511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit> 513 <source>Video stream</source>
514 <target state="translated">Fluxo de vídeo</target>
515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">57</context></context-group>
516 </trans-unit>
517 <trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html">
518 <source>Audio stream</source>
519 <target state="translated">Fluxo de áudio</target>
520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">69</context></context-group>
521 </trans-unit>
512 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 522 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
513 <source>Direct download</source> 523 <source>Direct download</source>
514 <target>Transferência direta</target> 524 <target>Transferência direta</target>
515 <context-group name="null"> 525 <context-group name="null">
516 <context context-type="linenumber">27</context> 526 <context context-type="linenumber">27</context>
517 </context-group> 527 </context-group>
518 528 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">87</context></context-group>
519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 529 </trans-unit>
520 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 530 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
521 <source>Torrent (.torrent file)</source> 531 <source>Torrent (.torrent file)</source>
522 <target>Torrent (ficheiro .torrent)</target> 532 <target>Torrent (ficheiro .torrent)</target>
523 <context-group name="null"> 533 <context-group name="null">
524 <context context-type="linenumber">32</context> 534 <context context-type="linenumber">32</context>
525 </context-group> 535 </context-group>
526 536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">92</context></context-group>
527 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 537 </trans-unit>
528 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 538 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
529 <source>Cancel</source> 539 <source>Cancel</source>
530 <target> 540 <target>
@@ -533,18 +543,17 @@
533 <context-group name="null"> 543 <context-group name="null">
534 <context context-type="linenumber">47</context> 544 <context context-type="linenumber">47</context>
535 </context-group> 545 </context-group>
536 546 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group>
537 547 </trans-unit>
538
539 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
540 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 548 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
541 <source>Download</source> 549 <source>Download</source>
542 <target>Transferir</target> 550 <target>Transferir</target>
543 <context-group name="null"> 551 <context-group name="null">
544 <context context-type="linenumber">43</context> 552 <context context-type="linenumber">43</context>
545 </context-group> 553 </context-group>
546 554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">4</context></context-group>
547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">104</context></context-group></trans-unit> 555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">104</context></context-group>
556 </trans-unit>
548 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 557 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
549 <source>Report video</source> 558 <source>Report video</source>
550 <target>Denunciar vídeo</target> 559 <target>Denunciar vídeo</target>
@@ -552,28 +561,25 @@
552 <context context-type="linenumber">3</context> 561 <context context-type="linenumber">3</context>
553 </context-group> 562 </context-group>
554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
555 </trans-unit><trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 564 </trans-unit>
556 <source> 565 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
557 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. 566 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source>
558 </source><target state="new"> 567 <target state="translated">O teu relatório irá ser enviado aos moderados de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> e irá ser redirecionado para o video de origem (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target>
559 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
560 </target>
561 <context-group purpose="location"> 568 <context-group purpose="location">
562 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 569 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
563 <context context-type="linenumber">9</context> 570 <context context-type="linenumber">9</context>
564 </context-group> 571 </context-group>
565 </trans-unit> 572 </trans-unit>
566
567 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 573 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
568 <source>Reason...</source> 574 <source>Reason...</source>
569 <target>Motivo...</target> 575 <target>Motivo...</target>
570 <context-group name="null"> 576 <context-group name="null">
571 <context context-type="linenumber">11</context> 577 <context context-type="linenumber">11</context>
572 </context-group> 578 </context-group>
573 579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">16</context></context-group>
574 580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">12</context></context-group>
575 581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">12</context></context-group>
576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 582 </trans-unit>
577 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 583 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
578 <source>Cancel</source> 584 <source>Cancel</source>
579 <target> 585 <target>
@@ -582,23 +588,20 @@
582 <context-group name="null"> 588 <context-group name="null">
583 <context context-type="linenumber">47</context> 589 <context context-type="linenumber">47</context>
584 </context-group> 590 </context-group>
585 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">15</context></context-group>
586 592 </trans-unit>
587
588
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
590 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd"> 593 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
591 <source>Submit</source> 594 <source>Submit</source>
592 <target>Submeter</target> 595 <target>Submeter</target>
593 <context-group name="null"> 596 <context-group name="null">
594 <context context-type="linenumber">52</context> 597 <context context-type="linenumber">52</context>
595 </context-group> 598 </context-group>
596 599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">31</context></context-group>
597 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">38</context></context-group>
598 601 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">27</context></context-group>
599 602 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">30</context></context-group>
600 603 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">53</context></context-group>
601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 604 </trans-unit>
602 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 605 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
603 <source>Blacklist video</source> 606 <source>Blacklist video</source>
604 <target>Colocar vídeo na lista negra</target> 607 <target>Colocar vídeo na lista negra</target>
@@ -606,45 +609,49 @@
606 <context context-type="linenumber">3</context> 609 <context context-type="linenumber">3</context>
607 </context-group> 610 </context-group>
608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">3</context></context-group> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">3</context></context-group>
609 </trans-unit><trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html"> 612 </trans-unit>
610 <source>This will ask remote instances to delete it</source><target state="new">This will ask remote instances to delete it</target> 613 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html">
611 614 <source>This will ask remote instances to delete it</source>
612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html"> 615 <target state="translated">Isto irá pedir a remoção nas outras instâncias</target>
613 <source>Unfederate the video</source><target state="new">Unfederate the video</target> 616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group>
614 617 </trans-unit>
615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 618 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html">
616 619 <source>Unfederate the video</source>
620 <target state="translated">Colocar o vídeo como não federado</target>
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group>
622 </trans-unit>
617 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 623 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
618 <source>Unlisted</source> 624 <source>Unlisted</source>
619 <target>Não listado</target> 625 <target>Não listado</target>
620 <context-group name="null"> 626 <context-group name="null">
621 <context context-type="linenumber">6</context> 627 <context context-type="linenumber">6</context>
622 </context-group> 628 </context-group>
623 629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group>
624 630 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group>
625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 631 </trans-unit>
626 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 632 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
627 <source>Private</source> 633 <source>Private</source>
628 <target>Privado</target> 634 <target>Privado</target>
629 <context-group name="null"> 635 <context-group name="null">
630 <context context-type="linenumber">7</context> 636 <context context-type="linenumber">7</context>
631 </context-group> 637 </context-group>
632 638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group>
633 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group>
634 640 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 641 </trans-unit>
636 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target> 642 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
637 643 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 644 <target state="new">{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</target>
639 645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group>
646 </trans-unit>
640 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 647 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
641 <source>Blacklisted</source> 648 <source>Blacklisted</source>
642 <target>Na lista negra</target> 649 <target>Na lista negra</target>
643 <context-group name="null"> 650 <context-group name="null">
644 <context context-type="linenumber">42</context> 651 <context context-type="linenumber">42</context>
645 </context-group> 652 </context-group>
646 653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group>
647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 654 </trans-unit>
648 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 655 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
649 <source>Sensitive</source> 656 <source>Sensitive</source>
650 <target> 657 <target>
@@ -653,8 +660,8 @@
653 <context-group name="null"> 660 <context-group name="null">
654 <context context-type="linenumber">46</context> 661 <context context-type="linenumber">46</context>
655 </context-group> 662 </context-group>
656 663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group>
657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 664 </trans-unit>
658 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 665 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
659 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 666 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
660 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target> 667 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target>
@@ -692,36 +699,37 @@
692 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 699 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
693 <source>Deleted</source> 700 <source>Deleted</source>
694 <target state="translated">Eliminado</target> 701 <target state="translated">Eliminado</target>
695 702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group>
696 703 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group>
697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group>
705 </trans-unit>
698 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 706 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
699 <source>Edit starts/stops at</source> 707 <source>Edit starts/stops at</source>
700 <target state="translated">Editar iniciar/parar às</target> 708 <target state="translated">Editar iniciar/parar às</target>
701 <context-group name="null"> 709 <context-group name="null">
702 <context context-type="linenumber">48</context> 710 <context context-type="linenumber">48</context>
703 </context-group> 711 </context-group>
704 712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group>
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 713 </trans-unit>
706 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 714 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
707 <source>Save</source> 715 <source>Save</source>
708 <target>Guardar</target> 716 <target>Guardar</target>
709 <context-group name="null"> 717 <context-group name="null">
710 <context context-type="linenumber">15</context> 718 <context context-type="linenumber">15</context>
711 </context-group> 719 </context-group>
712 720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group>
713 721 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group>
714 722 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group>
715 723 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 724 </trans-unit>
717 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 725 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
718 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 726 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
719 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 727 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
720 <context-group name="null"> 728 <context-group name="null">
721 <context context-type="linenumber">85</context> 729 <context context-type="linenumber">85</context>
722 </context-group> 730 </context-group>
723 731 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group>
724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 732 </trans-unit>
725 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 733 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
726 <source>No results.</source> 734 <source>No results.</source>
727 <target>Nenhum resultado.</target> 735 <target>Nenhum resultado.</target>
@@ -744,40 +752,46 @@
744 <context-group name="null"> 752 <context-group name="null">
745 <context context-type="linenumber">13</context> 753 <context context-type="linenumber">13</context>
746 </context-group> 754 </context-group>
747 755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group>
748 756 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group>
749 757 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group>
750 758 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group>
751 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 759 </trans-unit>
752 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 760 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
753 <source>Edit</source> 761 <source>Edit</source>
754 <target>Editar</target> 762 <target>Editar</target>
755 <context-group name="null"> 763 <context-group name="null">
756 <context context-type="linenumber">63</context> 764 <context context-type="linenumber">63</context>
757 </context-group> 765 </context-group>
758 766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group>
759 767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group>
760 768 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group>
761 769 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">40</context></context-group>
762 770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group>
763 771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group>
764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 772 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group>
773 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group>
774 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group>
775 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">87</context></context-group>
776 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group>
777 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group>
778 </trans-unit>
765 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 779 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
766 <source>Truncated preview</source> 780 <source>Truncated preview</source>
767 <target>Pré-visualização truncada</target> 781 <target>Pré-visualização truncada</target>
768 <context-group name="null"> 782 <context-group name="null">
769 <context context-type="linenumber">9</context> 783 <context context-type="linenumber">9</context>
770 </context-group> 784 </context-group>
771 785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group>
772 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 786 </trans-unit>
773 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196"> 787 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
774 <source>Complete preview</source> 788 <source>Complete preview</source>
775 <target>Pré-visualização completa</target> 789 <target>Pré-visualização completa</target>
776 <context-group name="null"> 790 <context-group name="null">
777 <context context-type="linenumber">13</context> 791 <context context-type="linenumber">13</context>
778 </context-group> 792 </context-group>
779 793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">19</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 794 </trans-unit>
781 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f"> 795 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
782 <source>Get help</source> 796 <source>Get help</source>
783 <target>Obter ajuda</target> 797 <target>Obter ajuda</target>
@@ -785,71 +799,68 @@
785 <context context-type="linenumber">29</context> 799 <context context-type="linenumber">29</context>
786 </context-group> 800 </context-group>
787 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.html</context><context context-type="linenumber">29</context></context-group> 801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.html</context><context context-type="linenumber">29</context></context-group>
788 </trans-unit><trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html"> 802 </trans-unit>
789 <source>Recommended</source><target state="new">Recommended</target> 803 <trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html">
804 <source>Recommended</source>
805 <target state="translated">Recomendado</target>
790 <context-group purpose="location"> 806 <context-group purpose="location">
791 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context> 807 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context>
792 <context context-type="linenumber">33</context> 808 <context context-type="linenumber">33</context>
793 </context-group> 809 </context-group>
794 </trans-unit> 810 </trans-unit>
795
796
797
798 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66"> 811 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
799 <source>Using an ActivityPub account</source> 812 <source>Using an ActivityPub account</source>
800 <target state="translated">Utilizando uma conta ActivityPub</target> 813 <target state="translated">Utilizando uma conta ActivityPub</target>
801 <context-group name="null"> 814 <context-group name="null">
802 <context context-type="linenumber">36</context> 815 <context context-type="linenumber">36</context>
803 </context-group> 816 </context-group>
804 817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">50</context></context-group>
805 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html"> 818 </trans-unit>
806 <source>Subscribe with an account on this instance</source><target state="new">Subscribe with an account on this instance</target> 819 <trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html">
820 <source>Subscribe with an account on this instance</source>
821 <target state="new">Subscribe with an account on this instance</target>
807 <context-group purpose="location"> 822 <context-group purpose="location">
808 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 823 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
809 <context context-type="linenumber">53</context> 824 <context context-type="linenumber">53</context>
810 </context-group> 825 </context-group>
811 </trans-unit> 826 </trans-unit>
812
813 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0"> 827 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
814 <source>Subscribe with your local account</source> 828 <source>Subscribe with your local account</source>
815 <target state="translated">Subscrever com a sua conta local</target> 829 <target state="translated">Subscrever com a sua conta local</target>
816 <context-group name="null"> 830 <context-group name="null">
817 <context context-type="linenumber">40</context> 831 <context context-type="linenumber">40</context>
818 </context-group> 832 </context-group>
819 833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">54</context></context-group>
820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit> 834 </trans-unit>
821 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed"> 835 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
822 <source>Subscribe with a Mastodon account:</source> 836 <source>Subscribe with a Mastodon account:</source>
823 <target state="translated">Subscrever com uma conta Mastodon:</target> 837 <target state="translated">Subscrever com uma conta Mastodon:</target>
824 <context-group name="null"> 838 <context-group name="null">
825 <context context-type="linenumber">43</context> 839 <context context-type="linenumber">43</context>
826 </context-group> 840 </context-group>
827 841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group>
828 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 842 </trans-unit>
829 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1"> 843 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
830 <source>Using a syndication feed</source> 844 <source>Using a syndication feed</source>
831 <target state="translated">Utilizando uma fonte de sindicação</target> 845 <target state="translated">Utilizando uma fonte de sindicação</target>
832 <context-group name="null"> 846 <context-group name="null">
833 <context context-type="linenumber">48</context> 847 <context context-type="linenumber">48</context>
834 </context-group> 848 </context-group>
835 849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">62</context></context-group>
836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">62</context></context-group></trans-unit> 850 </trans-unit>
837 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a"> 851 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
838 <source>Subscribe via RSS</source> 852 <source>Subscribe via RSS</source>
839 <target state="translated">Subscrever via RSS</target> 853 <target state="translated">Subscrever via RSS</target>
840 <context-group name="null"> 854 <context-group name="null">
841 <context context-type="linenumber">49</context> 855 <context context-type="linenumber">49</context>
842 </context-group> 856 </context-group>
843 857 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 858 </trans-unit>
845 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 859 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
846 <source> 860 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
847 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
848 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
849 </source>
850 <target state="new"> 861 <target state="new">
851 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 862 <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;"/>
852 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 863 <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;"/>
853 </target> 864 </target>
854 <context-group name="null"> 865 <context-group name="null">
855 <context context-type="linenumber">10</context> 866 <context context-type="linenumber">10</context>
@@ -857,12 +868,9 @@
857 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
858 </trans-unit> 869 </trans-unit>
859 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 870 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
860 <source> 871 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source>
861 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
862 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
863 </source>
864 <target state="new"> 872 <target state="new">
865 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 873 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
866 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 874 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
867 </target> 875 </target>
868 <context-group purpose="location"> 876 <context-group purpose="location">
@@ -871,12 +879,9 @@
871 </context-group> 879 </context-group>
872 </trans-unit> 880 </trans-unit>
873 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 881 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
874 <source> 882 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source>
875 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
876 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
877 </source>
878 <target state="new"> 883 <target state="new">
879 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 884 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
880 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 885 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
881 </target> 886 </target>
882 <context-group purpose="location"> 887 <context-group purpose="location">
@@ -893,13 +898,10 @@
893 </context-group> 898 </context-group>
894 </trans-unit> 899 </trans-unit>
895 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 900 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
896 <source> 901 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source>
897 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
898 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
899 </source>
900 <target state="new"> 902 <target state="new">
901 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 903 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
902 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 904 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
903 </target> 905 </target>
904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 906 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
905 </trans-unit> 907 </trans-unit>
@@ -918,14 +920,18 @@
918 <source>Transcoding in multiple resolutions</source> 920 <source>Transcoding in multiple resolutions</source>
919 <target state="translated">Transcodificar em múltiplas resoluções</target> 921 <target state="translated">Transcodificar em múltiplas resoluções</target>
920 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">31</context></context-group> 922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">31</context></context-group>
921 </trans-unit><trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html"> 923 </trans-unit>
922 <source>Requires manual validation by moderators</source><target state="new">Requires manual validation by moderators</target> 924 <trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html">
925 <source>Requires manual validation by moderators</source>
926 <target state="translated">Requer validação manual por moderadores</target>
923 <context-group purpose="location"> 927 <context-group purpose="location">
924 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 928 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
925 <context context-type="linenumber">40</context> 929 <context context-type="linenumber">40</context>
926 </context-group> 930 </context-group>
927 </trans-unit><trans-unit id="f1155367f44b4e3d2286db687d324a9b0cc1a7cb" datatype="html"> 931 </trans-unit>
928 <source>Automatically published</source><target state="new">Automatically published</target> 932 <trans-unit id="f1155367f44b4e3d2286db687d324a9b0cc1a7cb" datatype="html">
933 <source>Automatically published</source>
934 <target state="translated">Publicado automaticamente</target>
929 <context-group purpose="location"> 935 <context-group purpose="location">
930 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 936 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
931 <context context-type="linenumber">41</context> 937 <context context-type="linenumber">41</context>
@@ -937,13 +943,13 @@
937 <context-group name="null"> 943 <context-group name="null">
938 <context context-type="linenumber">57</context> 944 <context context-type="linenumber">57</context>
939 </context-group> 945 </context-group>
940 946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">46</context></context-group>
941 947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
942 948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 949 </trans-unit>
944 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 950 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
945 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source> 951 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
946 <target>Ilimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por dia)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target> 952 <target>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 }}"/> por dia)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
947 <context-group name="null"> 953 <context-group name="null">
948 <context context-type="linenumber">53</context> 954 <context context-type="linenumber">53</context>
949 </context-group> 955 </context-group>
@@ -955,11 +961,10 @@
955 <context-group name="null"> 961 <context-group name="null">
956 <context context-type="linenumber">286</context> 962 <context context-type="linenumber">286</context>
957 </context-group> 963 </context-group>
958 964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group>
959 965 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group>
960 966 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">45</context></context-group>
961 967 </trans-unit>
962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
963 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 968 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
964 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 969 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
965 <target>Importação HTTP (YouTube, Vimeo, URL direta...)</target> 970 <target>Importação HTTP (YouTube, Vimeo, URL direta...)</target>
@@ -1000,9 +1005,9 @@
1000 <context-group name="null"> 1005 <context-group name="null">
1001 <context context-type="linenumber">86</context> 1006 <context context-type="linenumber">86</context>
1002 </context-group> 1007 </context-group>
1003 1008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group>
1004 1009 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">131</context></context-group>
1005 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">131</context></context-group></trans-unit> 1010 </trans-unit>
1006 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 1011 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
1007 <source>users</source> 1012 <source>users</source>
1008 <target state="translated">utilizadores</target> 1013 <target state="translated">utilizadores</target>
@@ -1089,36 +1094,45 @@
1089 <context-group name="null"> 1094 <context-group name="null">
1090 <context context-type="linenumber">18</context> 1095 <context context-type="linenumber">18</context>
1091 </context-group> 1096 </context-group>
1092 1097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">20</context></context-group>
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 1098 </trans-unit>
1094 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7"> 1099 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
1095 <source>Cancel</source> 1100 <source>Cancel</source>
1096 <target>Cancelar</target> 1101 <target>Cancelar</target>
1097 <context-group name="null"> 1102 <context-group name="null">
1098 <context context-type="linenumber">23</context> 1103 <context context-type="linenumber">23</context>
1099 </context-group> 1104 </context-group>
1100 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group>
1101 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group>
1102 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group>
1103 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">105</context></context-group>
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">37</context></context-group>
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group>
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group>
1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">48</context></context-group>
1118 </trans-unit>
1105 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020"> 1119 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
1106 <source>Ban this user</source> 1120 <source>Ban this user</source>
1107 <target>Banir este utilizador</target> 1121 <target>Banir este utilizador</target>
1108 <context-group name="null"> 1122 <context-group name="null">
1109 <context context-type="linenumber">26</context> 1123 <context context-type="linenumber">26</context>
1110 </context-group> 1124 </context-group>
1111 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group>
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1126 </trans-unit>
1113 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7"> 1127 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
1114 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1128 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1115 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1129 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1116 <context-group name="null"> 1130 <context-group name="null">
1117 <context context-type="linenumber">11</context> 1131 <context context-type="linenumber">11</context>
1118 </context-group> 1132 </context-group>
1119 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group>
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">21</context></context-group>
1121 1135 </trans-unit>
1122 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 1136 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
1123 <source>Login</source> 1137 <source>Login</source>
1124 <target> 1138 <target>
@@ -1128,42 +1142,26 @@
1128 <context context-type="linenumber">2</context> 1142 <context context-type="linenumber">2</context>
1129 </context-group> 1143 </context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1131 </trans-unit><trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1145 </trans-unit>
1132 <source> 1146 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1133 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1147 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1134 </source><target state="new"> 1148 <target state="translated">Desculpe mas houve um problema com o processo de login externo. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contacte um administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1135 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1136 </target>
1137 <context-group purpose="location"> 1149 <context-group purpose="location">
1138 <context context-type="sourcefile">src/app/login/login.component.html</context> 1150 <context context-type="sourcefile">src/app/login/login.component.html</context>
1139 <context context-type="linenumber">6</context> 1151 <context context-type="linenumber">6</context>
1140 </context-group> 1152 </context-group>
1141 </trans-unit><trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html"> 1153 </trans-unit>
1142 <source> 1154 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1143 If you are looking for an account… 1155 <source>If you are looking for an account…</source>
1144 </source><target state="new"> 1156 <target state="translated">Se está à procura de uma conta…</target>
1145 If you are looking for an account…
1146 </target>
1147 <context-group purpose="location"> 1157 <context-group purpose="location">
1148 <context context-type="sourcefile">src/app/login/login.component.html</context> 1158 <context context-type="sourcefile">src/app/login/login.component.html</context>
1149 <context context-type="linenumber">12</context> 1159 <context context-type="linenumber">12</context>
1150 </context-group> 1160 </context-group>
1151 </trans-unit><trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1161 </trans-unit>
1152 <source> 1162 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1153 Currently this instance doesn't allow for user registration, but you can find an instance 1163 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1154 that gives you the possibility to sign up for an account and upload your videos there. 1164 <target state="translated">Esta instância não está a aceitar registro de utlizadores de momento, mas pode encontrar uma instância que oferece a possibilidade de registro e poderá fazer o carregamento de seus vídeos aí. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Encontre a sua, entre múltiplas instâncias, em <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1155
1156 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1157
1158 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1159 </source><target state="new">
1160 Currently this instance doesn't allow for user registration, but you can find an instance
1161 that gives you the possibility to sign up for an account and upload your videos there.
1162
1163 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1164
1165 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1166 </target>
1167 <context-group purpose="location"> 1165 <context-group purpose="location">
1168 <context context-type="sourcefile">src/app/login/login.component.html</context> 1166 <context context-type="sourcefile">src/app/login/login.component.html</context>
1169 <context context-type="linenumber">16</context> 1167 <context context-type="linenumber">16</context>
@@ -1175,69 +1173,66 @@
1175 <context-group name="null"> 1173 <context-group name="null">
1176 <context context-type="linenumber">16</context> 1174 <context context-type="linenumber">16</context>
1177 </context-group> 1175 </context-group>
1178 1176 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group>
1179 1177 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group>
1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1178 </trans-unit>
1181 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 1179 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
1182 <source>User</source> 1180 <source>User</source>
1183 <target>Utilizador</target> 1181 <target>Utilizador</target>
1184 <context-group name="null"> 1182 <context-group name="null">
1185 <context context-type="linenumber">13</context> 1183 <context context-type="linenumber">13</context>
1186 </context-group> 1184 </context-group>
1187 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group>
1188 1186 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
1189 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1187 </trans-unit>
1190 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1188 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1191 <source>Username or email address</source> 1189 <source>Username or email address</source>
1192 <target>Nome de utilizador ou endereço de correio eletrónico</target> 1190 <target>Nome de utilizador ou endereço de correio eletrónico</target>
1193 <context-group name="null"> 1191 <context-group name="null">
1194 <context context-type="linenumber">15</context> 1192 <context context-type="linenumber">15</context>
1195 </context-group> 1193 </context-group>
1196 1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group>
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html"> 1195 </trans-unit>
1198 <source> 1196 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1199 or create an account 1197 <source>or create an account</source>
1200 </source><target state="new"> 1198 <target state="translated">ou crie uma conta</target>
1201 or create an account
1202 </target>
1203 <context-group purpose="location"> 1199 <context-group purpose="location">
1204 <context context-type="sourcefile">src/app/login/login.component.html</context> 1200 <context context-type="sourcefile">src/app/login/login.component.html</context>
1205 <context context-type="linenumber">40</context> 1201 <context context-type="linenumber">40</context>
1206 </context-group> 1202 </context-group>
1207 </trans-unit> 1203 </trans-unit>
1208
1209
1210
1211 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 1204 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
1212 <source>Password</source> 1205 <source>Password</source>
1213 <target>Palavra-passe</target> 1206 <target>Palavra-passe</target>
1214 <context-group name="null"> 1207 <context-group name="null">
1215 <context context-type="linenumber">54</context> 1208 <context context-type="linenumber">54</context>
1216 </context-group> 1209 </context-group>
1217 1210 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1218 1211 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1219 1212 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group>
1220 1213 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group>
1221 1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group>
1222 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group>
1223 1216 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group>
1224 1217 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group>
1225 1218 </trans-unit>
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html"> 1219 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1227 <source>Click here to reset your password</source><target state="new">Click here to reset your password</target> 1220 <source>Click here to reset your password</source>
1228 1221 <target state="translated">Clique aqui para redefinir a sua senha</target>
1229 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">57</context></context-group>
1230 1223 </trans-unit>
1231 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 1224 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
1232 <source>Login</source> 1225 <source>Login</source>
1233 <target>Iniciar sessão</target> 1226 <target>Iniciar sessão</target>
1234 <context-group name="null"> 1227 <context-group name="null">
1235 <context context-type="linenumber">32</context> 1228 <context context-type="linenumber">32</context>
1236 </context-group> 1229 </context-group>
1237 1230 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1238 1231 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group>
1239 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html"> 1232 </trans-unit>
1240 <source>Or sign in with</source><target state="new">Or sign in with</target> 1233 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1234 <source>Or sign in with</source>
1235 <target state="new">Or sign in with</target>
1241 <context-group purpose="location"> 1236 <context-group purpose="location">
1242 <context context-type="sourcefile">src/app/login/login.component.html</context> 1237 <context context-type="sourcefile">src/app/login/login.component.html</context>
1243 <context context-type="linenumber">68</context> 1238 <context context-type="linenumber">68</context>
@@ -1249,48 +1244,47 @@
1249 <context-group name="null"> 1244 <context-group name="null">
1250 <context context-type="linenumber">58</context> 1245 <context context-type="linenumber">58</context>
1251 </context-group> 1246 </context-group>
1252 1247 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group>
1253 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 1248 </trans-unit>
1254 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html"> 1249 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1255 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1250 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1256 <target state="new"> 1251 <target state="new">
1257 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1252 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1258 </target> 1253 </target>
1259 1254 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group>
1260 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 1255 </trans-unit>
1261 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 1256 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
1262 <source>Email</source> 1257 <source>Email</source>
1263 <target>Correio eletrónico</target> 1258 <target>Correio eletrónico</target>
1264 <context-group name="null"> 1259 <context-group name="null">
1265 <context context-type="linenumber">43</context> 1260 <context context-type="linenumber">43</context>
1266 </context-group> 1261 </context-group>
1267 1262 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1268 1263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group>
1269 1264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group>
1270 1265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group>
1271 1266 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group>
1272 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group>
1273 1268 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group>
1274 1269 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group>
1275 1270 </trans-unit>
1276 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1277 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1271 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1278 <source>Email address</source> 1272 <source>Email address</source>
1279 <target>Endereço de correio eletrónico</target> 1273 <target>Endereço de correio eletrónico</target>
1280 <context-group name="null"> 1274 <context-group name="null">
1281 <context context-type="linenumber">10</context> 1275 <context context-type="linenumber">10</context>
1282 </context-group> 1276 </context-group>
1283 1277 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group>
1284 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group>
1285 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">97</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 1279 </trans-unit>
1286 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55"> 1280 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
1287 <source>Send me an email to reset my password</source> 1281 <source>Send me an email to reset my password</source>
1288 <target>Enviar-me uma mensagem para redefinir a minha palavra-passe</target> 1282 <target>Enviar-me uma mensagem para redefinir a minha palavra-passe</target>
1289 <context-group name="null"> 1283 <context-group name="null">
1290 <context context-type="linenumber">82</context> 1284 <context context-type="linenumber">82</context>
1291 </context-group> 1285 </context-group>
1292 1286 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group>
1293 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">110</context></context-group></trans-unit> 1287 </trans-unit>
1294 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa"> 1288 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
1295 <source>Reset my password</source> 1289 <source>Reset my password</source>
1296 <target>Redefinir a minha palavra-passe</target> 1290 <target>Redefinir a minha palavra-passe</target>
@@ -1322,18 +1316,19 @@
1322 <context context-type="linenumber">29</context> 1316 <context context-type="linenumber">29</context>
1323 </context-group> 1317 </context-group>
1324 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group> 1318 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group>
1325 </trans-unit><trans-unit id="3c2c6b17d0326ab344e194b17abbee201d58dbea" datatype="html"> 1319 </trans-unit>
1326 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></target> 1320 <trans-unit id="3c2c6b17d0326ab344e194b17abbee201d58dbea" datatype="html">
1321 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></source>
1322 <target state="new"><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></target>
1327 <context-group purpose="location"> 1323 <context-group purpose="location">
1328 <context context-type="sourcefile">src/app/search/search.component.html</context> 1324 <context context-type="sourcefile">src/app/search/search.component.html</context>
1329 <context context-type="linenumber">5</context> 1325 <context context-type="linenumber">5</context>
1330 </context-group> 1326 </context-group>
1331 </trans-unit> 1327 </trans-unit>
1332
1333 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1328 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1334 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 1329 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1335 <target> 1330 <target>
1336 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1331 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
1337 </target> 1332 </target>
1338 <context-group name="null"> 1333 <context-group name="null">
1339 <context context-type="linenumber">6</context> 1334 <context context-type="linenumber">6</context>
@@ -1341,13 +1336,10 @@
1341 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1336 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1342 </trans-unit> 1337 </trans-unit>
1343 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1338 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1344 <source> 1339 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1345 Filters
1346 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1347 </source>
1348 <target state="new"> 1340 <target state="new">
1349 Filters 1341 Filters
1350 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1342 <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;"/>
1351 </target> 1343 </target>
1352 <context-group name="null"> 1344 <context-group name="null">
1353 <context context-type="linenumber">16</context> 1345 <context context-type="linenumber">16</context>
@@ -1381,8 +1373,7 @@
1381 </context-group> 1373 </context-group>
1382 </trans-unit> 1374 </trans-unit>
1383 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1375 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1384 <source>CLI 1376 <source>CLI documentation</source>
1385 documentation</source>
1386 <target state="translated">Documentação de CLI</target> 1377 <target state="translated">Documentação de CLI</target>
1387 <context-group purpose="location"> 1378 <context-group purpose="location">
1388 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1379 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1398,8 +1389,7 @@
1398 </context-group> 1389 </context-group>
1399 </trans-unit> 1390 </trans-unit>
1400 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1391 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1401 <source>Administer 1392 <source>Administer documentation</source>
1402 documentation</source>
1403 <target state="translated">Administrar documentação</target> 1393 <target state="translated">Administrar documentação</target>
1404 <context-group purpose="location"> 1394 <context-group purpose="location">
1405 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1395 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1415,8 +1405,7 @@
1415 </context-group> 1405 </context-group>
1416 </trans-unit> 1406 </trans-unit>
1417 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1407 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1418 <source>Use 1408 <source>Use documentation</source>
1419 documentation</source>
1420 <target state="translated">Documentação do utilizador</target> 1409 <target state="translated">Documentação do utilizador</target>
1421 <context-group purpose="location"> 1410 <context-group purpose="location">
1422 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1411 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1440,16 +1429,16 @@
1440 </context-group> 1429 </context-group>
1441 </trans-unit> 1430 </trans-unit>
1442 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1431 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1443 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 1432 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
1444 <target state="translated">''Site'' da web Oficial do PeerTube (notícias, apoio, contribuir...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 1433 <target state="translated">''Site'' da web Oficial do PeerTube (notícias, apoio, contribuir...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
1445 <context-group purpose="location"> 1434 <context-group purpose="location">
1446 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1435 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1447 <context context-type="linenumber">44</context> 1436 <context context-type="linenumber">44</context>
1448 </context-group> 1437 </context-group>
1449 </trans-unit> 1438 </trans-unit>
1450 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1439 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1451 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source> 1440 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
1452 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1441 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
1453 </target> 1442 </target>
1454 <context-group purpose="location"> 1443 <context-group purpose="location">
1455 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1444 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1465,14 +1454,10 @@
1465 </context-group> 1454 </context-group>
1466 </trans-unit> 1455 </trans-unit>
1467 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1456 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1468 <source> 1457 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source>
1469 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1470 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1471 is very important for visitors to understand on what type of instance they are.
1472 </source>
1473 <target state="new"> 1458 <target state="new">
1474 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, 1459 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,
1475 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1460 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1476 is very important for visitors to understand on what type of instance they are. 1461 is very important for visitors to understand on what type of instance they are.
1477 </target> 1462 </target>
1478 <context-group purpose="location"> 1463 <context-group purpose="location">
@@ -1481,18 +1466,12 @@
1481 </context-group> 1466 </context-group>
1482 </trans-unit> 1467 </trans-unit>
1483 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1468 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1484 <source> 1469 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source>
1485 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1486 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1487 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1488 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1489 PeerTube instance.
1490 </source>
1491 <target state="new"> 1470 <target state="new">
1492 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance 1471 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance
1493 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1472 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1494 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the 1473 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the
1495 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1474 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1496 PeerTube instance. 1475 PeerTube instance.
1497 </target> 1476 </target>
1498 <context-group purpose="location"> 1477 <context-group purpose="location">
@@ -1503,13 +1482,13 @@
1503 <trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html"> 1482 <trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html">
1504 <source>Remind me later</source> 1483 <source>Remind me later</source>
1505 <target state="translated">Lembrar-me mais tarde</target> 1484 <target state="translated">Lembrar-me mais tarde</target>
1506 1485 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">80</context></context-group>
1507 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 1486 </trans-unit>
1508 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html"> 1487 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html">
1509 <source>Configure my instance</source> 1488 <source>Configure my instance</source>
1510 <target state="translated">Configurar a minha instância</target> 1489 <target state="translated">Configurar a minha instância</target>
1511 1490 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">86</context></context-group>
1512 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1491 </trans-unit>
1513 <trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html"> 1492 <trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html">
1514 <source>Configuration warning!</source> 1493 <source>Configuration warning!</source>
1515 <target state="translated">Aviso de configuração!</target> 1494 <target state="translated">Aviso de configuração!</target>
@@ -1581,14 +1560,10 @@
1581 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1560 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1582 <context context-type="linenumber">21</context> 1561 <context context-type="linenumber">21</context>
1583 </context-group> 1562 </context-group>
1584 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1563 </trans-unit>
1585 <source> 1564 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1586 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1565 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1587 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 1566 <target state="translated">Por favor, considere preencher estes campos para ajudar pessoas na escolha <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>da instância apropriada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sem estes campos, a sua instância pode não ser referenciada no <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>website JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target>
1588 </source><target state="new">
1589 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1590 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1591 </target>
1592 <context-group purpose="location"> 1567 <context-group purpose="location">
1593 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1568 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1594 <context context-type="linenumber">24</context> 1569 <context context-type="linenumber">24</context>
@@ -1616,19 +1591,16 @@
1616 <context-group name="null"> 1591 <context-group name="null">
1617 <context context-type="linenumber">173</context> 1592 <context context-type="linenumber">173</context>
1618 </context-group> 1593 </context-group>
1619 1594 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1620 1595 </trans-unit>
1621 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1622
1623 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 1596 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
1624 <source>Change the language</source> 1597 <source>Change the language</source>
1625 <target>Alterar o idioma</target> 1598 <target>Alterar o idioma</target>
1626 <context-group name="null"> 1599 <context-group name="null">
1627 <context context-type="linenumber">107</context> 1600 <context context-type="linenumber">107</context>
1628 </context-group> 1601 </context-group>
1629 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group>
1630 1603 </trans-unit>
1631 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
1632 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1604 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1633 <source>Help to translate PeerTube!</source> 1605 <source>Help to translate PeerTube!</source>
1634 <target state="translated">Ajude a traduzir o PeerTube!</target> 1606 <target state="translated">Ajude a traduzir o PeerTube!</target>
@@ -1660,36 +1632,48 @@
1660 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1632 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1661 <context context-type="linenumber">29</context> 1633 <context context-type="linenumber">29</context>
1662 </context-group> 1634 </context-group>
1663 </trans-unit><trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1635 </trans-unit>
1664 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source><target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1636 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1665 1637 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1666 1638 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1639 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group>
1668 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source><target state="new">Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1640 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group>
1641 </trans-unit>
1642 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1643 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1644 <target state="translated">Vídeos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1669 <context-group purpose="location"> 1645 <context-group purpose="location">
1670 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1646 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1671 <context context-type="linenumber">42</context> 1647 <context context-type="linenumber">42</context>
1672 </context-group> 1648 </context-group>
1673 </trans-unit><trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html"> 1649 </trans-unit>
1674 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source><target state="new">Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></target> 1650 <trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html">
1651 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source>
1652 <target state="translated">Impressionável: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></target>
1675 <context-group purpose="location"> 1653 <context-group purpose="location">
1676 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1654 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1677 <context context-type="linenumber">49</context> 1655 <context context-type="linenumber">49</context>
1678 </context-group> 1656 </context-group>
1679 </trans-unit><trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html"> 1657 </trans-unit>
1680 <source>Help share videos</source><target state="new">Help share videos</target> 1658 <trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html">
1659 <source>Help share videos</source>
1660 <target state="translated">Ajude a partilhar vídeos</target>
1681 <context-group purpose="location"> 1661 <context-group purpose="location">
1682 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1662 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1683 <context context-type="linenumber">55</context> 1663 <context context-type="linenumber">55</context>
1684 </context-group> 1664 </context-group>
1685 </trans-unit><trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html"> 1665 </trans-unit>
1686 <source>More account settings</source><target state="new">More account settings</target> 1666 <trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html">
1667 <source>More account settings</source>
1668 <target state="translated">Mais definições de conta</target>
1687 <context-group purpose="location"> 1669 <context-group purpose="location">
1688 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1670 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1689 <context context-type="linenumber">60</context> 1671 <context context-type="linenumber">60</context>
1690 </context-group> 1672 </context-group>
1691 </trans-unit><trans-unit id="d2dcb25a3b90ccb169effc066d36335363546d17" datatype="html"> 1673 </trans-unit>
1692 <source>Keyboard shortcuts</source><target state="new">Keyboard shortcuts</target> 1674 <trans-unit id="d2dcb25a3b90ccb169effc066d36335363546d17" datatype="html">
1675 <source>Keyboard shortcuts</source>
1676 <target state="translated">Atalhos de teclado</target>
1693 <context-group purpose="location"> 1677 <context-group purpose="location">
1694 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1678 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1695 <context context-type="linenumber">66</context> 1679 <context context-type="linenumber">66</context>
@@ -1698,41 +1682,49 @@
1698 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html"> 1682 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1699 <source>Help</source> 1683 <source>Help</source>
1700 <target state="translated">Ajuda</target> 1684 <target state="translated">Ajuda</target>
1701 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group>
1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html"> 1686 </trans-unit>
1703 <source>Get help using PeerTube</source><target state="new">Get help using PeerTube</target> 1687 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
1704 1688 <source>Get help using PeerTube</source>
1705 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit><trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html"> 1689 <target state="translated">Obtenha ajuda para usar o PeerTube</target>
1706 <source>Shortcuts</source><target state="new">Shortcuts</target> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">161</context></context-group>
1707 1691 </trans-unit>
1708 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1692 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
1709 <source> 1693 <source>Shortcuts</source>
1710 powered by PeerTube 1694 <target state="translated">Atalhos</target>
1711 </source><target state="new"> 1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">165</context></context-group>
1712 powered by PeerTube 1696 </trans-unit>
1713 </target> 1697 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1714 1698 <source>powered by PeerTube</source>
1715 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1699 <target state="translated">graças ao PeerTube</target>
1716 <source>PeerTube website</source><target state="new">PeerTube website</target> 1700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group>
1717 1701 </trans-unit>
1718 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit><trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1702 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
1719 <source>powered by PeerTube - CopyLeft 2015-2020</source><target state="new">powered by PeerTube - CopyLeft 2015-2020</target> 1703 <source>PeerTube website</source>
1720 1704 <target state="translated">Website PeerTube</target>
1721 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1705 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group>
1706 </trans-unit>
1707 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1708 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1709 <target state="translated">graças ao PeerTube - CopyLeft 2015-2020</target>
1710 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group>
1711 </trans-unit>
1722 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1712 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1723 <source>Log out</source> 1713 <source>Log out</source>
1724 <target state="translated">Terminar sessão</target> 1714 <target state="translated">Terminar sessão</target>
1725 1715 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group>
1726 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit> 1716 </trans-unit>
1727 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1717 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1728 <source>Create an account</source> 1718 <source>Create an account</source>
1729 <target>Criar uma conta</target> 1719 <target>Criar uma conta</target>
1730 <context-group name="null"> 1720 <context-group name="null">
1731 <context context-type="linenumber">33</context> 1721 <context context-type="linenumber">33</context>
1732 </context-group> 1722 </context-group>
1733 1723 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">78</context></context-group>
1734 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="c3346a45c43ae8e5021086880268979b8d2266f3" datatype="html"> 1724 </trans-unit>
1735 <source>MY LIBRARY</source><target state="new">MY LIBRARY</target> 1725 <trans-unit id="c3346a45c43ae8e5021086880268979b8d2266f3" datatype="html">
1726 <source>MY LIBRARY</source>
1727 <target state="new">MY LIBRARY</target>
1736 <context-group purpose="location"> 1728 <context-group purpose="location">
1737 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1729 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1738 <context context-type="linenumber">82</context> 1730 <context context-type="linenumber">82</context>
@@ -1744,38 +1736,37 @@
1744 <context-group name="null"> 1736 <context-group name="null">
1745 <context context-type="linenumber">37</context> 1737 <context context-type="linenumber">37</context>
1746 </context-group> 1738 </context-group>
1747 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
1748 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 1740 </trans-unit>
1749 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1741 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1750 <source>Videos</source> 1742 <source>Videos</source>
1751 <target>Vídeos</target> 1743 <target>Vídeos</target>
1752 <context-group name="null"> 1744 <context-group name="null">
1753 <context context-type="linenumber">24</context> 1745 <context context-type="linenumber">24</context>
1754 </context-group> 1746 </context-group>
1755 1747 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group>
1756 1748 </trans-unit>
1757
1758
1759 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit>
1760 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1749 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1761 <source>Playlists</source> 1750 <source>Playlists</source>
1762 <target state="translated">Listas de reprodução</target> 1751 <target state="translated">Listas de reprodução</target>
1763 1752 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group>
1764 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1753 </trans-unit>
1765 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1754 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1766 <source>Subscriptions</source> 1755 <source>Subscriptions</source>
1767 <target>Subscrições</target> 1756 <target>Subscrições</target>
1768 <context-group name="null"> 1757 <context-group name="null">
1769 <context context-type="linenumber">51</context> 1758 <context context-type="linenumber">51</context>
1770 </context-group> 1759 </context-group>
1771 1760 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group>
1772 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 1761 </trans-unit>
1773 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1762 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1774 <source>History</source> 1763 <source>History</source>
1775 <target state="translated">Histórico</target> 1764 <target state="translated">Histórico</target>
1776 1765 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group>
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html"> 1766 </trans-unit>
1778 <source>VIDEOS</source><target state="new">VIDEOS</target> 1767 <trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html">
1768 <source>VIDEOS</source>
1769 <target state="new">VIDEOS</target>
1779 <context-group purpose="location"> 1770 <context-group purpose="location">
1780 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1771 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1781 <context context-type="linenumber">107</context> 1772 <context context-type="linenumber">107</context>
@@ -1784,52 +1775,50 @@
1784 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1775 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1785 <source>Discover</source> 1776 <source>Discover</source>
1786 <target state="translated">Descobrir</target> 1777 <target state="translated">Descobrir</target>
1787 1778 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">111</context></context-group>
1788 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 1779 </trans-unit>
1789 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1780 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1790 <source>Trending</source> 1781 <source>Trending</source>
1791 <target>Tendências</target> 1782 <target>Tendências</target>
1792 <context-group name="null"> 1783 <context-group name="null">
1793 <context context-type="linenumber">71</context> 1784 <context context-type="linenumber">71</context>
1794 </context-group> 1785 </context-group>
1795 1786 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">116</context></context-group>
1796 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">116</context></context-group></trans-unit> 1787 </trans-unit>
1797 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1788 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1798 <source>Most liked</source> 1789 <source>Most liked</source>
1799 <target state="new">Most liked</target> 1790 <target state="new">Most liked</target>
1800 1791 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group>
1801 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1792 </trans-unit>
1802 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1793 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1803 <source>Recently added</source> 1794 <source>Recently added</source>
1804 <target>Adicionado recentemente</target> 1795 <target>Adicionado recentemente</target>
1805 <context-group name="null"> 1796 <context-group name="null">
1806 <context context-type="linenumber">81</context> 1797 <context context-type="linenumber">81</context>
1807 </context-group> 1798 </context-group>
1808 1799 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">126</context></context-group>
1809 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit> 1800 </trans-unit>
1810
1811 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1801 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1812 <source>Administration</source> 1802 <source>Administration</source>
1813 <target>Administração</target> 1803 <target>Administração</target>
1814 <context-group name="null"> 1804 <context-group name="null">
1815 <context context-type="linenumber">95</context> 1805 <context context-type="linenumber">95</context>
1816 </context-group> 1806 </context-group>
1817 1807 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
1818 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit> 1808 </trans-unit>
1819 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1809 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1820 <source>About</source> 1810 <source>About</source>
1821 <target>Sobre</target> 1811 <target>Sobre</target>
1822 <context-group name="null"> 1812 <context-group name="null">
1823 <context context-type="linenumber">26</context> 1813 <context context-type="linenumber">26</context>
1824 </context-group> 1814 </context-group>
1825 1815 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group>
1826 1816 </trans-unit>
1827 1817 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
1828 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html"> 1818 <source>Contact</source>
1829 <source>Contact</source><target state="new">Contact</target> 1819 <target state="new">Contact</target>
1830 1820 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group>
1831 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit> 1821 </trans-unit>
1832
1833 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1822 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1834 <source>View your notifications</source> 1823 <source>View your notifications</source>
1835 <target state="translated">Ver as suas notificações</target> 1824 <target state="translated">Ver as suas notificações</target>
@@ -1844,9 +1833,8 @@
1844 <context-group name="null"> 1833 <context-group name="null">
1845 <context context-type="linenumber">13</context> 1834 <context context-type="linenumber">13</context>
1846 </context-group> 1835 </context-group>
1847 1836 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group>
1848 1837 </trans-unit>
1849 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1850 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1838 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1851 <source>Mark all as read</source> 1839 <source>Mark all as read</source>
1852 <target state="translated">Marcar tudo como visto</target> 1840 <target state="translated">Marcar tudo como visto</target>
@@ -1872,51 +1860,67 @@
1872 <trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html"> 1860 <trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html">
1873 <source>Search videos, channels…</source> 1861 <source>Search videos, channels…</source>
1874 <target state="translated">Procurar por vídeos, canais…</target> 1862 <target state="translated">Procurar por vídeos, canais…</target>
1875 1863 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group>
1876 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1864 </trans-unit>
1877 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1865 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1866 <source>GLOBAL SEARCH</source>
1867 <target state="new">GLOBAL SEARCH</target>
1878 <context-group purpose="location"> 1868 <context-group purpose="location">
1879 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1869 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1880 <context context-type="linenumber">16</context> 1870 <context context-type="linenumber">16</context>
1881 </context-group> 1871 </context-group>
1882 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1872 </trans-unit>
1883 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1873 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1874 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1875 <target state="translated">a usar <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1884 <context-group purpose="location"> 1876 <context-group purpose="location">
1885 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1877 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1886 <context context-type="linenumber">18</context> 1878 <context context-type="linenumber">18</context>
1887 </context-group> 1879 </context-group>
1888 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1880 </trans-unit>
1889 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1881 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1882 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1883 <target state="translated">Resultados serão aumentados por indexação dos terceiros. Apenas a informação necessária para fazer a solicitação irá ser enviada.</target>
1890 <context-group purpose="location"> 1884 <context-group purpose="location">
1891 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1885 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1892 <context context-type="linenumber">22</context> 1886 <context context-type="linenumber">22</context>
1893 </context-group> 1887 </context-group>
1894 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1888 </trans-unit>
1895 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1889 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1890 <source>ADVANCED SEARCH</source>
1891 <target state="new">ADVANCED SEARCH</target>
1896 <context-group purpose="location"> 1892 <context-group purpose="location">
1897 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1893 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1898 <context context-type="linenumber">29</context> 1894 <context context-type="linenumber">29</context>
1899 </context-group> 1895 </context-group>
1900 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1896 </trans-unit>
1901 <source>any instance</source><target state="new">any instance</target> 1897 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1898 <source>any instance</source>
1899 <target state="translated">qualquer instância</target>
1902 <context-group purpose="location"> 1900 <context-group purpose="location">
1903 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1901 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1904 <context context-type="linenumber">32</context> 1902 <context context-type="linenumber">32</context>
1905 </context-group> 1903 </context-group>
1906 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1904 </trans-unit>
1907 <source>only followed instances</source><target state="new">only followed instances</target> 1905 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1906 <source>only followed instances</source>
1907 <target state="translated">apenas instâncias seguidas</target>
1908 <context-group purpose="location"> 1908 <context-group purpose="location">
1909 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1909 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1910 <context context-type="linenumber">33</context> 1910 <context context-type="linenumber">33</context>
1911 </context-group> 1911 </context-group>
1912 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1912 </trans-unit>
1913 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1913 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1914 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1915 <target state="translated">Determina se você pode concluir o pedido a qualquer conteúdo distante, ou se esta instância apenas deixa fazê-lo para instâncias seguidas por esta instância.</target>
1914 <context-group purpose="location"> 1916 <context-group purpose="location">
1915 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1917 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1916 <context context-type="linenumber">31</context> 1918 <context context-type="linenumber">31</context>
1917 </context-group> 1919 </context-group>
1918 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1920 </trans-unit>
1919 <source>channel</source><target state="new">channel</target> 1921 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1922 <source>channel</source>
1923 <target state="translated">canal</target>
1920 <context-group purpose="location"> 1924 <context-group purpose="location">
1921 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1925 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1922 <context context-type="linenumber">40</context> 1926 <context context-type="linenumber">40</context>
@@ -1925,8 +1929,10 @@
1925 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1929 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1926 <context context-type="linenumber">43</context> 1930 <context context-type="linenumber">43</context>
1927 </context-group> 1931 </context-group>
1928 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1932 </trans-unit>
1929 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1933 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1934 <source>Any other text will return matching video or channel names.</source>
1935 <target state="translated">Qualquer outro texto irá retornar vídeos ou nomes de canais que correspondam.</target>
1930 <context-group purpose="location"> 1936 <context-group purpose="location">
1931 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1937 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1932 <context context-type="linenumber">49</context> 1938 <context context-type="linenumber">49</context>
@@ -1946,33 +1952,35 @@
1946 <context-group name="null"> 1952 <context-group name="null">
1947 <context context-type="linenumber">9</context> 1953 <context context-type="linenumber">9</context>
1948 </context-group> 1954 </context-group>
1949 1955 <context-group purpose="location"><context context-type="sourcefile">src/app/header/header.component.html</context><context context-type="linenumber">5</context></context-group>
1950 <context-group purpose="location"><context context-type="sourcefile">src/app/header/header.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="2f8adf9966f3c287b193683af9e1eaba4f526d68" datatype="html"> 1956 </trans-unit>
1951 <source>In this channel</source><target state="new">In this channel</target> 1957 <trans-unit id="2f8adf9966f3c287b193683af9e1eaba4f526d68" datatype="html">
1958 <source>In this channel</source>
1959 <target state="translated">Neste canal</target>
1952 <context-group purpose="location"> 1960 <context-group purpose="location">
1953 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1961 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1954 <context context-type="linenumber">12</context> 1962 <context context-type="linenumber">12</context>
1955 </context-group> 1963 </context-group>
1956 </trans-unit><trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html"> 1964 </trans-unit>
1957 <source>In this instance</source><target state="new">In this instance</target> 1965 <trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html">
1966 <source>In this instance</source>
1967 <target state="translated">Nesta instância</target>
1958 <context-group purpose="location"> 1968 <context-group purpose="location">
1959 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1969 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1960 <context context-type="linenumber">13</context> 1970 <context context-type="linenumber">13</context>
1961 </context-group> 1971 </context-group>
1962 </trans-unit><trans-unit id="9848e55d7c95eddc1c4a044a63ed0e88e8cb6f5c" datatype="html"> 1972 </trans-unit>
1963 <source>In the vidiverse</source><target state="new">In the vidiverse</target> 1973 <trans-unit id="9848e55d7c95eddc1c4a044a63ed0e88e8cb6f5c" datatype="html">
1974 <source>In the vidiverse</source>
1975 <target state="translated">No vídeoverso</target>
1964 <context-group purpose="location"> 1976 <context-group purpose="location">
1965 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1977 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1966 <context context-type="linenumber">14</context> 1978 <context context-type="linenumber">14</context>
1967 </context-group> 1979 </context-group>
1968 </trans-unit><trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1980 </trans-unit>
1969 <source> 1981 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1970 Jump to channel 1982 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1971 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1983 <target state="translated">Vai para o canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
1972 </source><target state="new">
1973 Jump to channel
1974 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1975 </target>
1976 <context-group purpose="location"> 1984 <context-group purpose="location">
1977 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1985 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1978 <context context-type="linenumber">18</context> 1986 <context context-type="linenumber">18</context>
@@ -1989,12 +1997,12 @@
1989 <trans-unit id="a57adbb9bc3ecbc397157af25f96fc2123c9c383" datatype="html"> 1997 <trans-unit id="a57adbb9bc3ecbc397157af25f96fc2123c9c383" datatype="html">
1990 <source>Reset</source> 1998 <source>Reset</source>
1991 <target state="translated">Redefinir</target> 1999 <target state="translated">Redefinir</target>
1992 2000 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">8</context></context-group>
1993 2001 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">22</context></context-group>
1994 2002 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">36</context></context-group>
1995 2003 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">68</context></context-group>
1996 2004 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">82</context></context-group>
1997 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 2005 </trans-unit>
1998 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e"> 2006 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
1999 <source>Published date</source> 2007 <source>Published date</source>
2000 <target>Data de publicação</target> 2008 <target>Data de publicação</target>
@@ -2016,125 +2024,127 @@
2016 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html"> 2024 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html">
2017 <source>Before...</source> 2025 <source>Before...</source>
2018 <target state="translated">Antes...</target> 2026 <target state="translated">Antes...</target>
2019 2027 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">57</context></context-group>
2020 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 2028 </trans-unit>
2021 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 2029 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
2022 <source>Duration</source> 2030 <source>Duration</source>
2023 <target>Duração</target> 2031 <target>Duração</target>
2024 <context-group name="null"> 2032 <context-group name="null">
2025 <context context-type="linenumber">45</context> 2033 <context context-type="linenumber">45</context>
2026 </context-group> 2034 </context-group>
2027 2035 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">67</context></context-group>
2028 2036 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">237</context></context-group>
2029 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">67</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">237</context></context-group></trans-unit> 2037 </trans-unit>
2030 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 2038 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
2031 <source>Display sensitive content</source> 2039 <source>Display sensitive content</source>
2032 <target>Visualizar conteúdo sensível</target> 2040 <target>Visualizar conteúdo sensível</target>
2033 <context-group name="null"> 2041 <context-group name="null">
2034 <context context-type="linenumber">54</context> 2042 <context context-type="linenumber">54</context>
2035 </context-group> 2043 </context-group>
2036 2044 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">81</context></context-group>
2037 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 2045 </trans-unit>
2038 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952"> 2046 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
2039 <source>Yes</source> 2047 <source>Yes</source>
2040 <target>Sim</target> 2048 <target>Sim</target>
2041 <context-group name="null"> 2049 <context-group name="null">
2042 <context context-type="linenumber">58</context> 2050 <context context-type="linenumber">58</context>
2043 </context-group> 2051 </context-group>
2044 2052 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">89</context></context-group>
2045 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 2053 </trans-unit>
2046 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd"> 2054 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
2047 <source>No</source> 2055 <source>No</source>
2048 <target>Não</target> 2056 <target>Não</target>
2049 <context-group name="null"> 2057 <context-group name="null">
2050 <context context-type="linenumber">63</context> 2058 <context context-type="linenumber">63</context>
2051 </context-group> 2059 </context-group>
2052 2060 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">94</context></context-group>
2053 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit> 2061 </trans-unit>
2054 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94"> 2062 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
2055 <source>Category</source> 2063 <source>Category</source>
2056 <target>Categoria</target> 2064 <target>Categoria</target>
2057 <context-group name="null"> 2065 <context-group name="null">
2058 <context context-type="linenumber">164</context> 2066 <context context-type="linenumber">164</context>
2059 </context-group> 2067 </context-group>
2060 2068 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">102</context></context-group>
2061 2069 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">68</context></context-group>
2062 2070 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">202</context></context-group>
2063 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">202</context></context-group></trans-unit> 2071 </trans-unit>
2064 <trans-unit id="265ee68edfe57e510270da31ec99f67d94346009" datatype="html"> 2072 <trans-unit id="265ee68edfe57e510270da31ec99f67d94346009" datatype="html">
2065 <source>Reset</source> 2073 <source>Reset</source>
2066 <target state="translated">Redefinir</target> 2074 <target state="translated">Redefinir</target>
2067 2075 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">103</context></context-group>
2068 2076 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">116</context></context-group>
2069 2077 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">129</context></context-group>
2070 2078 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">144</context></context-group>
2071 2079 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">157</context></context-group>
2072 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">116</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">129</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">157</context></context-group></trans-unit><trans-unit id="75706466a5cffa6f6bf0d6c94a8345a001ce8cea" datatype="html"> 2080 </trans-unit>
2073 <source>Display all categories</source><target state="new">Display all categories</target> 2081 <trans-unit id="75706466a5cffa6f6bf0d6c94a8345a001ce8cea" datatype="html">
2074 2082 <source>Display all categories</source>
2075 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit> 2083 <target state="new">Display all categories</target>
2076 2084 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group>
2085 </trans-unit>
2077 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 2086 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
2078 <source>Licence</source> 2087 <source>Licence</source>
2079 <target>Licença</target> 2088 <target>Licença</target>
2080 <context-group name="null"> 2089 <context-group name="null">
2081 <context context-type="linenumber">173</context> 2090 <context context-type="linenumber">173</context>
2082 </context-group> 2091 </context-group>
2083 2092 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">115</context></context-group>
2084 2093 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">82</context></context-group>
2085 2094 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">211</context></context-group>
2086 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">211</context></context-group></trans-unit><trans-unit id="e19d80c6277747a68f3da8cfe1318303d2b5c952" datatype="html"> 2095 </trans-unit>
2087 <source>Display all licenses</source><target state="new">Display all licenses</target> 2096 <trans-unit id="e19d80c6277747a68f3da8cfe1318303d2b5c952" datatype="html">
2088 2097 <source>Display all licenses</source>
2089 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 2098 <target state="new">Display all licenses</target>
2090 2099 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group>
2100 </trans-unit>
2091 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 2101 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
2092 <source>Language</source> 2102 <source>Language</source>
2093 <target>Idioma</target> 2103 <target>Idioma</target>
2094 <context-group name="null"> 2104 <context-group name="null">
2095 <context context-type="linenumber">182</context> 2105 <context context-type="linenumber">182</context>
2096 </context-group> 2106 </context-group>
2097 2107 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">128</context></context-group>
2098 2108 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">10</context></context-group>
2099 2109 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">96</context></context-group>
2100 2110 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">220</context></context-group>
2101 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">128</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">96</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">220</context></context-group></trans-unit><trans-unit id="dcc3173a99661496cd1f836283993cc3e6576b26" datatype="html"> 2111 </trans-unit>
2102 <source>Display all languages</source><target state="new">Display all languages</target> 2112 <trans-unit id="dcc3173a99661496cd1f836283993cc3e6576b26" datatype="html">
2103 2113 <source>Display all languages</source>
2104 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group></trans-unit> 2114 <target state="new">Display all languages</target>
2105 2115 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group>
2116 </trans-unit>
2106 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 2117 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
2107 <source>All of these tags</source> 2118 <source>All of these tags</source>
2108 <target>Todas estas etiquetas</target> 2119 <target>Todas estas etiquetas</target>
2109 <context-group name="null"> 2120 <context-group name="null">
2110 <context context-type="linenumber">103</context> 2121 <context context-type="linenumber">103</context>
2111 </context-group> 2122 </context-group>
2112 2123 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">143</context></context-group>
2113 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 2124 </trans-unit>
2114 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab"> 2125 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
2115 <source>One of these tags</source> 2126 <source>One of these tags</source>
2116 <target>Uma destas etiquetas</target> 2127 <target>Uma destas etiquetas</target>
2117 <context-group name="null"> 2128 <context-group name="null">
2118 <context context-type="linenumber">108</context> 2129 <context context-type="linenumber">108</context>
2119 </context-group> 2130 </context-group>
2120 2131 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">156</context></context-group>
2121 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit> 2132 </trans-unit>
2122 <trans-unit id="ca72d574353a355b8fadbc1ceda174a0bd1bf7cd" datatype="html"> 2133 <trans-unit id="ca72d574353a355b8fadbc1ceda174a0bd1bf7cd" datatype="html">
2123 <source>Reset</source> 2134 <source>Reset</source>
2124 <target state="new"> 2135 <target state="new">
2125 Reset 2136 Reset
2126 </target> 2137 </target>
2127 2138 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">171</context></context-group>
2128 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 2139 </trans-unit>
2129 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 2140 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
2130 <source>Filter</source> 2141 <source>Filter</source>
2131 <target>Filtro</target> 2142 <target>Filtro</target>
2132 <context-group name="null"> 2143 <context-group name="null">
2133 <context context-type="linenumber">115</context> 2144 <context context-type="linenumber">115</context>
2134 </context-group> 2145 </context-group>
2135 2146 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">175</context></context-group>
2136 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit> 2147 </trans-unit>
2137
2138 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2148 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
2139 <source>Display unlisted and private videos</source> 2149 <source>Display unlisted and private videos</source>
2140 <target state="new">Display unlisted and private videos</target> 2150 <target state="new">Display unlisted and private videos</target>
@@ -2173,239 +2183,240 @@
2173 <context-group name="null"> 2183 <context-group name="null">
2174 <context context-type="linenumber">29</context> 2184 <context context-type="linenumber">29</context>
2175 </context-group> 2185 </context-group>
2176 2186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group>
2177 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 2187 </trans-unit>
2178
2179 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 2188 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2180 <source>Add this caption</source> 2189 <source>Add this caption</source>
2181 <target>Adicionar essa legenda oculta</target> 2190 <target>Adicionar essa legenda oculta</target>
2182 <context-group name="null"> 2191 <context-group name="null">
2183 <context context-type="linenumber">40</context> 2192 <context context-type="linenumber">40</context>
2184 </context-group> 2193 </context-group>
2185 2194 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group>
2186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 2195 </trans-unit>
2187 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 2196 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
2188 <source>Title</source> 2197 <source>Title</source>
2189 <target>Título</target> 2198 <target>Título</target>
2190 <context-group name="null"> 2199 <context-group name="null">
2191 <context context-type="linenumber">9</context> 2200 <context context-type="linenumber">9</context>
2192 </context-group> 2201 </context-group>
2193 2202 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group>
2194 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2203 </trans-unit>
2195 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b"> 2204 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
2196 <source>Tags</source> 2205 <source>Tags</source>
2197 <target>Tags</target> 2206 <target>Tags</target>
2198 <context-group name="null"> 2207 <context-group name="null">
2199 <context context-type="linenumber">191</context> 2208 <context context-type="linenumber">191</context>
2200 </context-group> 2209 </context-group>
2201 2210 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">19</context></context-group>
2202 2211 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group></trans-unit> 2212 </trans-unit>
2204 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2213 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2205 <source> 2214 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source>
2206 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2207 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2208 Press Enter to add a new tag.
2209 </source>
2210 <target state="new"> 2215 <target state="new">
2211 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2216 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2212 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2217 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2213 Press Enter to add a new tag. 2218 Press Enter to add a new tag.
2214 </target> 2219 </target>
2215 2220 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2216 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2221 </trans-unit>
2217 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2222 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
2218 <source>+ Tag</source> 2223 <source>+ Tag</source>
2219 <target state="new">+ Tag</target> 2224 <target state="new">+ Tag</target>
2220 <context-group name="null"> 2225 <context-group name="null">
2221 <context context-type="linenumber">30</context> 2226 <context context-type="linenumber">30</context>
2222 </context-group> 2227 </context-group>
2223 2228 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group>
2224 2229 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group>
2225 2230 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group>
2226 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 2231 </trans-unit>
2227 <trans-unit id="e5a71671bcec89845f208e90c3bf508aafc8f931" datatype="html"> 2232 <trans-unit id="e5a71671bcec89845f208e90c3bf508aafc8f931" datatype="html">
2228 <source>Enter a tag</source> 2233 <source>Enter a tag</source>
2229 <target state="new">Enter a tag</target> 2234 <target state="new">Enter a tag</target>
2230 2235 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group>
2231 2236 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group>
2232 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">150</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit> 2237 </trans-unit>
2233 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0"> 2238 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
2234 <source>Enter a new tag</source> 2239 <source>Enter a new tag</source>
2235 <target state="new">Enter a new tag</target> 2240 <target state="new">Enter a new tag</target>
2236 <context-group name="null"> 2241 <context-group name="null">
2237 <context context-type="linenumber">30</context> 2242 <context context-type="linenumber">30</context>
2238 </context-group> 2243 </context-group>
2239 2244 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group>
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 2245 </trans-unit>
2241 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 2246 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
2242 <source>Description</source> 2247 <source>Description</source>
2243 <target>Descrição</target> 2248 <target>Descrição</target>
2244 <context-group name="null"> 2249 <context-group name="null">
2245 <context context-type="linenumber">55</context> 2250 <context context-type="linenumber">55</context>
2246 </context-group> 2251 </context-group>
2247 2252 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">39</context></context-group>
2248 2253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">38</context></context-group>
2249 2254 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group>
2250 2255 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group>
2251 2256 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group>
2252 2257 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group>
2253 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group>
2254 2259 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">55</context></context-group>
2255 2260 </trans-unit>
2256
2257 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit>
2258 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html"> 2261 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html">
2259 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 2262 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2260 <target state="new"> 2263 <target state="new">
2261 Video descriptions are truncated by default and require manual action to expand them. 2264 Video descriptions are truncated by default and require manual action to expand them.
2262 </target> 2265 </target>
2263 2266 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">43</context></context-group>
2264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2267 </trans-unit>
2265 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 2268 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2266 <source>Channel</source> 2269 <source>Channel</source>
2267 <target>Canal</target> 2270 <target>Canal</target>
2268 <context-group name="null"> 2271 <context-group name="null">
2269 <context context-type="linenumber">23</context> 2272 <context context-type="linenumber">23</context>
2270 </context-group> 2273 </context-group>
2271 2274 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group>
2272 2275 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group>
2273 2276 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">11</context></context-group>
2274 2277 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">27</context></context-group>
2275 2278 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2276 2279 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2277 2280 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group>
2278 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2281 </trans-unit>
2279 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 2282 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2280 <source>Privacy</source> 2283 <source>Privacy</source>
2281 <target>Privacidade</target> 2284 <target>Privacidade</target>
2282 <context-group name="null"> 2285 <context-group name="null">
2283 <context context-type="linenumber">33</context> 2286 <context context-type="linenumber">33</context>
2284 </context-group> 2287 </context-group>
2285 2288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group>
2286 2289 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group>
2287 2290 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">20</context></context-group>
2288 2291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">36</context></context-group>
2289 2292 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group>
2290 2293 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2291 2294 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2292 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">187</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit><trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html"> 2295 </trans-unit>
2293 <source>FAQ</source><target state="new">FAQ</target> 2296 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2294 2297 <source>FAQ</source>
2295 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html"> 2298 <target state="new">FAQ</target>
2296 <source>Frequently asked questions about PeerTube</source><target state="new">Frequently asked questions about PeerTube</target> 2299 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group>
2297 2300 </trans-unit>
2298 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html"> 2301 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2299 <source>API</source><target state="new">API</target> 2302 <source>Frequently asked questions about PeerTube</source>
2300 2303 <target state="translated">Perguntas frequentes sobre PeerTube</target>
2301 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit><trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html"> 2304 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">162</context></context-group>
2302 <source>API documentation</source><target state="new">API documentation</target> 2305 </trans-unit>
2303 2306 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2304 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group></trans-unit> 2307 <source>API</source>
2308 <target state="new">API</target>
2309 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group>
2310 </trans-unit>
2311 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2312 <source>API documentation</source>
2313 <target state="new">API documentation</target>
2314 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">164</context></context-group>
2315 </trans-unit>
2305 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 2316 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
2306 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 2317 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2307 <target>Agendar publicação (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2318 <target>Agendar publicação (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
2308 <context-group name="null"> 2319 <context-group name="null">
2309 <context context-type="linenumber">122</context> 2320 <context context-type="linenumber">122</context>
2310 </context-group> 2321 </context-group>
2311 2322 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group>
2312 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit> 2323 </trans-unit>
2313 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee"> 2324 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
2314 <source>This video contains mature or explicit content</source> 2325 <source>This video contains mature or explicit content</source>
2315 <target>Esse vídeo contém conteúdo adulto e explícito</target> 2326 <target>Esse vídeo contém conteúdo adulto e explícito</target>
2316 <context-group name="null"> 2327 <context-group name="null">
2317 <context context-type="linenumber">136</context> 2328 <context context-type="linenumber">136</context>
2318 </context-group> 2329 </context-group>
2319 2330 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">139</context></context-group>
2320 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 2331 </trans-unit>
2321 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644"> 2332 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
2322 <source>Some instances do not list videos containing mature or explicit content by default.</source> 2333 <source>Some instances do not list videos containing mature or explicit content by default.</source>
2323 <target>Algumas instâncias não listam vídeos contendo conteúdo adulto e explícito por padrão.</target> 2334 <target>Algumas instâncias não listam vídeos contendo conteúdo adulto e explícito por padrão.</target>
2324 <context-group name="null"> 2335 <context-group name="null">
2325 <context context-type="linenumber">140</context> 2336 <context context-type="linenumber">140</context>
2326 </context-group> 2337 </context-group>
2327 2338 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">143</context></context-group>
2328 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 2339 </trans-unit>
2329 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 2340 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2330 <source>Wait transcoding before publishing the video</source> 2341 <source>Wait transcoding before publishing the video</source>
2331 <target>Aguarde a transcodificação antes de publicar o vídeo</target> 2342 <target>Aguarde a transcodificação antes de publicar o vídeo</target>
2332 <context-group name="null"> 2343 <context-group name="null">
2333 <context context-type="linenumber">146</context> 2344 <context context-type="linenumber">146</context>
2334 </context-group> 2345 </context-group>
2335 2346 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">149</context></context-group>
2336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">149</context></context-group></trans-unit> 2347 </trans-unit>
2337 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 2348 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2338 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 2349 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2339 <target>Se você decidir não aguardar a transcodificação antes de publicar o vídeo, ele poderá não ser reproduzido até que a transcodificação termine.</target> 2350 <target>Se você decidir não aguardar a transcodificação antes de publicar o vídeo, ele poderá não ser reproduzido até que a transcodificação termine.</target>
2340 <context-group name="null"> 2351 <context-group name="null">
2341 <context context-type="linenumber">150</context> 2352 <context context-type="linenumber">150</context>
2342 </context-group> 2353 </context-group>
2343 2354 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">153</context></context-group>
2344 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 2355 </trans-unit>
2345 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7"> 2356 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
2346 <source>Basic info</source> 2357 <source>Basic info</source>
2347 <target>Info básica</target> 2358 <target>Info básica</target>
2348 <context-group name="null"> 2359 <context-group name="null">
2349 <context context-type="linenumber">4</context> 2360 <context context-type="linenumber">4</context>
2350 </context-group> 2361 </context-group>
2351 2362 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">5</context></context-group>
2352 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2363 </trans-unit>
2353 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22"> 2364 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
2354 <source>Add another caption</source> 2365 <source>Add another caption</source>
2355 <target>Adicionar outra legenda oculta</target> 2366 <target>Adicionar outra legenda oculta</target>
2356 <context-group name="null"> 2367 <context-group name="null">
2357 <context context-type="linenumber">166</context> 2368 <context context-type="linenumber">166</context>
2358 </context-group> 2369 </context-group>
2359 2370 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">171</context></context-group>
2360 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 2371 </trans-unit>
2361 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed"> 2372 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
2362 <source>See the subtitle file</source> 2373 <source>See the subtitle file</source>
2363 <target>Veja o arquivo de legenda</target> 2374 <target>Veja o arquivo de legenda</target>
2364 <context-group name="null"> 2375 <context-group name="null">
2365 <context context-type="linenumber">175</context> 2376 <context context-type="linenumber">175</context>
2366 </context-group> 2377 </context-group>
2367 2378 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2368 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group></trans-unit> 2379 </trans-unit>
2369 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2380 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2370 <source>Already uploaded ✔</source> 2381 <source>Already uploaded ✔</source>
2371 <target state="new">Already uploaded ✔</target> 2382 <target state="new">Already uploaded ✔</target>
2372 <context-group name="null"> 2383 <context-group name="null">
2373 <context context-type="linenumber">179</context> 2384 <context context-type="linenumber">179</context>
2374 </context-group> 2385 </context-group>
2375 2386 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group>
2376 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit> 2387 </trans-unit>
2377 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 2388 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
2378 <source>Will be created on update</source> 2389 <source>Will be created on update</source>
2379 <target state="new">Will be created on update</target> 2390 <target state="new">Will be created on update</target>
2380 <context-group name="null"> 2391 <context-group name="null">
2381 <context context-type="linenumber">187</context> 2392 <context context-type="linenumber">187</context>
2382 </context-group> 2393 </context-group>
2383 2394 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">192</context></context-group>
2384 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">192</context></context-group></trans-unit> 2395 </trans-unit>
2385 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 2396 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2386 <source>Cancel create</source> 2397 <source>Cancel create</source>
2387 <target>Cancelar criação</target> 2398 <target>Cancelar criação</target>
2388 <context-group name="null"> 2399 <context-group name="null">
2389 <context context-type="linenumber">189</context> 2400 <context context-type="linenumber">189</context>
2390 </context-group> 2401 </context-group>
2391 2402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">194</context></context-group>
2392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 2403 </trans-unit>
2393 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 2404 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
2394 <source>Will be deleted on update</source> 2405 <source>Will be deleted on update</source>
2395 <target state="new">Will be deleted on update</target> 2406 <target state="new">Will be deleted on update</target>
2396 <context-group name="null"> 2407 <context-group name="null">
2397 <context context-type="linenumber">195</context> 2408 <context context-type="linenumber">195</context>
2398 </context-group> 2409 </context-group>
2399 2410 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">200</context></context-group>
2400 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 2411 </trans-unit>
2401 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 2412 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2402 <source>Cancel deletion</source> 2413 <source>Cancel deletion</source>
2403 <target>Cancelar exclusão</target> 2414 <target>Cancelar exclusão</target>
2404 <context-group name="null"> 2415 <context-group name="null">
2405 <context context-type="linenumber">197</context> 2416 <context context-type="linenumber">197</context>
2406 </context-group> 2417 </context-group>
2407 2418 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">202</context></context-group>
2408 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">202</context></context-group></trans-unit> 2419 </trans-unit>
2409 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 2420 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
2410 <source>No captions for now.</source> 2421 <source>No captions for now.</source>
2411 <target state="new"> 2422 <target state="new">
@@ -2414,86 +2425,81 @@
2414 <context-group name="null"> 2425 <context-group name="null">
2415 <context context-type="linenumber">202</context> 2426 <context context-type="linenumber">202</context>
2416 </context-group> 2427 </context-group>
2417 2428 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">207</context></context-group>
2418 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">207</context></context-group></trans-unit> 2429 </trans-unit>
2419 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 2430 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2420 <source>Captions</source> 2431 <source>Captions</source>
2421 <target>Legendas ocultas</target> 2432 <target>Legendas ocultas</target>
2422 <context-group name="null"> 2433 <context-group name="null">
2423 <context context-type="linenumber">159</context> 2434 <context context-type="linenumber">159</context>
2424 </context-group> 2435 </context-group>
2425 2436 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">163</context></context-group>
2426 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit> 2437 </trans-unit>
2427 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430" datatype="html"> 2438 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430" datatype="html">
2428 <source>Video preview</source> 2439 <source>Video preview</source>
2429 <target state="new">Video preview</target> 2440 <target state="new">Video preview</target>
2430 2441 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">223</context></context-group>
2431 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">223</context></context-group></trans-unit> 2442 </trans-unit>
2432 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604"> 2443 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2433 <source>Support</source> 2444 <source>Support</source>
2434 <target>Apoiar</target> 2445 <target>Apoiar</target>
2435 <context-group name="null"> 2446 <context-group name="null">
2436 <context context-type="linenumber">78</context> 2447 <context context-type="linenumber">78</context>
2437 </context-group> 2448 </context-group>
2438 2449 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">232</context></context-group>
2439 2450 </trans-unit>
2440 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">232</context></context-group></trans-unit>
2441 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2451 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
2442 <source>Short text to tell people how they can support you (membership platform...).</source> 2452 <source>Short text to tell people how they can support you (membership platform...).</source>
2443 <target>Texto curto para dizer às pessoas como elas podem apoiar você (plataforma de membros, etc.).</target> 2453 <target>Texto curto para dizer às pessoas como elas podem apoiar você (plataforma de membros, etc.).</target>
2444 <context-group name="null"> 2454 <context-group name="null">
2445 <context context-type="linenumber">226</context> 2455 <context context-type="linenumber">226</context>
2446 </context-group> 2456 </context-group>
2447 2457 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">233</context></context-group>
2448 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">233</context></context-group></trans-unit> 2458 </trans-unit>
2449 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html"> 2459 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html">
2450 <source>Original publication date</source> 2460 <source>Original publication date</source>
2451 <target state="new">Original publication date</target> 2461 <target state="new">Original publication date</target>
2452 2462 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">246</context></context-group>
2453 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">246</context></context-group></trans-unit> 2463 </trans-unit>
2454 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html"> 2464 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html">
2455 <source>This is the date when the content was originally published (e.g. the release date for a film)</source> 2465 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2456 <target state="new">This is the date when the content was originally published (e.g. the release date for a film)</target> 2466 <target state="new">This is the date when the content was originally published (e.g. the release date for a film)</target>
2457 2467 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">247</context></context-group>
2458 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">247</context></context-group></trans-unit> 2468 </trans-unit>
2459 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 2469 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2460 <source>Enable video comments</source> 2470 <source>Enable video comments</source>
2461 <target>Habilitar comentários de vídeos</target> 2471 <target>Habilitar comentários de vídeos</target>
2462 <context-group name="null"> 2472 <context-group name="null">
2463 <context context-type="linenumber">254</context> 2473 <context context-type="linenumber">254</context>
2464 </context-group> 2474 </context-group>
2465 2475 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">261</context></context-group>
2466 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit> 2476 </trans-unit>
2467 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html"> 2477 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html">
2468 <source>Enable download</source> 2478 <source>Enable download</source>
2469 <target state="new">Enable download</target> 2479 <target state="new">Enable download</target>
2470 2480 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">266</context></context-group>
2471 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 2481 </trans-unit>
2472 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 2482 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2473 <source>Advanced settings</source> 2483 <source>Advanced settings</source>
2474 <target>Configurações avançadas</target> 2484 <target>Configurações avançadas</target>
2475 <context-group name="null"> 2485 <context-group name="null">
2476 <context context-type="linenumber">210</context> 2486 <context context-type="linenumber">210</context>
2477 </context-group> 2487 </context-group>
2478 2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">216</context></context-group>
2479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit> 2489 </trans-unit>
2480 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 2490 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
2481 <source>URL</source> 2491 <source>URL</source>
2482 <target>URL</target> 2492 <target>URL</target>
2483 <context-group name="null"> 2493 <context-group name="null">
2484 <context context-type="linenumber">10</context> 2494 <context context-type="linenumber">10</context>
2485 </context-group> 2495 </context-group>
2486 2496 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</context></context-group>
2487 2497 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 2498 </trans-unit>
2489 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2499 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2490 <source> 2500 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source>
2491 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2492 or URL that points to a raw MP4 file.
2493 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.
2494 </source>
2495 <target state="new"> 2501 <target state="new">
2496 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2502 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
2497 or URL that points to a raw MP4 file. 2503 or URL that points to a raw MP4 file.
2498 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. 2504 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2499 </target> 2505 </target>
@@ -2508,10 +2514,10 @@
2508 <context-group name="null"> 2514 <context-group name="null">
2509 <context context-type="linenumber">53</context> 2515 <context context-type="linenumber">53</context>
2510 </context-group> 2516 </context-group>
2511 2517 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group>
2512 2518 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">63</context></context-group>
2513 2519 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">52</context></context-group>
2514 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 2520 </trans-unit>
2515 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2521 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2516 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2522 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2517 <target> 2523 <target>
@@ -2528,10 +2534,11 @@
2528 <context-group name="null"> 2534 <context-group name="null">
2529 <context context-type="linenumber">17</context> 2535 <context context-type="linenumber">17</context>
2530 </context-group> 2536 </context-group>
2531 2537 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group>
2532 2538 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">73</context></context-group>
2533 2539 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group>
2534 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2540 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">18</context></context-group>
2541 </trans-unit>
2535 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2542 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
2536 <source>Select the file to upload</source> 2543 <source>Select the file to upload</source>
2537 <target>Selecione o arquivo para enviar</target> 2544 <target>Selecione o arquivo para enviar</target>
@@ -2546,33 +2553,33 @@
2546 <context-group name="null"> 2553 <context-group name="null">
2547 <context context-type="linenumber">25</context> 2554 <context context-type="linenumber">25</context>
2548 </context-group> 2555 </context-group>
2549 2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">24</context></context-group>
2550 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 2557 </trans-unit>
2551 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 2558 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2552 <source>Video background image</source> 2559 <source>Video background image</source>
2553 <target state="new">Video background image</target> 2560 <target state="new">Video background image</target>
2554 2561 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2555 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 2562 </trans-unit>
2556 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2563 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2557 <source> 2564 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source>
2558 Image that will be merged with your audio file.
2559 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2560 The chosen image will be definitive and cannot be modified.
2561 </source>
2562 <target state="new"> 2565 <target state="new">
2563 Image that will be merged with your audio file. 2566 Image that will be merged with your audio file.
2564 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2567 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2565 The chosen image will be definitive and cannot be modified. 2568 The chosen image will be definitive and cannot be modified.
2566 </target> 2569 </target>
2567 2570 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2568 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2571 </trans-unit>
2569 <source>Processing…</source><target state="new">Processing…</target> 2572 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
2570 2573 <source>Processing…</source>
2571 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2574 <target state="translated">A processar…</target>
2572 <source>Total video quota</source><target state="new">Total video quota</target> 2575 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">55</context></context-group>
2573 2576 </trans-unit>
2574 2577 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2575 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2578 <source>Total video quota</source>
2579 <target state="translated">Quota total de vídeo</target>
2580 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">53</context></context-group>
2581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">11</context></context-group>
2582 </trans-unit>
2576 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2583 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2577 <source>Congratulations! Your video is now available in your private library.</source> 2584 <source>Congratulations! Your video is now available in your private library.</source>
2578 <target state="new"> 2585 <target state="new">
@@ -2581,24 +2588,24 @@
2581 <context-group name="null"> 2588 <context-group name="null">
2582 <context context-type="linenumber">66</context> 2589 <context context-type="linenumber">66</context>
2583 </context-group> 2590 </context-group>
2584 2591 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">67</context></context-group>
2585 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit> 2592 </trans-unit>
2586 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 2593 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2587 <source>Publish will be available when upload is finished</source> 2594 <source>Publish will be available when upload is finished</source>
2588 <target>A publicação estará disponível quando o envio terminar</target> 2595 <target>A publicação estará disponível quando o envio terminar</target>
2589 <context-group name="null"> 2596 <context-group name="null">
2590 <context context-type="linenumber">79</context> 2597 <context context-type="linenumber">79</context>
2591 </context-group> 2598 </context-group>
2592 2599 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">80</context></context-group>
2593 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 2600 </trans-unit>
2594 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 2601 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
2595 <source>Publish</source> 2602 <source>Publish</source>
2596 <target>Publicar</target> 2603 <target>Publicar</target>
2597 <context-group name="null"> 2604 <context-group name="null">
2598 <context context-type="linenumber">86</context> 2605 <context context-type="linenumber">86</context>
2599 </context-group> 2606 </context-group>
2600 2607 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">87</context></context-group>
2601 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 2608 </trans-unit>
2602 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b"> 2609 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
2603 <source>Select the torrent to import</source> 2610 <source>Select the torrent to import</source>
2604 <target>Selecione o torrent para importar</target> 2611 <target>Selecione o torrent para importar</target>
@@ -2606,33 +2613,31 @@
2606 <context context-type="linenumber">6</context> 2613 <context context-type="linenumber">6</context>
2607 </context-group> 2614 </context-group>
2608 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">6</context></context-group> 2615 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">6</context></context-group>
2609 </trans-unit><trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html"> 2616 </trans-unit>
2610 <source>OR</source><target state="new">OR</target> 2617 <trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
2618 <source>OR</source>
2619 <target state="new">OR</target>
2611 <context-group purpose="location"> 2620 <context-group purpose="location">
2612 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2621 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2613 <context context-type="linenumber">10</context> 2622 <context context-type="linenumber">10</context>
2614 </context-group> 2623 </context-group>
2615 </trans-unit> 2624 </trans-unit>
2616
2617 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 2625 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
2618 <source>Paste magnet URI</source> 2626 <source>Paste magnet URI</source>
2619 <target>Colar URI magnética</target> 2627 <target>Colar URI magnética</target>
2620 <context-group name="null"> 2628 <context-group name="null">
2621 <context context-type="linenumber">14</context> 2629 <context context-type="linenumber">14</context>
2622 </context-group> 2630 </context-group>
2623 2631 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2624 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2632 </trans-unit>
2625 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2633 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2626 <source> 2634 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2627 You can import any torrent file that points to a mp4 file.
2628 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2629 </source>
2630 <target state="new"> 2635 <target state="new">
2631 You can import any torrent file that points to a mp4 file. 2636 You can import any torrent file that points to a mp4 file.
2632 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. 2637 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.
2633 </target> 2638 </target>
2634 2639 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2635 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2640 </trans-unit>
2636 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2641 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2637 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2642 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2638 <target> 2643 <target>
@@ -2641,18 +2646,14 @@
2641 <context-group name="null"> 2646 <context-group name="null">
2642 <context context-type="linenumber">57</context> 2647 <context context-type="linenumber">57</context>
2643 </context-group> 2648 </context-group>
2644 2649 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2645 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 2650 </trans-unit>
2646 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2651 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2647 <source> 2652 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source>
2648 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2649 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2650 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2651 </source>
2652 <target state="new"> 2653 <target state="new">
2653 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance. 2654 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance.
2654 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2655 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2655 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos. 2656 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos.
2656 </target> 2657 </target>
2657 <context-group purpose="location"> 2658 <context-group purpose="location">
2658 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2659 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2689,17 +2690,16 @@
2689 <context-group name="null"> 2690 <context-group name="null">
2690 <context context-type="linenumber">17</context> 2691 <context context-type="linenumber">17</context>
2691 </context-group> 2692 </context-group>
2692 2693 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">26</context></context-group>
2693 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2694 </trans-unit>
2694 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340"> 2695 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
2695 <source>Import with torrent</source> 2696 <source>Import with torrent</source>
2696 <target>Importar com torrent</target> 2697 <target>Importar com torrent</target>
2697 <context-group name="null"> 2698 <context-group name="null">
2698 <context context-type="linenumber">24</context> 2699 <context context-type="linenumber">24</context>
2699 </context-group> 2700 </context-group>
2700 2701 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">36</context></context-group>
2701 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 2702 </trans-unit>
2702
2703 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html"> 2703 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html">
2704 <source>Other videos</source> 2704 <source>Other videos</source>
2705 <target state="new"> 2705 <target state="new">
@@ -2709,8 +2709,10 @@
2709 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context> 2709 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
2710 <context context-type="linenumber">4</context> 2710 <context context-type="linenumber">4</context>
2711 </context-group> 2711 </context-group>
2712 </trans-unit><trans-unit id="70155053814b6999f8abce4f89bab85afc76e538" datatype="html"> 2712 </trans-unit>
2713 <source>AUTOPLAY</source><target state="new">AUTOPLAY</target> 2713 <trans-unit id="70155053814b6999f8abce4f89bab85afc76e538" datatype="html">
2714 <source>AUTOPLAY</source>
2715 <target state="new">AUTOPLAY</target>
2714 <context-group purpose="location"> 2716 <context-group purpose="location">
2715 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context> 2717 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
2716 <context context-type="linenumber">10</context> 2718 <context context-type="linenumber">10</context>
@@ -2722,9 +2724,8 @@
2722 <context-group name="null"> 2724 <context-group name="null">
2723 <context context-type="linenumber">83</context> 2725 <context context-type="linenumber">83</context>
2724 </context-group> 2726 </context-group>
2725 2727 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">3</context></context-group>
2726 2728 </trans-unit>
2727 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
2728 <trans-unit id="71420314c00d8b709ea1aad8f608498f8db92258" datatype="html"> 2729 <trans-unit id="71420314c00d8b709ea1aad8f608498f8db92258" datatype="html">
2729 <source>Share the playlist</source> 2730 <source>Share the playlist</source>
2730 <target state="new">Share the playlist</target> 2731 <target state="new">Share the playlist</target>
@@ -2755,48 +2756,47 @@
2755 <context-group name="null"> 2756 <context-group name="null">
2756 <context context-type="linenumber">27</context> 2757 <context context-type="linenumber">27</context>
2757 </context-group> 2758 </context-group>
2758 2759 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">43</context></context-group>
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2760 </trans-unit>
2760 <trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html"> 2761 <trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html">
2761 <source>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).</source> 2762 <source>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).</source>
2762 <target state="new"> 2763 <target state="new">
2763 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). 2764 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).
2764 </target> 2765 </target>
2765 2766 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">59</context></context-group>
2766 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 2767 </trans-unit>
2767 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2768 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2768 <source>Embed</source> 2769 <source>Embed</source>
2769 <target>Embutir</target> 2770 <target>Embutir</target>
2770 <context-group name="null"> 2771 <context-group name="null">
2771 <context context-type="linenumber">35</context> 2772 <context context-type="linenumber">35</context>
2772 </context-group> 2773 </context-group>
2773 2774 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">53</context></context-group>
2774 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2775 </trans-unit>
2775 <trans-unit id="9adb13e2ba5160c8b0b100dc3f4cbe6051b5af9b" datatype="html"> 2776 <trans-unit id="9adb13e2ba5160c8b0b100dc3f4cbe6051b5af9b" datatype="html">
2776 <source>Auto select subtitle</source> 2777 <source>Auto select subtitle</source>
2777 <target state="new">Auto select subtitle</target> 2778 <target state="new">Auto select subtitle</target>
2778 2779 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">90</context></context-group>
2779 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 2780 </trans-unit>
2780 <trans-unit id="f0e9c70583e8264cda79a8151de51cbb1ecb02ef" datatype="html"> 2781 <trans-unit id="f0e9c70583e8264cda79a8151de51cbb1ecb02ef" datatype="html">
2781 <source>More customization</source> 2782 <source>More customization</source>
2782 <target state="new"> 2783 <target state="new">
2783 More customization 2784 More customization
2784 </target> 2785 </target>
2785 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">170</context></context-group>
2786 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 2787 </trans-unit>
2787 <trans-unit id="cfad9c5d4357d7c4ac99cc2ce63c54c9738901d7" datatype="html"> 2788 <trans-unit id="cfad9c5d4357d7c4ac99cc2ce63c54c9738901d7" datatype="html">
2788 <source>Less customization</source> 2789 <source>Less customization</source>
2789 <target state="new"> 2790 <target state="new">
2790 Less customization 2791 Less customization
2791 </target> 2792 </target>
2792 2793 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">178</context></context-group>
2793 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">178</context></context-group></trans-unit> 2794 </trans-unit>
2794 <trans-unit id="0c2e76c41af25effefd456fb1e86143e0cfd1a4e" datatype="html"> 2795 <trans-unit id="0c2e76c41af25effefd456fb1e86143e0cfd1a4e" datatype="html">
2795 <source>Autoplay</source> 2796 <source>Autoplay</source>
2796 <target state="new">Autoplay</target> 2797 <target state="new">Autoplay</target>
2797 2798 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">121</context></context-group>
2798 2799 </trans-unit>
2799 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
2800 <trans-unit id="71b6e75eb1d54bcd9a64b9af9b99121785a065d0" datatype="html"> 2800 <trans-unit id="71b6e75eb1d54bcd9a64b9af9b99121785a065d0" datatype="html">
2801 <source>Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></source> 2801 <source>Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></source>
2802 <target state="new">Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></target> 2802 <target state="new">Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></target>
@@ -2808,37 +2808,37 @@
2808 <trans-unit id="cb66498f1a530d9b29ee5bc6605628add658dd87" datatype="html"> 2808 <trans-unit id="cb66498f1a530d9b29ee5bc6605628add658dd87" datatype="html">
2809 <source>Maybe later</source> 2809 <source>Maybe later</source>
2810 <target state="new">Maybe later</target> 2810 <target state="new">Maybe later</target>
2811 2811 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context><context context-type="linenumber">11</context></context-group>
2812 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2812 </trans-unit>
2813 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809"> 2813 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
2814 <source>Muted</source> 2814 <source>Muted</source>
2815 <target state="new">Muted</target> 2815 <target state="new">Muted</target>
2816 <context-group name="null"> 2816 <context-group name="null">
2817 <context context-type="linenumber">20</context> 2817 <context context-type="linenumber">20</context>
2818 </context-group> 2818 </context-group>
2819 2819 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">128</context></context-group>
2820 2820 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">19</context></context-group>
2821 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">128</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2821 </trans-unit>
2822 <trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html"> 2822 <trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html">
2823 <source>Loop</source> 2823 <source>Loop</source>
2824 <target state="new">Loop</target> 2824 <target state="new">Loop</target>
2825 2825 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">135</context></context-group>
2826 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">135</context></context-group></trans-unit> 2826 </trans-unit>
2827 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523" datatype="html"> 2827 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523" datatype="html">
2828 <source>Display video title</source> 2828 <source>Display video title</source>
2829 <target state="new">Display video title</target> 2829 <target state="new">Display video title</target>
2830 2830 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">144</context></context-group>
2831 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">144</context></context-group></trans-unit> 2831 </trans-unit>
2832 <trans-unit id="cd0fb32d9b50b615bdce413ca955283df7ab0b74" datatype="html"> 2832 <trans-unit id="cd0fb32d9b50b615bdce413ca955283df7ab0b74" datatype="html">
2833 <source>Display privacy warning</source> 2833 <source>Display privacy warning</source>
2834 <target state="new">Display privacy warning</target> 2834 <target state="new">Display privacy warning</target>
2835 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">151</context></context-group>
2836 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 2836 </trans-unit>
2837 <trans-unit id="3e10c53d0372db827bf38571e56d166f1df963bf" datatype="html"> 2837 <trans-unit id="3e10c53d0372db827bf38571e56d166f1df963bf" datatype="html">
2838 <source>Display player controls</source> 2838 <source>Display player controls</source>
2839 <target state="new">Display player controls</target> 2839 <target state="new">Display player controls</target>
2840 2840 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">158</context></context-group>
2841 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">158</context></context-group></trans-unit> 2841 </trans-unit>
2842 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html"> 2842 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html">
2843 <source>Public</source> 2843 <source>Public</source>
2844 <target state="new">Public</target> 2844 <target state="new">Public</target>
@@ -2886,9 +2886,9 @@
2886 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2886 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2887 </trans-unit> 2887 </trans-unit>
2888 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2888 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2889 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2889 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2890 <target state="new"> 2890 <target state="new">
2891 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2891 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2892 </target> 2892 </target>
2893 <context-group purpose="location"> 2893 <context-group purpose="location">
2894 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2894 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2896,28 +2896,34 @@
2896 </context-group> 2896 </context-group>
2897 </trans-unit> 2897 </trans-unit>
2898 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2898 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2899 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 2899 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2900 <target state="new"> 2900 <target state="new">
2901 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2901 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2902 </target> 2902 </target>
2903 <context-group purpose="location"> 2903 <context-group purpose="location">
2904 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2904 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2905 <context context-type="linenumber">56</context> 2905 <context context-type="linenumber">56</context>
2906 </context-group> 2906 </context-group>
2907 </trans-unit><trans-unit id="74059c5dce671d464259e3ce37a5d408c3fd7720" datatype="html"> 2907 </trans-unit>
2908 <source>SUPPORT</source><target state="new">SUPPORT</target> 2908 <trans-unit id="74059c5dce671d464259e3ce37a5d408c3fd7720" datatype="html">
2909 <source>SUPPORT</source>
2910 <target state="new">SUPPORT</target>
2909 <context-group purpose="location"> 2911 <context-group purpose="location">
2910 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2912 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2911 <context context-type="linenumber">87</context> 2913 <context context-type="linenumber">87</context>
2912 </context-group> 2914 </context-group>
2913 </trans-unit><trans-unit id="83ea0f7a6f84393af198d48193e01a96f3fcbc9a" datatype="html"> 2915 </trans-unit>
2914 <source>SHARE</source><target state="new">SHARE</target> 2916 <trans-unit id="83ea0f7a6f84393af198d48193e01a96f3fcbc9a" datatype="html">
2917 <source>SHARE</source>
2918 <target state="new">SHARE</target>
2915 <context-group purpose="location"> 2919 <context-group purpose="location">
2916 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2920 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2917 <context context-type="linenumber">92</context> 2921 <context context-type="linenumber">92</context>
2918 </context-group> 2922 </context-group>
2919 </trans-unit><trans-unit id="cf272d006ff8c0b60e61b14e17fa6a39b30d614a" datatype="html"> 2923 </trans-unit>
2920 <source>SAVE</source><target state="new">SAVE</target> 2924 <trans-unit id="cf272d006ff8c0b60e61b14e17fa6a39b30d614a" datatype="html">
2925 <source>SAVE</source>
2926 <target state="new">SAVE</target>
2921 <context-group purpose="location"> 2927 <context-group purpose="location">
2922 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2928 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2923 <context context-type="linenumber">103</context> 2929 <context context-type="linenumber">103</context>
@@ -2953,46 +2959,53 @@
2953 <context-group name="null"> 2959 <context-group name="null">
2954 <context context-type="linenumber">118</context> 2960 <context context-type="linenumber">118</context>
2955 </context-group> 2961 </context-group>
2956 2962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">2</context></context-group>
2957 2963 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">150</context></context-group>
2958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">2</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">150</context></context-group></trans-unit> 2964 </trans-unit>
2959 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 2965 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
2960 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2966 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2961 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2967 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2962 <context-group name="null"> 2968 <context-group name="null">
2963 <context context-type="linenumber">129</context> 2969 <context context-type="linenumber">129</context>
2964 </context-group> 2970 </context-group>
2965 2971 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group>
2966 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit> 2972 </trans-unit>
2967 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2973 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2968 <source>Go to the account page</source> 2974 <source>Go to the account page</source>
2969 <target>Ir para a página da conta</target> 2975 <target>Ir para a página da conta</target>
2970 <context-group name="null"> 2976 <context-group name="null">
2971 <context context-type="linenumber">63</context> 2977 <context context-type="linenumber">63</context>
2972 </context-group> 2978 </context-group>
2973 2979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group>
2974 2980 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group>
2975 2981 </trans-unit>
2976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit><trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html"> 2982 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
2977 <source>Subscribe</source><target state="new">Subscribe</target> 2983 <source>Subscribe</source>
2984 <target state="new">Subscribe</target>
2978 <context-group purpose="location"> 2985 <context-group purpose="location">
2979 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2986 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2980 <context context-type="linenumber">7</context> 2987 <context context-type="linenumber">7</context>
2981 </context-group> 2988 </context-group>
2982 </trans-unit><trans-unit id="6e215e23505768151b501b7e11dd5b864e604fd9" datatype="html"> 2989 </trans-unit>
2983 <source>Subscribe to all channels</source><target state="new">Subscribe to all channels</target> 2990 <trans-unit id="6e215e23505768151b501b7e11dd5b864e604fd9" datatype="html">
2991 <source>Subscribe to all channels</source>
2992 <target state="new">Subscribe to all channels</target>
2984 <context-group purpose="location"> 2993 <context-group purpose="location">
2985 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 2994 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2986 <context context-type="linenumber">9</context> 2995 <context context-type="linenumber">9</context>
2987 </context-group> 2996 </context-group>
2988 </trans-unit><trans-unit id="c33a843e309de9d67771aa5e666f61e92f4c6216" datatype="html"> 2997 </trans-unit>
2989 <source>channels subscribed</source><target state="new">channels subscribed</target> 2998 <trans-unit id="c33a843e309de9d67771aa5e666f61e92f4c6216" datatype="html">
2999 <source>channels subscribed</source>
3000 <target state="new">channels subscribed</target>
2990 <context-group purpose="location"> 3001 <context-group purpose="location">
2991 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 3002 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2992 <context context-type="linenumber">11</context> 3003 <context context-type="linenumber">11</context>
2993 </context-group> 3004 </context-group>
2994 </trans-unit><trans-unit id="e01bfa3629e2133dbf307975446bde047eb8bd1f" datatype="html"> 3005 </trans-unit>
2995 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source><target state="new">{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</target> 3006 <trans-unit id="e01bfa3629e2133dbf307975446bde047eb8bd1f" datatype="html">
3007 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source>
3008 <target state="new">{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</target>
2996 <context-group purpose="location"> 3009 <context-group purpose="location">
2997 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 3010 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
2998 <context context-type="linenumber">31</context> 3011 <context context-type="linenumber">31</context>
@@ -3004,17 +3017,19 @@
3004 <context-group name="null"> 3017 <context-group name="null">
3005 <context context-type="linenumber">141</context> 3018 <context context-type="linenumber">141</context>
3006 </context-group> 3019 </context-group>
3007 3020 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">174</context></context-group>
3008 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">174</context></context-group></trans-unit> 3021 </trans-unit>
3009 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3022 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3010 <source>Show less</source> 3023 <source>Show less</source>
3011 <target>Mostrar menos</target> 3024 <target>Mostrar menos</target>
3012 <context-group name="null"> 3025 <context-group name="null">
3013 <context context-type="linenumber">147</context> 3026 <context context-type="linenumber">147</context>
3014 </context-group> 3027 </context-group>
3015 3028 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">180</context></context-group>
3016 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">180</context></context-group></trans-unit><trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html"> 3029 </trans-unit>
3017 <source>Origin instance</source><target state="new">Origin instance</target> 3030 <trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html">
3031 <source>Origin instance</source>
3032 <target state="new">Origin instance</target>
3018 <context-group purpose="location"> 3033 <context-group purpose="location">
3019 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3034 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3020 <context context-type="linenumber">192</context> 3035 <context context-type="linenumber">192</context>
@@ -3023,45 +3038,46 @@
3023 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html"> 3038 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html">
3024 <source>Originally published</source> 3039 <source>Originally published</source>
3025 <target state="new">Originally published</target> 3040 <target state="new">Originally published</target>
3026 3041 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">197</context></context-group>
3027 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 3042 </trans-unit>
3028 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 3043 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
3044 <source>Friendly Reminder:</source>
3045 <target state="translated">Nota Amigável:</target>
3029 <context-group purpose="location"> 3046 <context-group purpose="location">
3030 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3047 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3031 <context context-type="linenumber">261</context> 3048 <context context-type="linenumber">261</context>
3032 </context-group> 3049 </context-group>
3033 </trans-unit><trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html"> 3050 </trans-unit>
3034 <source> 3051 <trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html">
3035 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. 3052 <source>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.</source>
3036 </source><target state="new"> 3053 <target state="translated">o sistema de partilha utilizado neste vídeo implica que algumas informações técnicas acerca do seu sistema (como endereço de IP) podem ser enviadas a outros pares.</target>
3037 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.
3038 </target>
3039 <context-group purpose="location"> 3054 <context-group purpose="location">
3040 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3055 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3041 <context context-type="linenumber">262</context> 3056 <context context-type="linenumber">262</context>
3042 </context-group> 3057 </context-group>
3043 </trans-unit> 3058 </trans-unit>
3044
3045
3046 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3059 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3047 <source>More information</source> 3060 <source>More information</source>
3048 <target>Mais informações</target> 3061 <target>Mais informações</target>
3049 <context-group name="null"> 3062 <context-group name="null">
3050 <context context-type="linenumber">215</context> 3063 <context context-type="linenumber">215</context>
3051 </context-group> 3064 </context-group>
3052 3065 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group>
3053 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 3066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">35</context></context-group>
3067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">50</context></context-group>
3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group>
3069 </trans-unit>
3054 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3070 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3055 <source>Get more information</source> 3071 <source>Get more information</source>
3056 <target>Obtenha mais informações</target> 3072 <target>Obtenha mais informações</target>
3057 <context-group name="null"> 3073 <context-group name="null">
3058 <context context-type="linenumber">215</context> 3074 <context context-type="linenumber">215</context>
3059 </context-group> 3075 </context-group>
3060 3076 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group>
3061 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 3077 </trans-unit>
3062 <source> 3078 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
3063 OK 3079 <source>OK</source>
3064 </source><target state="new"> 3080 <target state="new">
3065 OK 3081 OK
3066 </target> 3082 </target>
3067 <context-group purpose="location"> 3083 <context-group purpose="location">
@@ -3069,7 +3085,6 @@
3069 <context context-type="linenumber">269</context> 3085 <context context-type="linenumber">269</context>
3070 </context-group> 3086 </context-group>
3071 </trans-unit> 3087 </trans-unit>
3072
3073 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 3088 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
3074 <source>1 Comment</source> 3089 <source>1 Comment</source>
3075 <target state="new">1 Comment</target> 3090 <target state="new">1 Comment</target>
@@ -3077,14 +3092,15 @@
3077 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3092 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3078 <context context-type="linenumber">6</context> 3093 <context context-type="linenumber">6</context>
3079 </context-group> 3094 </context-group>
3080 </trans-unit><trans-unit id="8164af7bbe7fb9a3d2064ddf2627a7a4d5446575" datatype="html"> 3095 </trans-unit>
3081 <source><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</target> 3096 <trans-unit id="8164af7bbe7fb9a3d2064ddf2627a7a4d5446575" datatype="html">
3097 <source><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</source>
3098 <target state="new"><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</target>
3082 <context-group purpose="location"> 3099 <context-group purpose="location">
3083 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3100 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3084 <context context-type="linenumber">7</context> 3101 <context context-type="linenumber">7</context>
3085 </context-group> 3102 </context-group>
3086 </trans-unit> 3103 </trans-unit>
3087
3088 <trans-unit id="c5bb9f8936cb33db2ca351a1b87a984fdf11917c" datatype="html"> 3104 <trans-unit id="c5bb9f8936cb33db2ca351a1b87a984fdf11917c" datatype="html">
3089 <source>Comments</source> 3105 <source>Comments</source>
3090 <target state="new">Comments</target> 3106 <target state="new">Comments</target>
@@ -3092,10 +3108,10 @@
3092 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 3108 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3093 <context context-type="linenumber">9</context> 3109 <context context-type="linenumber">9</context>
3094 </context-group> 3110 </context-group>
3095 </trans-unit><trans-unit id="a87cd0a1633f944e697fa2ee68362d8bc11c41ee" datatype="html"> 3111 </trans-unit>
3096 <source> 3112 <trans-unit id="a87cd0a1633f944e697fa2ee68362d8bc11c41ee" datatype="html">
3097 SORT BY 3113 <source>SORT BY</source>
3098 </source><target state="new"> 3114 <target state="new">
3099 SORT BY 3115 SORT BY
3100 </target> 3116 </target>
3101 <context-group purpose="location"> 3117 <context-group purpose="location">
@@ -3103,7 +3119,6 @@
3103 <context context-type="linenumber">15</context> 3119 <context context-type="linenumber">15</context>
3104 </context-group> 3120 </context-group>
3105 </trans-unit> 3121 </trans-unit>
3106
3107 <trans-unit id="6d355ab9a2c6af4f7ffcb44dd8ca0c5572f958ca" datatype="html"> 3122 <trans-unit id="6d355ab9a2c6af4f7ffcb44dd8ca0c5572f958ca" datatype="html">
3108 <source>Most recent first (default)</source> 3123 <source>Most recent first (default)</source>
3109 <target state="new">Most recent first (default)</target> 3124 <target state="new">Most recent first (default)</target>
@@ -3133,20 +3148,20 @@
3133 <target state="new"> 3148 <target state="new">
3134 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others 3149 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
3135 </target> 3150 </target>
3136 3151 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group>
3137 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit> 3152 </trans-unit>
3138 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html"> 3153 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3139 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3154 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3140 <target state="new"> 3155 <target state="new">
3141 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> 3156 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
3142 </target> 3157 </target>
3143 3158 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group>
3144 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3159 </trans-unit>
3145 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html"> 3160 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3146 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 3161 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3147 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 3162 <target state="new">View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
3148 3163 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group>
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3164 </trans-unit>
3150 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 3165 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
3151 <source>Comments are disabled.</source> 3166 <source>Comments are disabled.</source>
3152 <target> 3167 <target>
@@ -3155,8 +3170,8 @@
3155 <context-group name="null"> 3170 <context-group name="null">
3156 <context context-type="linenumber">64</context> 3171 <context context-type="linenumber">64</context>
3157 </context-group> 3172 </context-group>
3158 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group>
3159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit> 3174 </trans-unit>
3160 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e"> 3175 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
3161 <source>Add comment...</source> 3176 <source>Add comment...</source>
3162 <target>Adicionar comentário...</target> 3177 <target>Adicionar comentário...</target>
@@ -3182,24 +3197,15 @@
3182 <context context-type="linenumber">28</context> 3197 <context context-type="linenumber">28</context>
3183 </context-group> 3198 </context-group>
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3199 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3185 </trans-unit><trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3200 </trans-unit>
3186 <source> 3201 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3187 You can comment using an account on any ActivityPub-compatible instance. 3202 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source>
3188 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3203 <target state="translated">Pode comentar usando uma conta de ActivityPub de qualquer instância compatível. Na maioria das plataformas, você pode encontrar o vídeo escrevendo o seu URL na barra de procura e depois pode comentar apartir da interface de software.</target>
3189 from within the software's interface.
3190 </source><target state="new">
3191 You can comment using an account on any ActivityPub-compatible instance.
3192 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3193 from within the software's interface.
3194 </target>
3195 <context-group purpose="location"> 3204 <context-group purpose="location">
3196 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3205 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
3197 <context context-type="linenumber">35</context> 3206 <context context-type="linenumber">35</context>
3198 </context-group> 3207 </context-group>
3199 </trans-unit> 3208 </trans-unit>
3200
3201
3202
3203 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb"> 3209 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3204 <source>If you have an account on Mastodon or Pleroma, you can open it directly in their interface:</source> 3210 <source>If you have an account on Mastodon or Pleroma, you can open it directly in their interface:</source>
3205 <target state="new"> 3211 <target state="new">
@@ -3208,45 +3214,42 @@
3208 <context-group name="null"> 3214 <context-group name="null">
3209 <context context-type="linenumber">41</context> 3215 <context context-type="linenumber">41</context>
3210 </context-group> 3216 </context-group>
3211 3217 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">40</context></context-group>
3212 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit><trans-unit id="413bcc4a4c824366e17673f38cb2af4619e940e2" datatype="html"> 3218 </trans-unit>
3213 <source>Login to comment</source><target state="new">Login to comment</target> 3219 <trans-unit id="413bcc4a4c824366e17673f38cb2af4619e940e2" datatype="html">
3214 3220 <source>Login to comment</source>
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 3221 <target state="translated">Autentique-se para comentar</target>
3222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">52</context></context-group>
3223 </trans-unit>
3216 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285"> 3224 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3217 <source>Highlighted comment</source> 3225 <source>Highlighted comment</source>
3218 <target>Comentário realçado</target> 3226 <target>Comentário realçado</target>
3219 <context-group name="null"> 3227 <context-group name="null">
3220 <context context-type="linenumber">5</context> 3228 <context context-type="linenumber">5</context>
3221 </context-group> 3229 </context-group>
3222 3230 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group>
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3231 </trans-unit>
3224 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6"> 3232 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
3225 <source>Reply</source> 3233 <source>Reply</source>
3226 <target>Responder</target> 3234 <target>Responder</target>
3227 <context-group name="null"> 3235 <context-group name="null">
3228 <context context-type="linenumber">14</context> 3236 <context context-type="linenumber">14</context>
3229 </context-group> 3237 </context-group>
3230 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group>
3231 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 3239 </trans-unit>
3232 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3240 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3233 <source>This comment has been deleted</source> 3241 <source>This comment has been deleted</source>
3234 <target state="new">This comment has been deleted</target> 3242 <target state="new">This comment has been deleted</target>
3235 3243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group>
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 3244 </trans-unit>
3237
3238
3239
3240
3241
3242 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3245 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3243 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 3246 <source>Follows &amp; redundancies</source>
3247 <target state="new">Follows &amp; redundancies</target>
3244 <context-group purpose="location"> 3248 <context-group purpose="location">
3245 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3249 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3246 <context context-type="linenumber">2</context> 3250 <context context-type="linenumber">2</context>
3247 </context-group> 3251 </context-group>
3248 </trans-unit> 3252 </trans-unit>
3249
3250 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936"> 3253 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
3251 <source>Following</source> 3254 <source>Following</source>
3252 <target>Seguindo</target> 3255 <target>Seguindo</target>
@@ -3255,42 +3258,49 @@
3255 </context-group> 3258 </context-group>
3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group> 3259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">5</context></context-group>
3257 </trans-unit> 3260 </trans-unit>
3258
3259 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e"> 3261 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
3260 <source>Followers</source> 3262 <source>Followers</source>
3261 <target>Seguidores</target> 3263 <target>Seguidores</target>
3262 <context-group name="null"> 3264 <context-group name="null">
3263 <context context-type="linenumber">3</context> 3265 <context context-type="linenumber">3</context>
3264 </context-group> 3266 </context-group>
3265 3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group>
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3268 </trans-unit>
3267 <source>Video redundancies</source><target state="new">Video redundancies</target> 3269 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3268 3270 <source>Video redundancies</source>
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 3271 <target state="new">Video redundancies</target>
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group>
3273 </trans-unit>
3270 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3274 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
3271 <source>1 host (without "http://") per line</source> 3275 <source>1 host (without "http://") per line</source>
3272 <target>1 host (sem "http://") por linha</target> 3276 <target>1 host (sem "http://") por linha</target>
3273 <context-group name="null"> 3277 <context-group name="null">
3274 <context context-type="linenumber">5</context> 3278 <context context-type="linenumber">5</context>
3275 </context-group> 3279 </context-group>
3276 3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group>
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html"> 3281 </trans-unit>
3278 <source>Follow domain</source><target state="new">Follow domain</target> 3282 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
3279 3283 <source>Follow domain</source>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 3284 <target state="translated">Siga o domínio</target>
3281 3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group>
3282 3286 </trans-unit>
3283 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 3287 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
3284 <source>Filter...</source> 3288 <source>Filter...</source>
3285 <target state="new">Filter...</target> 3289 <target state="new">Filter...</target>
3286 <context-group name="null"> 3290 <context-group name="null">
3287 <context context-type="linenumber">27</context> 3291 <context context-type="linenumber">27</context>
3288 </context-group> 3292 </context-group>
3289 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</context></context-group>
3290 3294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">11</context></context-group>
3291 3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">30</context></context-group>
3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html"> 3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
3293 <source>Clear filters</source><target state="new">Clear filters</target> 3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">27</context></context-group>
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3300 </trans-unit>
3301 <trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
3302 <source>Clear filters</source>
3303 <target state="translated">Limpe os filtros</target>
3294 <context-group purpose="location"> 3304 <context-group purpose="location">
3295 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3305 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3296 <context context-type="linenumber">15</context> 3306 <context context-type="linenumber">15</context>
@@ -3326,61 +3336,63 @@
3326 <context-group name="null"> 3336 <context-group name="null">
3327 <context context-type="linenumber">18</context> 3337 <context context-type="linenumber">18</context>
3328 </context-group> 3338 </context-group>
3329 3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group>
3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3340 </trans-unit>
3331 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 3341 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
3332 <source>Follower handle</source> 3342 <source>Follower handle</source>
3333 <target state="new">Follower handle</target> 3343 <target state="new">Follower handle</target>
3334 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group>
3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3345 </trans-unit>
3336 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 3346 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
3337 <source>State</source> 3347 <source>State</source>
3338 <target>Estado</target> 3348 <target>Estado</target>
3339 <context-group name="null"> 3349 <context-group name="null">
3340 <context context-type="linenumber">10</context> 3350 <context context-type="linenumber">10</context>
3341 </context-group> 3351 </context-group>
3342 3352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group>
3343 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group>
3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3354 </trans-unit>
3345 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html"> 3355 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3346 <source>Delayed.</source> 3356 <source>Delayed.</source>
3347 <target state="new">Delayed.</target> 3357 <target state="new">Delayed.</target>
3348 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group>
3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3359 </trans-unit>
3350 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html"> 3360 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3351 <source>Will start soon...</source> 3361 <source>Will start soon...</source>
3352 <target state="new">Will start soon...</target> 3362 <target state="new">Will start soon...</target>
3353 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group>
3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 3364 </trans-unit>
3355 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html"> 3365 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3356 <source>Running...</source> 3366 <source>Running...</source>
3357 <target state="new">Running...</target> 3367 <target state="new">Running...</target>
3358 3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group>
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 3369 </trans-unit>
3360 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html"> 3370 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3361 <source>Finished</source> 3371 <source>Finished</source>
3362 <target state="new">Finished</target> 3372 <target state="new">Finished</target>
3363 3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group>
3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 3374 </trans-unit>
3365 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html"> 3375 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3366 <source>Failed</source> 3376 <source>Failed</source>
3367 <target state="new">Failed</target> 3377 <target state="new">Failed</target>
3368 3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit> 3379 </trans-unit>
3370 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3380 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3371 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3381 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3372 <target>Criado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3382 <target>Criado <x id="START_TAG_P-SORTICON" ctype="x-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>
3373 <context-group name="null"> 3383 <context-group name="null">
3374 <context context-type="linenumber">11</context> 3384 <context context-type="linenumber">11</context>
3375 </context-group> 3385 </context-group>
3376 3386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group>
3377 3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group>
3378 3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group>
3379 3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group>
3380 3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3381 3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group>
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html"> 3392 </trans-unit>
3383 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target> 3393 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3394 <source>Open actor page in a new tab</source>
3395 <target state="translated">Abra a página do agente em uma nova tabulação</target>
3384 <context-group purpose="location"> 3396 <context-group purpose="location">
3385 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3397 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3386 <context context-type="linenumber">33</context> 3398 <context context-type="linenumber">33</context>
@@ -3392,46 +3404,54 @@
3392 <context-group name="null"> 3404 <context-group name="null">
3393 <context context-type="linenumber">32</context> 3405 <context context-type="linenumber">32</context>
3394 </context-group> 3406 </context-group>
3395 3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group>
3396 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group>
3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3409 </trans-unit>
3398 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3410 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3399 <source>Pending</source> 3411 <source>Pending</source>
3400 <target state="new">Pending</target> 3412 <target state="new">Pending</target>
3401 <context-group name="null"> 3413 <context-group name="null">
3402 <context context-type="linenumber">33</context> 3414 <context context-type="linenumber">33</context>
3403 </context-group> 3415 </context-group>
3404 3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group>
3405 3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group>
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3418 </trans-unit>
3407 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3419 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3408 <source>Accept</source> 3420 <source>Accept</source>
3409 <target state="new">Accept</target> 3421 <target state="new">Accept</target>
3410 3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group>
3411 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3424 </trans-unit>
3413 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3425 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3414 <source>Refuse</source> 3426 <source>Refuse</source>
3415 <target>Recusar</target> 3427 <target>Recusar</target>
3416 <context-group name="null"> 3428 <context-group name="null">
3417 <context context-type="linenumber">42</context> 3429 <context context-type="linenumber">42</context>
3418 </context-group> 3430 </context-group>
3419 3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group>
3420 3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group>
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3433 </trans-unit>
3422 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3434 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3423 3435 <source>No follower found matching current filters.</source>
3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3436 <target state="translated">Não encontrou algum seguidor de acordo com os filtros actuais.</target>
3425 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group>
3426 3438 </trans-unit>
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3439 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3428 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3440 <source>Your instance doesn't have any follower.</source>
3441 <target state="translated">A sua instância não tem algum seguidor.</target>
3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group>
3443 </trans-unit>
3444 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3445 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3446 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> seguidores</target>
3429 <context-group purpose="location"> 3447 <context-group purpose="location">
3430 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3448 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3431 <context context-type="linenumber">5</context> 3449 <context context-type="linenumber">5</context>
3432 </context-group> 3450 </context-group>
3433 </trans-unit><trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html"> 3451 </trans-unit>
3434 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target> 3452 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
3453 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
3454 <target state="new"><x id="INTERPOLATION" equiv-text="{{ action }}"/></target>
3435 <context-group purpose="location"> 3455 <context-group purpose="location">
3436 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context> 3456 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
3437 <context context-type="linenumber">3</context> 3457 <context context-type="linenumber">3</context>
@@ -3443,14 +3463,16 @@
3443 <context-group name="null"> 3463 <context-group name="null">
3444 <context context-type="linenumber">19</context> 3464 <context context-type="linenumber">19</context>
3445 </context-group> 3465 </context-group>
3446 3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3467 </trans-unit>
3448 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3468 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3449 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3469 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3450 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3470 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3451 3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3472 </trans-unit>
3453 <source>Open instance in a new tab</source><target state="new">Open instance in a new tab</target> 3473 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3474 <source>Open instance in a new tab</source>
3475 <target state="translated">Abre instância numa nova tabulação</target>
3454 <context-group purpose="location"> 3476 <context-group purpose="location">
3455 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3477 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3456 <context context-type="linenumber">37</context> 3478 <context context-type="linenumber">37</context>
@@ -3459,35 +3481,47 @@
3459 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3481 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3460 <context context-type="linenumber">35</context> 3482 <context context-type="linenumber">35</context>
3461 </context-group> 3483 </context-group>
3462 </trans-unit><trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html"> 3484 </trans-unit>
3463 <source>No host found matching current filters.</source><target state="new">No host found matching current filters.</target> 3485 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
3486 <source>No host found matching current filters.</source>
3487 <target state="translated">Não encontrou algum host que corresponda aos filtros actuais.</target>
3464 <context-group purpose="location"> 3488 <context-group purpose="location">
3465 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3489 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3466 <context context-type="linenumber">62</context> 3490 <context context-type="linenumber">62</context>
3467 </context-group> 3491 </context-group>
3468 </trans-unit><trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html"> 3492 </trans-unit>
3469 <source>Your instance is not following anyone.</source><target state="new">Your instance is not following anyone.</target> 3493 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3494 <source>Your instance is not following anyone.</source>
3495 <target state="translated">A sua instância não está a seguir alguém.</target>
3470 <context-group purpose="location"> 3496 <context-group purpose="location">
3471 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3497 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3472 <context context-type="linenumber">63</context> 3498 <context context-type="linenumber">63</context>
3473 </context-group> 3499 </context-group>
3474 </trans-unit><trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html"> 3500 </trans-unit>
3475 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target> 3501 <trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
3502 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source>
3503 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3476 <context-group purpose="location"> 3504 <context-group purpose="location">
3477 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3505 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3478 <context context-type="linenumber">5</context> 3506 <context context-type="linenumber">5</context>
3479 </context-group> 3507 </context-group>
3480 </trans-unit><trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html"> 3508 </trans-unit>
3481 <source>Follow domains</source><target state="new">Follow domains</target> 3509 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
3482 3510 <source>Follow domains</source>
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3511 <target state="translated">Siga domínios</target>
3484 <source>My videos duplicated by remote instances</source><target state="new">My videos duplicated by remote instances</target> 3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">70</context></context-group>
3513 </trans-unit>
3514 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3515 <source>My videos duplicated by remote instances</source>
3516 <target state="translated">Meus vídeos duplicados em instâncias remotas</target>
3485 <context-group purpose="location"> 3517 <context-group purpose="location">
3486 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3518 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3487 <context context-type="linenumber">7</context> 3519 <context context-type="linenumber">7</context>
3488 </context-group> 3520 </context-group>
3489 </trans-unit><trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html"> 3521 </trans-unit>
3490 <source>Remote videos duplicated by my instance</source><target state="new">Remote videos duplicated by my instance</target> 3522 <trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3523 <source>Remote videos duplicated by my instance</source>
3524 <target state="translated">Vídeos remotos que estão duplicados na minha instância</target>
3491 <context-group purpose="location"> 3525 <context-group purpose="location">
3492 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3526 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3493 <context context-type="linenumber">8</context> 3527 <context context-type="linenumber">8</context>
@@ -3495,48 +3529,43 @@
3495 </trans-unit> 3529 </trans-unit>
3496 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015"> 3530 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
3497 <source>Create user</source> 3531 <source>Create user</source>
3498 <target>Usuário criador</target> 3532 <target>Crie utilizador</target>
3499 <context-group name="null"> 3533 <context-group name="null">
3500 <context context-type="linenumber">6</context> 3534 <context context-type="linenumber">6</context>
3501 </context-group> 3535 </context-group>
3502 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">6</context></context-group>
3503 3537 </trans-unit>
3504
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
3506
3507 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48"> 3538 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
3508 <source>Username</source> 3539 <source>Username</source>
3509 <target>Nome de usuário</target> 3540 <target>Nome de utilizador</target>
3510 <context-group name="null"> 3541 <context-group name="null">
3511 <context context-type="linenumber">19</context> 3542 <context context-type="linenumber">19</context>
3512 </context-group> 3543 </context-group>
3513 3544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group>
3514 3545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group>
3515 3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">19</context></context-group>
3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 3547 </trans-unit>
3517 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a"> 3548 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
3518 <source>john</source> 3549 <source>john</source>
3519 <target>joão</target> 3550 <target>joão</target>
3520 <context-group name="null"> 3551 <context-group name="null">
3521 <context context-type="linenumber">10</context> 3552 <context context-type="linenumber">10</context>
3522 </context-group> 3553 </context-group>
3523 3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group>
3524 3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group>
3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 3556 </trans-unit>
3526 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05"> 3557 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
3527 <source>mail@example.com</source> 3558 <source>mail@example.com</source>
3528 <target>email@exemplo.com</target> 3559 <target>email@exemplo.com</target>
3529 <context-group name="null"> 3560 <context-group name="null">
3530 <context context-type="linenumber">21</context> 3561 <context context-type="linenumber">21</context>
3531 </context-group> 3562 </context-group>
3532 3563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group>
3533 3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group>
3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html"> 3565 </trans-unit>
3535 <source> 3566 <trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html">
3536 If you leave the password empty, an email will be sent to the user. 3567 <source>If you leave the password empty, an email will be sent to the user.</source>
3537 </source><target state="new"> 3568 <target state="translated">Se deixar a senha vazia, um email será enviado ao utilizador.</target>
3538 If you leave the password empty, an email will be sent to the user.
3539 </target>
3540 <context-group purpose="location"> 3569 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3570 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3542 <context context-type="linenumber">109</context> 3571 <context context-type="linenumber">109</context>
@@ -3552,17 +3581,13 @@
3552 <context-group name="null"> 3581 <context-group name="null">
3553 <context context-type="linenumber">43</context> 3582 <context context-type="linenumber">43</context>
3554 </context-group> 3583 </context-group>
3555 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group>
3556 3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group>
3557 3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">124</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3587 </trans-unit>
3559 <source> 3588 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3560 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3589 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source>
3561 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3590 <target state="translated">Transcodificação está activada. A quota de vídeos tem em conta apenas o tamanho de vídeo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Este utilizador pode, no máximo, carregar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3562 </source><target state="new">
3563 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3564 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3565 </target>
3566 <context-group purpose="location"> 3591 <context-group purpose="location">
3567 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3592 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3568 <context context-type="linenumber">148</context> 3593 <context context-type="linenumber">148</context>
@@ -3572,17 +3597,19 @@
3572 <context context-type="linenumber">148</context> 3597 <context context-type="linenumber">148</context>
3573 </context-group> 3598 </context-group>
3574 </trans-unit> 3599 </trans-unit>
3575
3576 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496"> 3600 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
3577 <source>Daily video quota</source> 3601 <source>Daily video quota</source>
3578 <target>Quota de vídeo diária</target> 3602 <target>Quota de vídeo diária</target>
3579 <context-group name="null"> 3603 <context-group name="null">
3580 <context context-type="linenumber">73</context> 3604 <context context-type="linenumber">73</context>
3581 </context-group> 3605 </context-group>
3582 3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group>
3583 3607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group>
3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">155</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html"> 3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">18</context></context-group>
3585 <source>Doesn't need review before a video goes public</source><target state="new">Doesn't need review before a video goes public</target> 3609 </trans-unit>
3610 <trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html">
3611 <source>Doesn't need review before a video goes public</source>
3612 <target state="translated">Não necessita de revisão para o vídeo ficar público</target>
3586 <context-group purpose="location"> 3613 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3614 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3588 <context context-type="linenumber">168</context> 3615 <context context-type="linenumber">168</context>
@@ -3592,26 +3619,24 @@
3592 <context context-type="linenumber">168</context> 3619 <context context-type="linenumber">168</context>
3593 </context-group> 3620 </context-group>
3594 </trans-unit> 3621 </trans-unit>
3595
3596
3597 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html"> 3622 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html">
3598 <source>Send a link to reset the password by email to the user</source> 3623 <source>Send a link to reset the password by email to the user</source>
3599 <target state="new">Send a link to reset the password by email to the user</target> 3624 <target state="new">Send a link to reset the password by email to the user</target>
3600 3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group>
3601 3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group>
3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">193</context></context-group></trans-unit> 3627 </trans-unit>
3603 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html"> 3628 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html">
3604 <source>Ask for new password</source> 3629 <source>Ask for new password</source>
3605 <target state="new">Ask for new password</target> 3630 <target state="new">Ask for new password</target>
3606 3631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group>
3607 3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group>
3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit> 3633 </trans-unit>
3609 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html"> 3634 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html">
3610 <source>Manually set the user password</source> 3635 <source>Manually set the user password</source>
3611 <target state="new">Manually set the user password</target> 3636 <target state="new">Manually set the user password</target>
3612 3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group>
3613 3638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group>
3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">198</context></context-group></trans-unit> 3639 </trans-unit>
3615 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html"> 3640 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html">
3616 <source>Show</source> 3641 <source>Show</source>
3617 <target state="new">Show</target> 3642 <target state="new">Show</target>
@@ -3642,22 +3667,24 @@
3642 <context-group name="null"> 3667 <context-group name="null">
3643 <context context-type="linenumber">19</context> 3668 <context context-type="linenumber">19</context>
3644 </context-group> 3669 </context-group>
3645 3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3671 </trans-unit>
3647 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3672 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3648 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3673 <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>
3649 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3674 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-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>
3650 <context-group name="null"> 3675 <context-group name="null">
3651 <context context-type="linenumber">40</context> 3676 <context context-type="linenumber">40</context>
3652 </context-group> 3677 </context-group>
3653 3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3679 </trans-unit>
3655 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3680 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3656 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3681 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3657 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3682 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3658 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3684 </trans-unit>
3660 <source>Auth plugin</source><target state="new">Auth plugin</target> 3685 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3686 <source>Auth plugin</source>
3687 <target state="translated">Plugin Auth</target>
3661 <context-group purpose="location"> 3688 <context-group purpose="location">
3662 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3689 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3663 <context context-type="linenumber">49</context> 3690 <context context-type="linenumber">49</context>
@@ -3669,37 +3696,42 @@
3669 <context-group name="null"> 3696 <context-group name="null">
3670 <context context-type="linenumber">65</context> 3697 <context context-type="linenumber">65</context>
3671 </context-group> 3698 </context-group>
3672 3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group>
3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3700 </trans-unit>
3674 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3701 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3675 3702 <source>Open account in a new tab</source>
3676 3703 <target state="new">Open account in a new tab</target>
3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group>
3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group>
3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group>
3707 </trans-unit>
3678 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3708 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3679 <source>User's email must be verified to login</source> 3709 <source>User's email must be verified to login</source>
3680 <target state="new">User's email must be verified to login</target> 3710 <target state="new">User's email must be verified to login</target>
3681 <context-group name="null"> 3711 <context-group name="null">
3682 <context context-type="linenumber">72</context> 3712 <context context-type="linenumber">72</context>
3683 </context-group> 3713 </context-group>
3684 3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group>
3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 3715 </trans-unit>
3686 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3716 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3687 <source>User's email is verified / User can login without email verification</source> 3717 <source>User's email is verified / User can login without email verification</source>
3688 <target state="new">User's email is verified / User can login without email verification</target> 3718 <target state="new">User's email is verified / User can login without email verification</target>
3689 <context-group name="null"> 3719 <context-group name="null">
3690 <context context-type="linenumber">76</context> 3720 <context context-type="linenumber">76</context>
3691 </context-group> 3721 </context-group>
3692 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group>
3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 3723 </trans-unit>
3694 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3724 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3695 <source>Ban reason:</source> 3725 <source>Ban reason:</source>
3696 <target>Motivo do banimento:</target> 3726 <target>Motivo do banimento:</target>
3697 <context-group name="null"> 3727 <context-group name="null">
3698 <context context-type="linenumber">95</context> 3728 <context context-type="linenumber">95</context>
3699 </context-group> 3729 </context-group>
3700 3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group>
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3731 </trans-unit>
3702 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3732 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3733 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3734 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> utilizadores</target>
3703 <context-group purpose="location"> 3735 <context-group purpose="location">
3704 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3736 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3705 <context context-type="linenumber">15</context> 3737 <context context-type="linenumber">15</context>
@@ -3753,64 +3785,78 @@
3753 <context context-type="linenumber">13</context> 3785 <context context-type="linenumber">13</context>
3754 </context-group> 3786 </context-group>
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3756 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3788 </trans-unit>
3757 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3789 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3758 3790 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3791 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3794 </trans-unit>
3760 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3795 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3761 <source>Total size</source><target state="new">Total size</target> 3796 <source>Total size</source>
3762 3797 <target state="new">Total size</target>
3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3764 <source>List redundancies</source><target state="new">List redundancies</target> 3799 </trans-unit>
3765 3800 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3801 <source>List redundancies</source>
3767 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3802 <target state="translated">Listar redundâncias</target>
3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group>
3804 </trans-unit>
3805 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3806 <source>Your instance doesn't mirror any video.</source>
3807 <target state="translated">A sua instância não espelha qualquer vídeo.</target>
3768 <context-group purpose="location"> 3808 <context-group purpose="location">
3769 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3809 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3770 <context context-type="linenumber">77</context> 3810 <context context-type="linenumber">77</context>
3771 </context-group> 3811 </context-group>
3772 </trans-unit><trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html"> 3812 </trans-unit>
3773 <source>Your instance has no mirrored videos.</source><target state="new">Your instance has no mirrored videos.</target> 3813 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3814 <source>Your instance has no mirrored videos.</source>
3815 <target state="translated">A sua instância não tem qualquer vídeo espelhado.</target>
3774 <context-group purpose="location"> 3816 <context-group purpose="location">
3775 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3817 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3776 <context context-type="linenumber">78</context> 3818 <context context-type="linenumber">78</context>
3777 </context-group> 3819 </context-group>
3778 </trans-unit><trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html"> 3820 </trans-unit>
3779 <source>Enabled strategies stats</source><target state="new">Enabled strategies stats</target> 3821 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
3780 3822 <source>Enabled strategies stats</source>
3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit><trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3823 <target state="new">Enabled strategies stats</target>
3782 <source> 3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">87</context></context-group>
3783 No redundancy strategy is enabled on your instance. 3825 </trans-unit>
3784 </source><target state="new"> 3826 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3827 <source>No redundancy strategy is enabled on your instance.</source>
3828 <target state="new">
3785 No redundancy strategy is enabled on your instance. 3829 No redundancy strategy is enabled on your instance.
3786 </target> 3830 </target>
3787 3831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group>
3788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 3832 </trans-unit>
3789 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3833 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
3790 <source>Sensitive</source> 3834 <source>Sensitive</source>
3791 <target>Sensível</target> 3835 <target>Sensível</target>
3792 <context-group name="null"> 3836 <context-group name="null">
3793 <context context-type="linenumber">9</context> 3837 <context context-type="linenumber">9</context>
3794 </context-group> 3838 </context-group>
3795 3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group>
3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 3840 </trans-unit>
3797 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 3841 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
3798 <source>Unfederated</source> 3842 <source>Unfederated</source>
3799 <target state="new">Unfederated</target> 3843 <target state="new">Unfederated</target>
3800 <context-group name="null"> 3844 <context-group name="null">
3801 <context context-type="linenumber">10</context> 3845 <context context-type="linenumber">10</context>
3802 </context-group> 3846 </context-group>
3803 3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3848 </trans-unit>
3805 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3849 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3806 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3850 <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>
3807 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3851 <target>Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3808 <context-group name="null"> 3852 <context-group name="null">
3809 <context context-type="linenumber">11</context> 3853 <context context-type="linenumber">11</context>
3810 </context-group> 3854 </context-group>
3811 3855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group>
3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3856 </trans-unit>
3813 <source>Video was blacklisted</source><target state="new">Video was blacklisted</target> 3857 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3858 <source>Video was blacklisted</source>
3859 <target state="translated">O vídeo foi posto na lista negra</target>
3814 <context-group purpose="location"> 3860 <context-group purpose="location">
3815 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3861 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3816 <context context-type="linenumber">50</context> 3862 <context context-type="linenumber">50</context>
@@ -3826,40 +3872,44 @@
3826 <context-group name="null"> 3872 <context-group name="null">
3827 <context context-type="linenumber">33</context> 3873 <context context-type="linenumber">33</context>
3828 </context-group> 3874 </context-group>
3829 3875 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">33</context></context-group>
3830 3876 </trans-unit>
3831
3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3833 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c"> 3877 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
3834 <source>Actions</source> 3878 <source>Actions</source>
3835 <target>Ações</target> 3879 <target>Ações</target>
3836 <context-group name="null"> 3880 <context-group name="null">
3837 <context context-type="linenumber">44</context> 3881 <context context-type="linenumber">44</context>
3838 </context-group> 3882 </context-group>
3839 3883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</context></context-group>
3840 3884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">123</context></context-group>
3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">123</context></context-group></trans-unit> 3885 </trans-unit>
3842 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f"> 3886 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
3843 <source>Blacklist reason:</source> 3887 <source>Blacklist reason:</source>
3844 <target>Motivo da lista negra:</target> 3888 <target>Motivo da lista negra:</target>
3845 <context-group name="null"> 3889 <context-group name="null">
3846 <context context-type="linenumber">43</context> 3890 <context context-type="linenumber">43</context>
3847 </context-group> 3891 </context-group>
3848 3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group>
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html"> 3893 </trans-unit>
3850 <source>No blacklisted video found matching current filters.</source><target state="new">No blacklisted video found matching current filters.</target> 3894 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3895 <source>No blacklisted video found matching current filters.</source>
3896 <target state="translated">Não encontrou algum vídeo de lista negra de acordo com os filtros actuais.</target>
3851 <context-group purpose="location"> 3897 <context-group purpose="location">
3852 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3898 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3853 <context context-type="linenumber">93</context> 3899 <context context-type="linenumber">93</context>
3854 </context-group> 3900 </context-group>
3855 </trans-unit><trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html"> 3901 </trans-unit>
3856 <source>No blacklisted video found.</source><target state="new">No blacklisted video found.</target> 3902 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3903 <source>No blacklisted video found.</source>
3904 <target state="translated">Não encontrou algum vídeo de lista negra.</target>
3857 <context-group purpose="location"> 3905 <context-group purpose="location">
3858 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3906 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3859 <context context-type="linenumber">94</context> 3907 <context context-type="linenumber">94</context>
3860 </context-group> 3908 </context-group>
3861 </trans-unit><trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3909 </trans-unit>
3862 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</target> 3910 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3911 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
3912 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> vídeos de lista negra</target>
3863 <context-group purpose="location"> 3913 <context-group purpose="location">
3864 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3914 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3865 <context context-type="linenumber">5</context> 3915 <context context-type="linenumber">5</context>
@@ -3881,47 +3931,59 @@
3881 <context-group name="null"> 3931 <context-group name="null">
3882 <context context-type="linenumber">18</context> 3932 <context context-type="linenumber">18</context>
3883 </context-group> 3933 </context-group>
3884 3934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group>
3885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3935 </trans-unit>
3886 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 3936 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
3887 <source>Update this comment</source> 3937 <source>Update this comment</source>
3888 <target>Atualizar este comentário</target> 3938 <target>Atualizar este comentário</target>
3889 <context-group name="null"> 3939 <context-group name="null">
3890 <context context-type="linenumber">26</context> 3940 <context context-type="linenumber">26</context>
3891 </context-group> 3941 </context-group>
3892 3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group>
3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html"> 3943 </trans-unit>
3894 <source>Advanced report filters</source><target state="new">Advanced report filters</target> 3944 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3945 <source>Advanced report filters</source>
3946 <target state="translated">Filtros avançados de denúncia</target>
3895 <context-group purpose="location"> 3947 <context-group purpose="location">
3896 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3948 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3897 <context context-type="linenumber">18</context> 3949 <context context-type="linenumber">18</context>
3898 </context-group> 3950 </context-group>
3899 </trans-unit><trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html"> 3951 </trans-unit>
3900 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3952 <trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
3953 <source>Unsolved reports</source>
3954 <target state="translated">Denúncias não resolvidas</target>
3901 <context-group purpose="location"> 3955 <context-group purpose="location">
3902 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3956 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3903 <context context-type="linenumber">19</context> 3957 <context context-type="linenumber">19</context>
3904 </context-group> 3958 </context-group>
3905 </trans-unit><trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html"> 3959 </trans-unit>
3906 <source>Accepted reports</source><target state="new">Accepted reports</target> 3960 <trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
3961 <source>Accepted reports</source>
3962 <target state="translated">Denúncias aceites</target>
3907 <context-group purpose="location"> 3963 <context-group purpose="location">
3908 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3964 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3909 <context context-type="linenumber">20</context> 3965 <context context-type="linenumber">20</context>
3910 </context-group> 3966 </context-group>
3911 </trans-unit><trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html"> 3967 </trans-unit>
3912 <source>Refused reports</source><target state="new">Refused reports</target> 3968 <trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
3969 <source>Refused reports</source>
3970 <target state="translated">Denúncias recusadas</target>
3913 <context-group purpose="location"> 3971 <context-group purpose="location">
3914 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3972 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3915 <context context-type="linenumber">21</context> 3973 <context context-type="linenumber">21</context>
3916 </context-group> 3974 </context-group>
3917 </trans-unit><trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html"> 3975 </trans-unit>
3918 <source>Reports with blacklisted videos</source><target state="new">Reports with blacklisted videos</target> 3976 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
3977 <source>Reports with blacklisted videos</source>
3978 <target state="translated">Denúncias sobre vídeos de lista negra</target>
3919 <context-group purpose="location"> 3979 <context-group purpose="location">
3920 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3980 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3921 <context context-type="linenumber">22</context> 3981 <context context-type="linenumber">22</context>
3922 </context-group> 3982 </context-group>
3923 </trans-unit><trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html"> 3983 </trans-unit>
3924 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3984 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
3985 <source>Reports with deleted videos</source>
3986 <target state="translated">Denúncias sobre videos apagados</target>
3925 <context-group purpose="location"> 3987 <context-group purpose="location">
3926 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3988 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3927 <context context-type="linenumber">23</context> 3989 <context context-type="linenumber">23</context>
@@ -3933,25 +3995,30 @@
3933 <context-group name="null"> 3995 <context-group name="null">
3934 <context context-type="linenumber">8</context> 3996 <context context-type="linenumber">8</context>
3935 </context-group> 3997 </context-group>
3936 3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group>
3937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">7</context></context-group>
4000 </trans-unit>
3938 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4001 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
3939 <source>Video</source> 4002 <source>Video</source>
3940 <target>Vídeo</target> 4003 <target>Vídeo</target>
3941 <context-group name="null"> 4004 <context-group name="null">
3942 <context context-type="linenumber">9</context> 4005 <context context-type="linenumber">9</context>
3943 </context-group> 4006 </context-group>
3944 4007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">41</context></context-group>
3945 4008 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group>
3946 4009 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group>
3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html"> 4010 </trans-unit>
3948 <source>This video has been reported multiple times.</source><target state="new">This video has been reported multiple times.</target> 4011 <trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
4012 <source>This video has been reported multiple times.</source>
4013 <target state="translated">Este vídeo já foi denúnciado várias vezes.</target>
3949 <context-group purpose="location"> 4014 <context-group purpose="location">
3950 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4015 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3951 <context context-type="linenumber">80</context> 4016 <context context-type="linenumber">80</context>
3952 </context-group> 4017 </context-group>
3953 </trans-unit><trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html"> 4018 </trans-unit>
3954 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source><target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target> 4019 <trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
4020 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source>
4021 <target state="new">by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </target>
3955 <context-group purpose="location"> 4022 <context-group purpose="location">
3956 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4023 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3957 <context context-type="linenumber">91</context> 4024 <context context-type="linenumber">91</context>
@@ -3960,104 +4027,121 @@
3960 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4027 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3961 <context context-type="linenumber">107</context> 4028 <context context-type="linenumber">107</context>
3962 </context-group> 4029 </context-group>
3963 </trans-unit><trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html"> 4030 </trans-unit>
3964 <source>Video was deleted</source><target state="new">Video was deleted</target> 4031 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4032 <source>Video was deleted</source>
4033 <target state="translated">Vídeo foi apagado</target>
3965 <context-group purpose="location"> 4034 <context-group purpose="location">
3966 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4035 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3967 <context context-type="linenumber">98</context> 4036 <context context-type="linenumber">98</context>
3968 </context-group> 4037 </context-group>
3969 </trans-unit><trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html"> 4038 </trans-unit>
3970 <source>No video abuses found matching current filters.</source><target state="new">No video abuses found matching current filters.</target> 4039 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4040 <source>No video abuses found matching current filters.</source>
4041 <target state="translated">Sem qualquer abuso de vídeo encontrado de acordo com os filtros actuais.</target>
3971 <context-group purpose="location"> 4042 <context-group purpose="location">
3972 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4043 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3973 <context context-type="linenumber">141</context> 4044 <context context-type="linenumber">141</context>
3974 </context-group> 4045 </context-group>
3975 </trans-unit><trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html"> 4046 </trans-unit>
3976 <source>No video abuses found.</source><target state="new">No video abuses found.</target> 4047 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4048 <source>No video abuses found.</source>
4049 <target state="translated">Sem qualquer abuso de vídeo encontrado.</target>
3977 <context-group purpose="location"> 4050 <context-group purpose="location">
3978 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4051 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3979 <context context-type="linenumber">142</context> 4052 <context context-type="linenumber">142</context>
3980 </context-group> 4053 </context-group>
3981 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4054 </trans-unit>
3982 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4055 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3983 4056 <source>Open video in a new tab</source>
3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4057 <target state="new">Open video in a new tab</target>
4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group>
4059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group>
4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4061 </trans-unit>
3985 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4062 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3986 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4063 <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>
3987 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4064 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3988 <context-group name="null"> 4065 <context-group name="null">
3989 <context context-type="linenumber">11</context> 4066 <context context-type="linenumber">11</context>
3990 </context-group> 4067 </context-group>
3991 4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group>
3992 4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group>
3993 4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
3994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 4071 </trans-unit>
3995 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4072 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3996 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4073 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3997 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4074 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3998 4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 4076 </trans-unit>
4000 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4077 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
4001 <source>Go to the account</source> 4078 <source>Go to the account</source>
4002 <target>Ir para a conta</target> 4079 <target>Ir para a conta</target>
4003 <context-group name="null"> 4080 <context-group name="null">
4004 <context context-type="linenumber">27</context> 4081 <context context-type="linenumber">27</context>
4005 </context-group> 4082 </context-group>
4006 4083 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group>
4007 4084 </trans-unit>
4008 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
4009 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4085 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4010 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</target> 4086 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
4087 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> denúncias</target>
4011 <context-group purpose="location"> 4088 <context-group purpose="location">
4012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4089 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4013 <context context-type="linenumber">5</context> 4090 <context context-type="linenumber">5</context>
4014 </context-group> 4091 </context-group>
4015 </trans-unit><trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4092 </trans-unit>
4016 <source> 4093 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4017 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4094 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4018 </source><target state="new"> 4095 <target state="new">
4019 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4096 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4020 </target> 4097 </target>
4021 <context-group purpose="location"> 4098 <context-group purpose="location">
4022 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4099 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4023 <context context-type="linenumber">20</context> 4100 <context context-type="linenumber">20</context>
4024 </context-group> 4101 </context-group>
4025 </trans-unit><trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html"> 4102 </trans-unit>
4026 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target> 4103 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4104 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
4105 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</target>
4027 <context-group purpose="location"> 4106 <context-group purpose="location">
4028 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4107 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4029 <context context-type="linenumber">21</context> 4108 <context context-type="linenumber">21</context>
4030 </context-group> 4109 </context-group>
4031 </trans-unit><trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html"> 4110 </trans-unit>
4032 <source>Reportee</source><target state="new">Reportee</target> 4111 <trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4112 <source>Reportee</source>
4113 <target state="translated">Denúnciador</target>
4033 <context-group purpose="location"> 4114 <context-group purpose="location">
4034 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4115 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4035 <context context-type="linenumber">27</context> 4116 <context context-type="linenumber">27</context>
4036 </context-group> 4117 </context-group>
4037 </trans-unit><trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4118 </trans-unit>
4038 <source> 4119 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4039 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4120 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4040 </source><target state="new"> 4121 <target state="new">
4041 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4122 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
4042 </target> 4123 </target>
4043 <context-group purpose="location"> 4124 <context-group purpose="location">
4044 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4125 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4045 <context context-type="linenumber">40</context> 4126 <context context-type="linenumber">40</context>
4046 </context-group> 4127 </context-group>
4047 </trans-unit><trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html"> 4128 </trans-unit>
4048 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target> 4129 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4130 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
4131 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</target>
4049 <context-group purpose="location"> 4132 <context-group purpose="location">
4050 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4133 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4051 <context context-type="linenumber">41</context> 4134 <context context-type="linenumber">41</context>
4052 </context-group> 4135 </context-group>
4053 </trans-unit><trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html"> 4136 </trans-unit>
4054 <source>Updated</source><target state="new">Updated</target> 4137 <trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
4138 <source>Updated</source>
4139 <target state="translated">Actualizado</target>
4055 <context-group purpose="location"> 4140 <context-group purpose="location">
4056 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4141 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4057 <context context-type="linenumber">47</context> 4142 <context context-type="linenumber">47</context>
4058 </context-group> 4143 </context-group>
4059 </trans-unit> 4144 </trans-unit>
4060
4061 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 4145 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
4062 <source>Unblacklist</source> 4146 <source>Unblacklist</source>
4063 <target>Retirar da lista negra</target> 4147 <target>Retirar da lista negra</target>
@@ -4066,93 +4150,106 @@
4066 </context-group> 4150 </context-group>
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group> 4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">12</context></context-group>
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group> 4152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context><context context-type="linenumber">17</context></context-group>
4069 </trans-unit><trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html"> 4153 </trans-unit>
4070 <source>Mute domain</source><target state="new">Mute domain</target> 4154 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
4071 4155 <source>Mute domain</source>
4072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 4156 <target state="translated">Silencie domínio</target>
4157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</context></context-group>
4158 </trans-unit>
4073 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4159 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4074 <source>Instance</source> 4160 <source>Instance</source>
4075 <target>Instância</target> 4161 <target>Instância</target>
4076 <context-group name="null"> 4162 <context-group name="null">
4077 <context context-type="linenumber">5</context> 4163 <context context-type="linenumber">5</context>
4078 </context-group> 4164 </context-group>
4079 4165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">26</context></context-group>
4080 4166 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group>
4081 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4082 4168 </trans-unit>
4083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4084 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4169 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4085 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4170 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4086 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4171 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
4087 <context-group name="null"> 4172 <context-group name="null">
4088 <context context-type="linenumber">13</context> 4173 <context context-type="linenumber">13</context>
4089 </context-group> 4174 </context-group>
4090 4175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group>
4091 4176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4092 4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group>
4093 4178 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group>
4094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4179 </trans-unit>
4095 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 4180 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
4096 <source>Unmute</source> 4181 <source>Unmute</source>
4097 <target state="new">Unmute</target> 4182 <target state="new">Unmute</target>
4098 <context-group name="null"> 4183 <context-group name="null">
4099 <context context-type="linenumber">23</context> 4184 <context context-type="linenumber">23</context>
4100 </context-group> 4185 </context-group>
4101 4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group>
4102 4187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">49</context></context-group>
4103 4188 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4104 4189 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html"> 4190 </trans-unit>
4106 <source>No server found matching current filters.</source><target state="new">No server found matching current filters.</target> 4191 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
4192 <source>No server found matching current filters.</source>
4193 <target state="translated">Não encontrou algum servidor de acordo com os filtros actuais.</target>
4107 <context-group purpose="location"> 4194 <context-group purpose="location">
4108 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4195 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4109 <context context-type="linenumber">51</context> 4196 <context context-type="linenumber">51</context>
4110 </context-group> 4197 </context-group>
4111 </trans-unit><trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html"> 4198 </trans-unit>
4112 <source>No server found.</source><target state="new">No server found.</target> 4199 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
4200 <source>No server found.</source>
4201 <target state="translated">Não encontrou algum servidor.</target>
4113 <context-group purpose="location"> 4202 <context-group purpose="location">
4114 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4203 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4115 <context context-type="linenumber">52</context> 4204 <context context-type="linenumber">52</context>
4116 </context-group> 4205 </context-group>
4117 </trans-unit><trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4206 </trans-unit>
4118 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</target> 4207 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4208 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
4209 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> instâncias silenciadas</target>
4119 <context-group purpose="location"> 4210 <context-group purpose="location">
4120 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4211 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4121 <context context-type="linenumber">5</context> 4212 <context context-type="linenumber">5</context>
4122 </context-group> 4213 </context-group>
4123 </trans-unit><trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html"> 4214 </trans-unit>
4124 <source> 4215 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4125 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4216 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
4126 </source><target state="new"> 4217 <target state="translated">Parece que não está em um servidor HTTPS. O seu servidor necessita de ter TLS activado para conseguir seguir outros servidores.</target>
4127 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group>
4128 </target> 4219 </trans-unit>
4129 4220 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
4130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html"> 4221 <source>Mute domains</source>
4131 <source>Mute domains</source><target state="new">Mute domains</target> 4222 <target state="translated">Silenciar domínios</target>
4132 4223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group>
4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 4224 </trans-unit>
4134 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 4225 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
4135 <source>Account</source> 4226 <source>Account</source>
4136 <target state="new">Account</target> 4227 <target state="new">Account</target>
4137 <context-group name="null"> 4228 <context-group name="null">
4138 <context context-type="linenumber">12</context> 4229 <context context-type="linenumber">12</context>
4139 </context-group> 4230 </context-group>
4140 4231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group>
4141 4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group>
4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html"> 4233 </trans-unit>
4143 <source>No account found matching current filters.</source><target state="new">No account found matching current filters.</target> 4234 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
4235 <source>No account found matching current filters.</source>
4236 <target state="translated">Não encontrou alguma conta de acordo com os filtros actuais.</target>
4144 <context-group purpose="location"> 4237 <context-group purpose="location">
4145 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4238 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4146 <context context-type="linenumber">58</context> 4239 <context context-type="linenumber">58</context>
4147 </context-group> 4240 </context-group>
4148 </trans-unit><trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html"> 4241 </trans-unit>
4149 <source>No account found.</source><target state="new">No account found.</target> 4242 <trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
4243 <source>No account found.</source>
4244 <target state="translated">Não encontrou qualquer conta.</target>
4150 <context-group purpose="location"> 4245 <context-group purpose="location">
4151 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4246 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4152 <context context-type="linenumber">59</context> 4247 <context context-type="linenumber">59</context>
4153 </context-group> 4248 </context-group>
4154 </trans-unit><trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html"> 4249 </trans-unit>
4155 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</target> 4250 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
4251 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
4252 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> contas silenciadas</target>
4156 <context-group purpose="location"> 4253 <context-group purpose="location">
4157 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context> 4254 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4158 <context context-type="linenumber">5</context> 4255 <context context-type="linenumber">5</context>
@@ -4180,9 +4277,12 @@
4180 <context-group name="null"> 4277 <context-group name="null">
4181 <context context-type="linenumber">7</context> 4278 <context context-type="linenumber">7</context>
4182 </context-group> 4279 </context-group>
4183 4280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">96</context></context-group>
4184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">96</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="82c6fc1dfd67a87c2a9f54c221907d0d61c63b88" datatype="html"> 4281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">7</context></context-group>
4185 <source>Users can resolve distant content</source><target state="new">Users can resolve distant content</target> 4282 </trans-unit>
4283 <trans-unit id="82c6fc1dfd67a87c2a9f54c221907d0d61c63b88" datatype="html">
4284 <source>Users can resolve distant content</source>
4285 <target state="translated">Utilizadores podem encontrar conteúdo distante</target>
4186 <context-group purpose="location"> 4286 <context-group purpose="location">
4187 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 4287 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
4188 <context context-type="linenumber">100</context> 4288 <context context-type="linenumber">100</context>
@@ -4191,28 +4291,32 @@
4191 <trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html"> 4291 <trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
4192 <source>Homepage</source> 4292 <source>Homepage</source>
4193 <target state="new">Homepage</target> 4293 <target state="new">Homepage</target>
4194 4294 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4195 4295 </trans-unit>
4196 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
4197 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4296 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4198 <source>Go to the plugin homepage</source> 4297 <source>Go to the plugin homepage</source>
4199 <target state="new">Go to the plugin homepage</target> 4298 <target state="new">Go to the plugin homepage</target>
4200 4299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">17</context></context-group>
4201 4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">21</context></context-group>
4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 4301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">40</context></context-group>
4302 </trans-unit>
4203 <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html"> 4303 <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html">
4204 <source>Settings</source> 4304 <source>Settings</source>
4205 <target state="new">Settings</target> 4305 <target state="new">Settings</target>
4206 4306 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">3</context></context-group>
4207 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="3b79d221458541611e8508d3551dd1ddd76b49d9" datatype="html"> 4307 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">144</context></context-group>
4208 <source>Display settings</source><target state="new">Display settings</target> 4308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">26</context></context-group>
4209 4309 </trans-unit>
4210 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 4310 <trans-unit id="3b79d221458541611e8508d3551dd1ddd76b49d9" datatype="html">
4311 <source>Display settings</source>
4312 <target state="translated">Configurações de visualização</target>
4313 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">8</context></context-group>
4314 </trans-unit>
4211 <trans-unit id="1dfba504a0d0bf41da961d89d402dedecde5e30d" datatype="html"> 4315 <trans-unit id="1dfba504a0d0bf41da961d89d402dedecde5e30d" datatype="html">
4212 <source>Uninstall</source> 4316 <source>Uninstall</source>
4213 <target state="new">Uninstall</target> 4317 <target state="new">Uninstall</target>
4214 4318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">32</context></context-group>
4215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 4319 </trans-unit>
4216 <trans-unit id="fcef699ec12dbd6fcf9881d527af2fd775ccfdc7" datatype="html"> 4320 <trans-unit id="fcef699ec12dbd6fcf9881d527af2fd775ccfdc7" datatype="html">
4217 <source>To load your new installed plugins or themes, refresh the page.</source> 4321 <source>To load your new installed plugins or themes, refresh the page.</source>
4218 <target state="new"> 4322 <target state="new">
@@ -4244,8 +4348,9 @@
4244 <trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html"> 4348 <trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html">
4245 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source> 4349 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
4246 <target state="new">{VAR_PLURAL, plural, =1 {result} other {results} }</target> 4350 <target state="new">{VAR_PLURAL, plural, =1 {result} other {results} }</target>
4247 4351 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
4248 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 4352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">23</context></context-group>
4353 </trans-unit>
4249 <trans-unit id="b1363973a9482c7b0a7c4a1d066fd64625d40207" datatype="html"> 4354 <trans-unit id="b1363973a9482c7b0a7c4a1d066fd64625d40207" datatype="html">
4250 <source>No results.</source> 4355 <source>No results.</source>
4251 <target state="new"> 4356 <target state="new">
@@ -4255,8 +4360,10 @@
4255 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 4360 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
4256 <context context-type="linenumber">28</context> 4361 <context context-type="linenumber">28</context>
4257 </context-group> 4362 </context-group>
4258 </trans-unit><trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html"> 4363 </trans-unit>
4259 <source>Go to the plugin npm package</source><target state="new">Go to the plugin npm package</target> 4364 <trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html">
4365 <source>Go to the plugin npm package</source>
4366 <target state="translated">Vá ao pacote npm do plugin</target>
4260 <context-group purpose="location"> 4367 <context-group purpose="location">
4261 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 4368 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
4262 <context context-type="linenumber">44</context> 4369 <context context-type="linenumber">44</context>
@@ -4267,8 +4374,8 @@
4267 <target state="new"> 4374 <target state="new">
4268 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 4375 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
4269 </target> 4376 </target>
4270 4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context><context context-type="linenumber">47</context></context-group>
4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 4378 </trans-unit>
4272 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html"> 4379 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
4273 <source>System</source> 4380 <source>System</source>
4274 <target state="new">System</target> 4381 <target state="new">System</target>
@@ -4301,345 +4408,378 @@
4301 <context context-type="linenumber">9</context> 4408 <context context-type="linenumber">9</context>
4302 </context-group> 4409 </context-group>
4303 </trans-unit> 4410 </trans-unit>
4304
4305 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html"> 4411 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4306 <source>Job type</source> 4412 <source>Job type</source>
4307 <target state="new">Job type</target> 4413 <target state="new">Job type</target>
4308 4414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group>
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 4415 </trans-unit>
4310 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html"> 4416 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4311 <source>Job state</source> 4417 <source>Job state</source>
4312 <target state="new">Job state</target> 4418 <target state="new">Job state</target>
4313 4419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group>
4314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 4420 </trans-unit>
4315 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4421 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
4316 <source>Type</source> 4422 <source>Type</source>
4317 <target>Tipo</target> 4423 <target>Tipo</target>
4318 <context-group name="null"> 4424 <context-group name="null">
4319 <context context-type="linenumber">19</context> 4425 <context context-type="linenumber">19</context>
4320 </context-group> 4426 </context-group>
4321 4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group>
4322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 4428 </trans-unit>
4323 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4429 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
4324 <source>Refresh</source> 4430 <source>Refresh</source>
4325 <target state="new">Refresh</target> 4431 <target state="new">Refresh</target>
4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 4432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
4327 </trans-unit><trans-unit id="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html"> 4433 </trans-unit>
4328 <source>Loading...</source><target state="new">Loading...</target> 4434 <trans-unit id="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
4435 <source>Loading...</source>
4436 <target state="translated">A carregar...</target>
4329 <context-group purpose="location"> 4437 <context-group purpose="location">
4330 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4438 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4331 <context context-type="linenumber">24</context> 4439 <context context-type="linenumber">24</context>
4332 </context-group> 4440 </context-group>
4333 </trans-unit> 4441 </trans-unit>
4334 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4442 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4335 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source> 4443 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source>
4336 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target> 4444 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target>
4337 <context-group purpose="location"> 4445 <context-group purpose="location">
4338 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4446 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4339 <context context-type="linenumber">32</context> 4447 <context context-type="linenumber">32</context>
4340 </context-group> 4448 </context-group>
4341 </trans-unit><trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html"> 4449 </trans-unit>
4342 <source>INSTANCE</source><target state="new">INSTANCE</target> 4450 <trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html">
4343 4451 <source>INSTANCE</source>
4344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 4452 <target state="new">INSTANCE</target>
4453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">14</context></context-group>
4454 </trans-unit>
4345 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59"> 4455 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
4346 <source>Name</source> 4456 <source>Name</source>
4347 <target>Nome</target> 4457 <target>Nome</target>
4348 <context-group name="null"> 4458 <context-group name="null">
4349 <context context-type="linenumber">12</context> 4459 <context context-type="linenumber">12</context>
4350 </context-group> 4460 </context-group>
4351 4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">20</context></context-group>
4352 4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group>
4353 4463 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group>
4354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 4464 </trans-unit>
4355 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b"> 4465 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
4356 <source>Short description</source> 4466 <source>Short description</source>
4357 <target>Descrição curta</target> 4467 <target>Descrição curta</target>
4358 <context-group name="null"> 4468 <context-group name="null">
4359 <context context-type="linenumber">22</context> 4469 <context context-type="linenumber">22</context>
4360 </context-group> 4470 </context-group>
4361 4471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">29</context></context-group>
4362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 4472 </trans-unit>
4363 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html"> 4473 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html">
4364 <source>Main instance categories</source> 4474 <source>Main instance categories</source>
4365 <target state="new">Main instance categories</target> 4475 <target state="new">Main instance categories</target>
4366 4476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">47</context></context-group>
4367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 4477 </trans-unit>
4368 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html"> 4478 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
4369 <source>No results found</source> 4479 <source>No results found</source>
4370 <target state="new">No results found</target> 4480 <target state="new">No results found</target>
4371 4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">34</context></context-group>
4372 4482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group>
4373 4483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4374 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4484 </trans-unit>
4375 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source><target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4485 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4376 4486 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4377 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4487 <target state="translated">Alguma informação técnica sobre o seu sistema (como endereço de IP) pode ser enviada para outros pares, devido ao <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sistema de partilha<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>, mas isto é uma imensa ajuda a reduzir a carga no servidor.</target>
4378 <source>Help share videos being played</source><target state="new">Help share videos being played</target> 4488 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4379 4489 </trans-unit>
4380 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4490 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4381 <source>When on a video page, directly start playing the video.</source><target state="new">When on a video page, directly start playing the video.</target> 4491 <source>Help share videos being played</source>
4382 4492 <target state="translated">Ajuda a partilhar videos que estão a ser reproduzidos</target>
4383 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4493 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">44</context></context-group>
4384 <source>Automatically play videos</source><target state="new">Automatically play videos</target> 4494 </trans-unit>
4385 4495 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4386 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4496 <source>When on a video page, directly start playing the video.</source>
4387 <source>When a video ends, follow up with the next suggested video.</source><target state="new">When a video ends, follow up with the next suggested video.</target> 4497 <target state="translated">Quando numa página de vídeo, reproduz de maneira directa o vídeo.</target>
4388 4498 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">58</context></context-group>
4389 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit><trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4499 </trans-unit>
4390 <source>Automatically start playing the next video</source><target state="new">Automatically start playing the next video</target> 4500 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4391 4501 <source>Automatically play videos</source>
4392 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 4502 <target state="translated">Reproduzir vídeos automaticamente</target>
4503 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">55</context></context-group>
4504 </trans-unit>
4505 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4506 <source>When a video ends, follow up with the next suggested video.</source>
4507 <target state="translated">Segue para o próximo vídeo sugerido, quando este vídeo terminar.</target>
4508 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">69</context></context-group>
4509 </trans-unit>
4510 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4511 <source>Automatically start playing the next video</source>
4512 <target state="translated">Reproduz o próximo vídeo automaticamente</target>
4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">66</context></context-group>
4514 </trans-unit>
4393 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 4515 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
4394 <source>Main languages you/your moderators speak</source> 4516 <source>Main languages you/your moderators speak</source>
4395 <target state="new">Main languages you/your moderators speak</target> 4517 <target state="new">Main languages you/your moderators speak</target>
4396 4518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group>
4397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit><trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html"> 4519 </trans-unit>
4398 <source>MODERATION &amp; NSFW</source><target state="new">MODERATION &amp; NSFW</target> 4520 <trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
4399 4521 <source>MODERATION &amp; NSFW</source>
4400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4522 <target state="translated">MODERAÇÃO &amp; NSFW</target>
4401 <source> 4523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4402 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. 4524 </trans-unit>
4403 </source><target state="new"> 4525 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4404 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. 4526 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source>
4405 </target> 4527 <target state="translated">Gere <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>utlizadores<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para criar uma equipa de moderação. </target>
4406 4528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 4529 </trans-unit>
4408
4409 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4530 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
4410 <source>This instance is dedicated to sensitive or NSFW content</source> 4531 <source>This instance is dedicated to sensitive or NSFW content</source>
4411 <target state="new">This instance is dedicated to sensitive or NSFW content</target> 4532 <target state="new">This instance is dedicated to sensitive or NSFW content</target>
4412 4533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit><trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4534 </trans-unit>
4414 <source> 4535 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4415 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4536 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4416 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4537 <target state="new">
4417 </source><target state="new"> 4538 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4418 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4419 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4539 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4420 </target> 4540 </target>
4421 4541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit> 4542 </trans-unit>
4423
4424 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4543 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
4425 <source>Policy on videos containing sensitive content</source> 4544 <source>Policy on videos containing sensitive content</source>
4426 <target>Política sobre vídeos que possuem conteúdo sensível</target> 4545 <target>Política sobre vídeos que possuem conteúdo sensível</target>
4427 <context-group name="null"> 4546 <context-group name="null">
4428 <context context-type="linenumber">81</context> 4547 <context context-type="linenumber">81</context>
4429 </context-group> 4548 </context-group>
4430 4549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4550 </trans-unit>
4432 <source> 4551 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4433 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4552 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
4434 </source><target state="new"> 4553 <target state="new">
4435 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4554 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
4436 </target> 4555 </target>
4437 4556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit> 4557 </trans-unit>
4439
4440 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4558 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
4441 <source>Do not list</source> 4559 <source>Do not list</source>
4442 <target>Não listar</target> 4560 <target>Não listar</target>
4443 <context-group name="null"> 4561 <context-group name="null">
4444 <context context-type="linenumber">14</context> 4562 <context context-type="linenumber">14</context>
4445 </context-group> 4563 </context-group>
4446 4564 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">15</context></context-group>
4447 4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group>
4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4566 </trans-unit>
4449 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 4567 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
4450 <source>Blur thumbnails</source> 4568 <source>Blur thumbnails</source>
4451 <target>Desfocar miniaturas</target> 4569 <target>Desfocar miniaturas</target>
4452 <context-group name="null"> 4570 <context-group name="null">
4453 <context context-type="linenumber">15</context> 4571 <context context-type="linenumber">15</context>
4454 </context-group> 4572 </context-group>
4455 4573 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">16</context></context-group>
4456 4574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group>
4457 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 4575 </trans-unit>
4458 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 4576 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
4459 <source>Display</source> 4577 <source>Display</source>
4460 <target>Exibição</target> 4578 <target>Exibição</target>
4461 <context-group name="null"> 4579 <context-group name="null">
4462 <context context-type="linenumber">16</context> 4580 <context context-type="linenumber">16</context>
4463 </context-group> 4581 </context-group>
4464 4582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">17</context></context-group>
4465 4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group>
4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group></trans-unit><trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html"> 4584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">114</context></context-group>
4467 <source>Strategy</source><target state="new">Strategy</target> 4585 </trans-unit>
4468 4586 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 4587 <source>Strategy</source>
4588 <target state="new">Strategy</target>
4589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">22</context></context-group>
4590 </trans-unit>
4470 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774"> 4591 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
4471 <source>Terms</source> 4592 <source>Terms</source>
4472 <target>Termos</target> 4593 <target>Termos</target>
4473 <context-group name="null"> 4594 <context-group name="null">
4474 <context context-type="linenumber">88</context> 4595 <context context-type="linenumber">88</context>
4475 </context-group> 4596 </context-group>
4476 4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group>
4477 4598 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group>
4478 4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group>
4479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 4600 </trans-unit>
4480 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 4601 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
4481 <source>Code of conduct</source> 4602 <source>Code of conduct</source>
4482 <target state="new">Code of conduct</target> 4603 <target state="new">Code of conduct</target>
4483 4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group>
4484 4605 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group>
4485 4606 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group>
4486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4607 </trans-unit>
4487 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 4608 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
4488 <source>Moderation information</source> 4609 <source>Moderation information</source>
4489 <target state="new">Moderation information</target> 4610 <target state="new">Moderation information</target>
4490 4611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group>
4491 4612 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group>
4492 4613 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group>
4493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">139</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4614 </trans-unit>
4494 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source><target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4615 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4495 4616 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit><trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4617 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4497 <source>YOU AND YOUR INSTANCE</source><target state="new">YOU AND YOUR INSTANCE</target> 4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group>
4498 4619 </trans-unit>
4499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit> 4620 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4500 4621 <source>YOU AND YOUR INSTANCE</source>
4622 <target state="new">YOU AND YOUR INSTANCE</target>
4623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group>
4624 </trans-unit>
4501 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 4625 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
4502 <source>Who is behind the instance?</source> 4626 <source>Who is behind the instance?</source>
4503 <target state="new">Who is behind the instance?</target> 4627 <target state="new">Who is behind the instance?</target>
4504 4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group>
4505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">160</context></context-group></trans-unit><trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html"> 4629 </trans-unit>
4506 <source>A single person? A non-profit? A company?</source><target state="new">A single person? A non-profit? A company?</target> 4630 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
4507 4631 <source>A single person? A non-profit? A company?</source>
4508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit> 4632 <target state="new">A single person? A non-profit? A company?</target>
4633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">161</context></context-group>
4634 </trans-unit>
4509 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 4635 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
4510 <source>Why did you create this instance?</source> 4636 <source>Why did you create this instance?</source>
4511 <target state="new">Why did you create this instance?</target> 4637 <target state="new">Why did you create this instance?</target>
4512 4638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group>
4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit><trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4639 </trans-unit>
4514 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source><target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4640 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4515 4641 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 4642 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group>
4644 </trans-unit>
4517 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 4645 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
4518 <source>How long do you plan to maintain this instance?</source> 4646 <source>How long do you plan to maintain this instance?</source>
4519 <target state="new">How long do you plan to maintain this instance?</target> 4647 <target state="new">How long do you plan to maintain this instance?</target>
4520 4648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group>
4521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">183</context></context-group></trans-unit><trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4649 </trans-unit>
4522 <source>It's important to know for users who want to register on your instance</source><target state="new">It's important to know for users who want to register on your instance</target> 4650 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4523 4651 <source>It's important to know for users who want to register on your instance</source>
4524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group></trans-unit> 4652 <target state="new">It's important to know for users who want to register on your instance</target>
4653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group>
4654 </trans-unit>
4525 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 4655 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
4526 <source>How will you finance the PeerTube server?</source> 4656 <source>How will you finance the PeerTube server?</source>
4527 <target state="new">How will you finance the PeerTube server?</target> 4657 <target state="new">How will you finance the PeerTube server?</target>
4528 4658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group>
4529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">194</context></context-group></trans-unit><trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html"> 4659 </trans-unit>
4530 <source>With your own funds? With user donations? Advertising?</source><target state="new">With your own funds? With user donations? Advertising?</target> 4660 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
4531 4661 <source>With your own funds? With user donations? Advertising?</source>
4532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit><trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html"> 4662 <target state="new">With your own funds? With user donations? Advertising?</target>
4533 <source>OTHER INFORMATION</source><target state="new">OTHER INFORMATION</target> 4663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">195</context></context-group>
4534 4664 </trans-unit>
4535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit> 4665 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
4536 4666 <source>OTHER INFORMATION</source>
4667 <target state="new">OTHER INFORMATION</target>
4668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">209</context></context-group>
4669 </trans-unit>
4537 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 4670 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
4538 <source>What server/hardware does the instance run on?</source> 4671 <source>What server/hardware does the instance run on?</source>
4539 <target state="new">What server/hardware does the instance run on?</target> 4672 <target state="new">What server/hardware does the instance run on?</target>
4540 4673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group>
4541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html"> 4674 </trans-unit>
4542 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source><target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4675 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
4543 4676 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit> 4677 <target state="translated">por exemplo, 2vCore 2GB RAM, uma link directo ao servidor que está a alugar, etc.</target>
4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group>
4679 </trans-unit>
4545 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 4680 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
4546 <source>Instance information</source> 4681 <source>Instance information</source>
4547 <target state="new">Instance information</target> 4682 <target state="new">Instance information</target>
4548 4683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group>
4549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html"> 4684 </trans-unit>
4550 <source>APPEARANCE</source><target state="new">APPEARANCE</target> 4685 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
4551 4686 <source>APPEARANCE</source>
4552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group></trans-unit><trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4687 <target state="new">APPEARANCE</target>
4553 <source> 4688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4554 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4689 </trans-unit>
4555 </source><target state="new"> 4690 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4556 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4691 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4692 <target state="new">
4693 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4557 </target> 4694 </target>
4558 4695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group></trans-unit> 4696 </trans-unit>
4560
4561
4562 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4697 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
4563 <source>default</source> 4698 <source>default</source>
4564 <target state="new">default</target> 4699 <target state="new">default</target>
4565 4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group>
4566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html"> 4701 </trans-unit>
4567 <source>Landing page</source><target state="new">Landing page</target> 4702 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
4568 4703 <source>Landing page</source>
4569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit> 4704 <target state="new">Landing page</target>
4570 4705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">263</context></context-group>
4706 </trans-unit>
4571 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 4707 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
4572 <source>Discover videos</source> 4708 <source>Discover videos</source>
4573 <target state="new">Discover videos</target> 4709 <target state="new">Discover videos</target>
4574 4710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group>
4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">266</context></context-group></trans-unit> 4711 </trans-unit>
4576 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 4712 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
4577 <source>Trending videos</source> 4713 <source>Trending videos</source>
4578 <target state="new">Trending videos</target> 4714 <target state="new">Trending videos</target>
4579 4715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group>
4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">267</context></context-group></trans-unit> 4716 </trans-unit>
4581 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 4717 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
4582 <source>Most liked videos</source> 4718 <source>Most liked videos</source>
4583 <target state="new">Most liked videos</target> 4719 <target state="new">Most liked videos</target>
4584 4720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group>
4585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">268</context></context-group></trans-unit> 4721 </trans-unit>
4586 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 4722 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
4587 <source>Recently added videos</source> 4723 <source>Recently added videos</source>
4588 <target state="new">Recently added videos</target> 4724 <target state="new">Recently added videos</target>
4589 4725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group>
4590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">269</context></context-group></trans-unit> 4726 </trans-unit>
4591 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4727 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4592 <source>Local videos</source> 4728 <source>Local videos</source>
4593 <target>Vídeos locais</target> 4729 <target>Vídeos locais</target>
4594 <context-group name="null"> 4730 <context-group name="null">
4595 <context context-type="linenumber">223</context> 4731 <context context-type="linenumber">223</context>
4596 </context-group> 4732 </context-group>
4597 4733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group>
4598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4734 </trans-unit>
4599 <source>NEW USERS</source><target state="new">NEW USERS</target> 4735 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4600 4736 <source>NEW USERS</source>
4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4737 <target state="new">NEW USERS</target>
4602 <source> 4738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4603 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4739 </trans-unit>
4604 </source><target state="new"> 4740 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4605 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. 4741 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source>
4742 <target state="new">
4743 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually.
4606 </target> 4744 </target>
4607 4745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group></trans-unit> 4746 </trans-unit>
4609
4610 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4747 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4611 <source>Signup enabled</source> 4748 <source>Signup enabled</source>
4612 <target>Inscrição permitida</target> 4749 <target>Inscrição permitida</target>
4613 <context-group name="null"> 4750 <context-group name="null">
4614 <context context-type="linenumber">235</context> 4751 <context context-type="linenumber">235</context>
4615 </context-group> 4752 </context-group>
4616 4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group>
4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group></trans-unit> 4754 </trans-unit>
4618 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4755 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4619 <source>Signup requires email verification</source> 4756 <source>Signup requires email verification</source>
4620 <target>Inscrição requer verificação de email</target> 4757 <target>Inscrição requer verificação de email</target>
4621 <context-group name="null"> 4758 <context-group name="null">
4622 <context context-type="linenumber">242</context> 4759 <context context-type="linenumber">242</context>
4623 </context-group> 4760 </context-group>
4624 4761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group>
4625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">301</context></context-group></trans-unit> 4762 </trans-unit>
4626 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4763 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4627 <source>Signup limit</source> 4764 <source>Signup limit</source>
4628 <target>Limite de inscrições</target> 4765 <target>Limite de inscrições</target>
4629 <context-group name="null"> 4766 <context-group name="null">
4630 <context context-type="linenumber">247</context> 4767 <context context-type="linenumber">247</context>
4631 </context-group> 4768 </context-group>
4632 4769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group>
4633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">305</context></context-group></trans-unit> 4770 </trans-unit>
4634 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4771 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4635 <source>Users</source> 4772 <source>Users</source>
4636 <target>Usuários</target> 4773 <target>Usuários</target>
4637 <context-group name="null"> 4774 <context-group name="null">
4638 <context context-type="linenumber">257</context> 4775 <context context-type="linenumber">257</context>
4639 </context-group> 4776 </context-group>
4640 4777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group>
4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html"> 4778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">4</context></context-group>
4642 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source><target state="new">{VAR_PLURAL, plural, =1 {Video} other {Videos} }</target> 4779 </trans-unit>
4780 <trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
4781 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source>
4782 <target state="new">{VAR_PLURAL, plural, =1 {Video} other {Videos} }</target>
4643 <context-group purpose="location"> 4783 <context-group purpose="location">
4644 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4784 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4645 <context context-type="linenumber">24</context> 4785 <context context-type="linenumber">24</context>
@@ -4648,8 +4788,10 @@
4648 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4788 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4649 <context context-type="linenumber">24</context> 4789 <context context-type="linenumber">24</context>
4650 </context-group> 4790 </context-group>
4651 </trans-unit><trans-unit id="bcf8ce898a641416913d16b5dc39385e83ca069c" datatype="html"> 4791 </trans-unit>
4652 <source>{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</source><target state="new">{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</target> 4792 <trans-unit id="bcf8ce898a641416913d16b5dc39385e83ca069c" datatype="html">
4793 <source>{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</source>
4794 <target state="new">{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</target>
4653 <context-group purpose="location"> 4795 <context-group purpose="location">
4654 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4796 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4655 <context context-type="linenumber">30</context> 4797 <context context-type="linenumber">30</context>
@@ -4658,8 +4800,10 @@
4658 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4800 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4659 <context context-type="linenumber">30</context> 4801 <context context-type="linenumber">30</context>
4660 </context-group> 4802 </context-group>
4661 </trans-unit><trans-unit id="8b3b364967f953009a4b83c53ed5cf0b5ff3902a" datatype="html"> 4803 </trans-unit>
4662 <source>{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</source><target state="new">{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</target> 4804 <trans-unit id="8b3b364967f953009a4b83c53ed5cf0b5ff3902a" datatype="html">
4805 <source>{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</source>
4806 <target state="new">{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</target>
4663 <context-group purpose="location"> 4807 <context-group purpose="location">
4664 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4808 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4665 <context context-type="linenumber">36</context> 4809 <context context-type="linenumber">36</context>
@@ -4668,8 +4812,10 @@
4668 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4812 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4669 <context context-type="linenumber">36</context> 4813 <context context-type="linenumber">36</context>
4670 </context-group> 4814 </context-group>
4671 </trans-unit><trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html"> 4815 </trans-unit>
4672 <source>Incriminated in reports</source><target state="new">Incriminated in reports</target> 4816 <trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html">
4817 <source>Incriminated in reports</source>
4818 <target state="new">Incriminated in reports</target>
4673 <context-group purpose="location"> 4819 <context-group purpose="location">
4674 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4820 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4675 <context context-type="linenumber">42</context> 4821 <context context-type="linenumber">42</context>
@@ -4678,8 +4824,10 @@
4678 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4824 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4679 <context context-type="linenumber">42</context> 4825 <context context-type="linenumber">42</context>
4680 </context-group> 4826 </context-group>
4681 </trans-unit><trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html"> 4827 </trans-unit>
4682 <source>Authored reports accepted</source><target state="new">Authored reports accepted</target> 4828 <trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html">
4829 <source>Authored reports accepted</source>
4830 <target state="new">Authored reports accepted</target>
4683 <context-group purpose="location"> 4831 <context-group purpose="location">
4684 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4832 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4685 <context context-type="linenumber">48</context> 4833 <context context-type="linenumber">48</context>
@@ -4688,8 +4836,10 @@
4688 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4836 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4689 <context context-type="linenumber">48</context> 4837 <context context-type="linenumber">48</context>
4690 </context-group> 4838 </context-group>
4691 </trans-unit><trans-unit id="8e29da1e7e8def288e5cf788c6f5ac6e5824259c" datatype="html"> 4839 </trans-unit>
4692 <source>{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</source><target state="new">{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</target> 4840 <trans-unit id="8e29da1e7e8def288e5cf788c6f5ac6e5824259c" datatype="html">
4841 <source>{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</source>
4842 <target state="new">{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</target>
4693 <context-group purpose="location"> 4843 <context-group purpose="location">
4694 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4844 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4695 <context context-type="linenumber">54</context> 4845 <context context-type="linenumber">54</context>
@@ -4698,8 +4848,10 @@
4698 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4848 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4699 <context context-type="linenumber">54</context> 4849 <context context-type="linenumber">54</context>
4700 </context-group> 4850 </context-group>
4701 </trans-unit><trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html"> 4851 </trans-unit>
4702 <source>NEW USER</source><target state="new">NEW USER</target> 4852 <trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html">
4853 <source>NEW USER</source>
4854 <target state="new">NEW USER</target>
4703 <context-group purpose="location"> 4855 <context-group purpose="location">
4704 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4856 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4705 <context context-type="linenumber">73</context> 4857 <context context-type="linenumber">73</context>
@@ -4708,8 +4860,10 @@
4708 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4860 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4709 <context context-type="linenumber">73</context> 4861 <context context-type="linenumber">73</context>
4710 </context-group> 4862 </context-group>
4711 </trans-unit><trans-unit id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0" datatype="html"> 4863 </trans-unit>
4712 <source>Configuration</source><target state="new">Configuration</target> 4864 <trans-unit id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0" datatype="html">
4865 <source>Configuration</source>
4866 <target state="new">Configuration</target>
4713 <context-group purpose="location"> 4867 <context-group purpose="location">
4714 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context> 4868 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
4715 <context context-type="linenumber">1</context> 4869 <context context-type="linenumber">1</context>
@@ -4718,462 +4872,475 @@
4718 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4872 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4719 <source>Default video quota per user</source> 4873 <source>Default video quota per user</source>
4720 <target state="new">Default video quota per user</target> 4874 <target state="new">Default video quota per user</target>
4721 4875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group>
4722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group></trans-unit> 4876 </trans-unit>
4723 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4877 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4724 <source>Default daily upload limit per user</source> 4878 <source>Default daily upload limit per user</source>
4725 <target state="new">Default daily upload limit per user</target> 4879 <target state="new">Default daily upload limit per user</target>
4726 4880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group>
4727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4881 </trans-unit>
4728 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4882 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4729 4883 <source>NEW VIDEOS</source>
4730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4884 <target state="new">NEW VIDEOS</target>
4731 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group>
4732 4886 </trans-unit>
4733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4887 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4734 <source>Allow import with a torrent file or a magnet URI</source><target state="new">Allow import with a torrent file or a magnet URI</target> 4888 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4735 4889 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group></trans-unit> 4890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group>
4737 4891 </trans-unit>
4738 4892 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4893 <source>Allow import with a torrent file or a magnet URI</source>
4894 <target state="new">Allow import with a torrent file or a magnet URI</target>
4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group>
4896 </trans-unit>
4739 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4897 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4740 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source><target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4898 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4741 4899 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group>
4743 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4901 </trans-unit>
4744 4902 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4903 <source>Blacklist new videos automatically</source>
4746 <source>FEDERATION</source><target state="new">FEDERATION</target> 4904 <target state="new">Blacklist new videos automatically</target>
4747 4905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group>
4748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4906 </trans-unit>
4749 <source> 4907 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4750 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4908 <source>FEDERATION</source>
4751 </source><target state="new"> 4909 <target state="new">FEDERATION</target>
4752 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. 4910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4911 </trans-unit>
4912 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4913 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source>
4914 <target state="new">
4915 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances.
4753 </target> 4916 </target>
4754 4917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4918 </trans-unit>
4756 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4919 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4757 4920 <source>Other instances can follow yours</source>
4758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit> 4921 <target state="new">Other instances can follow yours</target>
4759 4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group>
4760 4923 </trans-unit>
4761 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4924 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4762 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4925 <source>Manually approve new instance followers</source>
4763 4926 <target state="new">Manually approve new instance followers</target>
4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group>
4765 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4928 </trans-unit>
4766 4929 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4930 <source>Automatically follow back instances</source>
4768 <source> 4931 <target state="new">Automatically follow back instances</target>
4769 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4770 </source><target state="new"> 4933 </trans-unit>
4771 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4934 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4935 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
4936 <target state="new">
4937 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
4772 </target> 4938 </target>
4773 <context-group purpose="location"> 4939 <context-group purpose="location">
4774 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4940 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4775 <context context-type="linenumber">450</context> 4941 <context context-type="linenumber">450</context>
4776 </context-group> 4942 </context-group>
4777 </trans-unit> 4943 </trans-unit>
4778
4779 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4944 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4780 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source><target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4945 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4781 4946 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4782 4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group>
4783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">296</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group></trans-unit> 4948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group>
4784 4949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">448</context></context-group>
4785 4950 </trans-unit>
4786 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4951 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4787 <source>Index URL</source> 4952 <source>Index URL</source>
4788 <target state="new">Index URL</target> 4953 <target state="new">Index URL</target>
4789 4954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group>
4790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4955 </trans-unit>
4791 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4956 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4957 <source>Automatically follow instances of a public index</source>
4958 <target state="new">Automatically follow instances of a public index</target>
4792 <context-group purpose="location"> 4959 <context-group purpose="location">
4793 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4960 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4794 <context context-type="linenumber">445</context> 4961 <context context-type="linenumber">445</context>
4795 </context-group> 4962 </context-group>
4796 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4963 </trans-unit>
4797 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4964 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4798 4965 <source>ADMINISTRATORS</source>
4799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group></trans-unit> 4966 <target state="new">ADMINISTRATORS</target>
4967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group>
4968 </trans-unit>
4800 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4969 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4801 <source>Administrator</source> 4970 <source>Administrator</source>
4802 <target>Administrador</target> 4971 <target>Administrador</target>
4803 <context-group name="null"> 4972 <context-group name="null">
4804 <context context-type="linenumber">384</context> 4973 <context context-type="linenumber">384</context>
4805 </context-group> 4974 </context-group>
4806 4975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
4807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4976 </trans-unit>
4808 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 4977 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
4809 <source>Admin email</source> 4978 <source>Admin email</source>
4810 <target>Email de administrador</target> 4979 <target>Email de administrador</target>
4811 <context-group name="null"> 4980 <context-group name="null">
4812 <context context-type="linenumber">387</context> 4981 <context context-type="linenumber">387</context>
4813 </context-group> 4982 </context-group>
4814 4983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group>
4815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">483</context></context-group></trans-unit> 4984 </trans-unit>
4816 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4985 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4817 <source>Enable contact form</source> 4986 <source>Enable contact form</source>
4818 <target state="new">Enable contact form</target> 4987 <target state="new">Enable contact form</target>
4819 <context-group name="null"> 4988 <context-group name="null">
4820 <context context-type="linenumber">398</context> 4989 <context context-type="linenumber">398</context>
4821 </context-group> 4990 </context-group>
4822 4991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group>
4823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">494</context></context-group></trans-unit> 4992 </trans-unit>
4824 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4993 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4825 <source>Basic configuration</source> 4994 <source>Basic configuration</source>
4826 <target>Configurações básicas</target> 4995 <target>Configurações básicas</target>
4827 <context-group name="null"> 4996 <context-group name="null">
4828 <context context-type="linenumber">195</context> 4997 <context context-type="linenumber">195</context>
4829 </context-group> 4998 </context-group>
4830 4999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group>
4831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5000 </trans-unit>
4832 <source>TWITTER</source><target state="new">TWITTER</target> 5001 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4833 5002 <source>TWITTER</source>
4834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5003 <target state="new">TWITTER</target>
4835 <source> 5004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">511</context></context-group>
4836 Optional. If any, provide the Twitter account representing your instance to improve link previews. 5005 </trans-unit>
4837 </source><target state="new"> 5006 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5007 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5008 <target state="new">
4838 Optional. If any, provide the Twitter account representing your instance to improve link previews. 5009 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4839 </target> 5010 </target>
4840 5011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group>
4841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit> 5012 </trans-unit>
4842
4843 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5013 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4844 <source>Your Twitter username</source> 5014 <source>Your Twitter username</source>
4845 <target>Seu nome de usuário no Twitter</target> 5015 <target>Seu nome de usuário no Twitter</target>
4846 <context-group name="null"> 5016 <context-group name="null">
4847 <context context-type="linenumber">413</context> 5017 <context context-type="linenumber">413</context>
4848 </context-group> 5018 </context-group>
4849 5019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group>
4850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit> 5020 </trans-unit>
4851
4852 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5021 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4853 <source>Instance whitelisted by Twitter</source> 5022 <source>Instance whitelisted by Twitter</source>
4854 <target>Instância listada como permitida pelo Twitter</target> 5023 <target>Instância listada como permitida pelo Twitter</target>
4855 <context-group name="null"> 5024 <context-group name="null">
4856 <context context-type="linenumber">431</context> 5025 <context context-type="linenumber">431</context>
4857 </context-group> 5026 </context-group>
4858 5027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5028 </trans-unit>
4860 <source> 5029 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4861 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5030 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source>
4862 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5031 <target state="new">
4863 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5032 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4864 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 5033 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4865 to see if you instance is whitelisted.
4866 </source><target state="new">
4867 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4868 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4869 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5034 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4870 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 5035 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
4871 to see if you instance is whitelisted. 5036 to see if you instance is whitelisted.
4872 </target> 5037 </target>
4873 5038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group></trans-unit> 5039 </trans-unit>
4875
4876 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5040 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4877 <source>Services</source> 5041 <source>Services</source>
4878 <target>Serviços</target> 5042 <target>Serviços</target>
4879 <context-group name="null"> 5043 <context-group name="null">
4880 <context context-type="linenumber">405</context> 5044 <context context-type="linenumber">405</context>
4881 </context-group> 5045 </context-group>
4882 5046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group>
4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5047 </trans-unit>
4884 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 5048 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4885 5049 <source>TRANSCODING</source>
4886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5050 <target state="new">TRANSCODING</target>
4887 <source> 5051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4888 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5052 </trans-unit>
4889 resources, this is a critical part of PeerTube, so tread carefully. 5053 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4890 </source><target state="new"> 5054 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
5055 <target state="new">
4891 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5056 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4892 resources, this is a critical part of PeerTube, so tread carefully. 5057 resources, this is a critical part of PeerTube, so tread carefully.
4893 </target> 5058 </target>
4894 5059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group></trans-unit> 5060 </trans-unit>
4896
4897 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5061 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4898 <source>Transcoding enabled</source> 5062 <source>Transcoding enabled</source>
4899 <target>Transcodificação ativada</target> 5063 <target>Transcodificação ativada</target>
4900 <context-group name="null"> 5064 <context-group name="null">
4901 <context context-type="linenumber">461</context> 5065 <context context-type="linenumber">461</context>
4902 </context-group> 5066 </context-group>
4903 5067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group>
4904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit> 5068 </trans-unit>
4905 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5069 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4906 <source>If you disable transcoding, many videos from your users will not work!</source> 5070 <source>If you disable transcoding, many videos from your users will not work!</source>
4907 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 5071 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
4908 <context-group name="null"> 5072 <context-group name="null">
4909 <context context-type="linenumber">465</context> 5073 <context context-type="linenumber">465</context>
4910 </context-group> 5074 </context-group>
4911 5075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group>
4912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5076 </trans-unit>
4913 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source><target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5077 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4914 5078 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 5079 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4916 5080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group>
5081 </trans-unit>
4917 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5082 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4918 <source>Allow additional extensions</source> 5083 <source>Allow additional extensions</source>
4919 <target state="new">Allow additional extensions</target> 5084 <target state="new">Allow additional extensions</target>
4920 <context-group name="null"> 5085 <context-group name="null">
4921 <context context-type="linenumber">475</context> 5086 <context context-type="linenumber">475</context>
4922 </context-group> 5087 </context-group>
4923 5088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group>
4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5089 </trans-unit>
4925 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5090 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4926 5091 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit> 5092 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4928 5093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group>
5094 </trans-unit>
4929 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5095 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4930 <source>Allow audio files upload</source> 5096 <source>Allow audio files upload</source>
4931 <target state="new">Allow audio files upload</target> 5097 <target state="new">Allow audio files upload</target>
4932 5098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5099 </trans-unit>
4934 <source> 5100 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4935 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 5101 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source>
4936 5102 <target state="new">
4937 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5103 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4938
4939 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4940
4941 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4942 </source><target state="new">
4943 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4944 5104
4945 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5105 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
4946 5106
4947 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5107 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4948 5108
4949 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 5109 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4950 </target> 5110 </target>
4951 5111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit> 5112 </trans-unit>
4953
4954 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5113 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4955 <source>WebTorrent support enabled</source> 5114 <source>WebTorrent support enabled</source>
4956 <target state="new">WebTorrent support enabled</target> 5115 <target state="new">WebTorrent support enabled</target>
4957 5116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5117 </trans-unit>
4959 <source> 5118 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4960 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 5119 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source>
4961 5120 <target state="new">
4962 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5121 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4963 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4964 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4965 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4966 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4967 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4968
4969 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4970 </source><target state="new">
4971 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4972 5122
4973 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5123 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
4974 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 5124 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/>
4975 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5125 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
4976 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5126 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
4977 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 5127 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
4978 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 5128 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/>
4979 5129
4980 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 5130 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
4981 </target> 5131 </target>
4982 5132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group></trans-unit> 5133 </trans-unit>
4984
4985 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5134 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4986 <source>HLS support enabled</source> 5135 <source>HLS support enabled</source>
4987 <target state="new">HLS support enabled</target> 5136 <target state="new">HLS support enabled</target>
4988 5137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group>
4989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit> 5138 </trans-unit>
4990 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5139 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4991 <source>Transcoding threads</source> 5140 <source>Transcoding threads</source>
4992 <target>Threads de transcodificação</target> 5141 <target>Threads de transcodificação</target>
4993 <context-group name="null"> 5142 <context-group name="null">
4994 <context context-type="linenumber">517</context> 5143 <context context-type="linenumber">517</context>
4995 </context-group> 5144 </context-group>
4996 5145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group>
4997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5146 </trans-unit>
4998 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 5147 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4999 5148 <source>Resolutions to generate</source>
5000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group></trans-unit> 5149 <target state="new">Resolutions to generate</target>
5150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">673</context></context-group>
5151 </trans-unit>
5001 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5152 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5002 <source>CACHE</source><target state="new">CACHE</target> 5153 <source>CACHE</source>
5003 5154 <target state="new">CACHE</target>
5004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">699</context></context-group>
5005 <source> 5156 </trans-unit>
5006 Some files are not federated, and fetched when necessary. Define their caching policies. 5157 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5007 </source><target state="new"> 5158 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5159 <target state="new">
5008 Some files are not federated, and fetched when necessary. Define their caching policies. 5160 Some files are not federated, and fetched when necessary. Define their caching policies.
5009 </target> 5161 </target>
5010 5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group>
5011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5163 </trans-unit>
5012 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 5164 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5013 5165 <source>Number of previews to keep in cache</source>
5014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5166 <target state="new">Number of previews to keep in cache</target>
5015 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group>
5016 5168 </trans-unit>
5017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit> 5169 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5018 5170 <source>Number of video captions to keep in cache</source>
5019 5171 <target state="new">Number of video captions to keep in cache</target>
5020 5172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group>
5173 </trans-unit>
5021 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5174 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5022 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 5175 <source>CUSTOMIZATIONS</source>
5023 5176 <target state="new">CUSTOMIZATIONS</target>
5024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group>
5025 <source> 5178 </trans-unit>
5026 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5179 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5027 </source><target state="new"> 5180 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5181 <target state="new">
5028 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5182 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5029 </target> 5183 </target>
5030 5184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group>
5031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit> 5185 </trans-unit>
5032
5033 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5186 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5034 <source>JavaScript</source> 5187 <source>JavaScript</source>
5035 <target>JavaScript</target> 5188 <target>JavaScript</target>
5036 <context-group name="null"> 5189 <context-group name="null">
5037 <context context-type="linenumber">575</context> 5190 <context context-type="linenumber">575</context>
5038 </context-group> 5191 </context-group>
5039 5192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5193 </trans-unit>
5041 <source> 5194 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5042 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5195 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5043 </source><target state="new"> 5196 <target state="new">
5044 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5197 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5045 </target> 5198 </target>
5046 5199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5200 </trans-unit>
5048 <source> 5201 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5049 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5202 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5050 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5203 <target state="new">
5051 color: red; 5204 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5052 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5205 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5053 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5054 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5055 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5056 color: red;
5057 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5058 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5059 </source><target state="new">
5060 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5061 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5062 color: red; 5206 color: red;
5063 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5207 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5064 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5208 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5065 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5209 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5066 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5210 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5067 color: red; 5211 color: red;
5068 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5212 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5069 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5213 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
5070 </target> 5214 </target>
5071 5215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group></trans-unit> 5216 </trans-unit>
5073
5074
5075 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5217 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5076 <source>Advanced configuration</source> 5218 <source>Advanced configuration</source>
5077 <target>Configurações avançadas</target> 5219 <target>Configurações avançadas</target>
5078 <context-group name="null"> 5220 <context-group name="null">
5079 <context context-type="linenumber">452</context> 5221 <context context-type="linenumber">452</context>
5080 </context-group> 5222 </context-group>
5081 5223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group>
5082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit> 5224 </trans-unit>
5083 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5225 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5084 <source>Update configuration</source> 5226 <source>Update configuration</source>
5085 <target>Atualizar configuração</target> 5227 <target>Atualizar configuração</target>
5086 <context-group name="null"> 5228 <context-group name="null">
5087 <context context-type="linenumber">628</context> 5229 <context context-type="linenumber">628</context>
5088 </context-group> 5230 </context-group>
5089 5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group>
5090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit> 5232 </trans-unit>
5091 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5233 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5092 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5234 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5093 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5235 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5094 5236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group>
5095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5237 </trans-unit>
5096 <source>PROFILE</source><target state="new">PROFILE</target> 5238 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5239 <source>PROFILE</source>
5240 <target state="new">PROFILE</target>
5097 <context-group purpose="location"> 5241 <context-group purpose="location">
5098 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5242 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
5099 <context context-type="linenumber">3</context> 5243 <context context-type="linenumber">3</context>
5100 </context-group> 5244 </context-group>
5101 </trans-unit><trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html"> 5245 </trans-unit>
5102 <source>VIDEO SETTINGS</source><target state="new">VIDEO SETTINGS</target> 5246 <trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html">
5247 <source>VIDEO SETTINGS</source>
5248 <target state="new">VIDEO SETTINGS</target>
5103 <context-group purpose="location"> 5249 <context-group purpose="location">
5104 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5250 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
5105 <context context-type="linenumber">32</context> 5251 <context context-type="linenumber">32</context>
5106 </context-group> 5252 </context-group>
5107 </trans-unit><trans-unit id="f70dbe547767b3a0f0006d44688beee60c884417" datatype="html"> 5253 </trans-unit>
5108 <source>NOTIFICATIONS</source><target state="new">NOTIFICATIONS</target> 5254 <trans-unit id="f70dbe547767b3a0f0006d44688beee60c884417" datatype="html">
5255 <source>NOTIFICATIONS</source>
5256 <target state="new">NOTIFICATIONS</target>
5109 <context-group purpose="location"> 5257 <context-group purpose="location">
5110 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5258 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
5111 <context context-type="linenumber">43</context> 5259 <context context-type="linenumber">43</context>
5112 </context-group> 5260 </context-group>
5113 </trans-unit><trans-unit id="8e4cafda991c13b5103e45195f7f2488974a913e" datatype="html"> 5261 </trans-unit>
5114 <source>INTERFACE</source><target state="new">INTERFACE</target> 5262 <trans-unit id="8e4cafda991c13b5103e45195f7f2488974a913e" datatype="html">
5263 <source>INTERFACE</source>
5264 <target state="new">INTERFACE</target>
5115 <context-group purpose="location"> 5265 <context-group purpose="location">
5116 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5266 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
5117 <context context-type="linenumber">53</context> 5267 <context context-type="linenumber">53</context>
5118 </context-group> 5268 </context-group>
5119 </trans-unit><trans-unit id="ce43cc343ed3bd908e593db994ca3f6dbff079df" datatype="html"> 5269 </trans-unit>
5120 <source>PASSWORD</source><target state="new">PASSWORD</target> 5270 <trans-unit id="ce43cc343ed3bd908e593db994ca3f6dbff079df" datatype="html">
5271 <source>PASSWORD</source>
5272 <target state="new">PASSWORD</target>
5121 <context-group purpose="location"> 5273 <context-group purpose="location">
5122 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5274 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
5123 <context context-type="linenumber">63</context> 5275 <context context-type="linenumber">63</context>
5124 </context-group> 5276 </context-group>
5125 </trans-unit><trans-unit id="d5e31741c591719630b5bba1ba38f8c1a04c10e3" datatype="html"> 5277 </trans-unit>
5126 <source>EMAIL</source><target state="new">EMAIL</target> 5278 <trans-unit id="d5e31741c591719630b5bba1ba38f8c1a04c10e3" datatype="html">
5279 <source>EMAIL</source>
5280 <target state="new">EMAIL</target>
5127 <context-group purpose="location"> 5281 <context-group purpose="location">
5128 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5282 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
5129 <context context-type="linenumber">73</context> 5283 <context context-type="linenumber">73</context>
5130 </context-group> 5284 </context-group>
5131 </trans-unit><trans-unit id="e6c299a11dadb59bf789ecc5d85eb1a1ebff4613" datatype="html"> 5285 </trans-unit>
5132 <source>DANGER ZONE</source><target state="new">DANGER ZONE</target> 5286 <trans-unit id="e6c299a11dadb59bf789ecc5d85eb1a1ebff4613" datatype="html">
5133 5287 <source>DANGER ZONE</source>
5134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 5288 <target state="new">DANGER ZONE</target>
5135 5289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group>
5136 5290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">186</context></context-group>
5137 5291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">83</context></context-group>
5292 </trans-unit>
5138 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8"> 5293 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
5139 <source>Profile</source> 5294 <source>Profile</source>
5140 <target>Perfil</target> 5295 <target>Perfil</target>
5141 <context-group name="null"> 5296 <context-group name="null">
5142 <context context-type="linenumber">7</context> 5297 <context context-type="linenumber">7</context>
5143 </context-group> 5298 </context-group>
5144 5299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group>
5145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b284ee2481274869dfb81764f597da8a13a6813d" datatype="html"> 5300 </trans-unit>
5146 <source>Resolution</source><target state="new">Resolution</target> 5301 <trans-unit id="b284ee2481274869dfb81764f597da8a13a6813d" datatype="html">
5302 <source>Resolution</source>
5303 <target state="new">Resolution</target>
5147 <context-group purpose="location"> 5304 <context-group purpose="location">
5148 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5305 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
5149 <context context-type="linenumber">1</context> 5306 <context context-type="linenumber">1</context>
5150 </context-group> 5307 </context-group>
5151 </trans-unit><trans-unit id="ef33a2dbcf359d6d0bf21cd9057241198657f1a0" datatype="html"> 5308 </trans-unit>
5152 <source>Aspect ratio</source><target state="new">Aspect ratio</target> 5309 <trans-unit id="ef33a2dbcf359d6d0bf21cd9057241198657f1a0" datatype="html">
5310 <source>Aspect ratio</source>
5311 <target state="new">Aspect ratio</target>
5153 <context-group purpose="location"> 5312 <context-group purpose="location">
5154 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5313 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
5155 <context context-type="linenumber">1</context> 5314 <context context-type="linenumber">1</context>
5156 </context-group> 5315 </context-group>
5157 </trans-unit><trans-unit id="6a584f96af92f3c88346004512fb62c1a2f77bf2" datatype="html"> 5316 </trans-unit>
5158 <source>Average frame rate</source><target state="new">Average frame rate</target> 5317 <trans-unit id="6a584f96af92f3c88346004512fb62c1a2f77bf2" datatype="html">
5318 <source>Average frame rate</source>
5319 <target state="new">Average frame rate</target>
5159 <context-group purpose="location"> 5320 <context-group purpose="location">
5160 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5321 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
5161 <context context-type="linenumber">1</context> 5322 <context context-type="linenumber">1</context>
5162 </context-group> 5323 </context-group>
5163 </trans-unit><trans-unit id="f5ef087f961138ca7624adf451532229eaf1d6d0" datatype="html"> 5324 </trans-unit>
5164 <source>Pixel format</source><target state="new">Pixel format</target> 5325 <trans-unit id="f5ef087f961138ca7624adf451532229eaf1d6d0" datatype="html">
5326 <source>Pixel format</source>
5327 <target state="new">Pixel format</target>
5165 <context-group purpose="location"> 5328 <context-group purpose="location">
5166 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5329 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
5167 <context context-type="linenumber">1</context> 5330 <context context-type="linenumber">1</context>
5168 </context-group> 5331 </context-group>
5169 </trans-unit><trans-unit id="3a52aa4fd8b70b391767f9398322eeb13219f18c" datatype="html"> 5332 </trans-unit>
5170 <source>Sample rate</source><target state="new">Sample rate</target> 5333 <trans-unit id="3a52aa4fd8b70b391767f9398322eeb13219f18c" datatype="html">
5334 <source>Sample rate</source>
5335 <target state="new">Sample rate</target>
5171 <context-group purpose="location"> 5336 <context-group purpose="location">
5172 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5337 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
5173 <context context-type="linenumber">1</context> 5338 <context context-type="linenumber">1</context>
5174 </context-group> 5339 </context-group>
5175 </trans-unit><trans-unit id="3ca33ac04c81bb041501de891a9d7c8318f810a0" datatype="html"> 5340 </trans-unit>
5176 <source>Channel Layout</source><target state="new">Channel Layout</target> 5341 <trans-unit id="3ca33ac04c81bb041501de891a9d7c8318f810a0" datatype="html">
5342 <source>Channel Layout</source>
5343 <target state="new">Channel Layout</target>
5177 <context-group purpose="location"> 5344 <context-group purpose="location">
5178 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 5345 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
5179 <context context-type="linenumber">1</context> 5346 <context context-type="linenumber">1</context>
@@ -5185,13 +5352,13 @@
5185 <context-group name="null"> 5352 <context-group name="null">
5186 <context context-type="linenumber">10</context> 5353 <context context-type="linenumber">10</context>
5187 </context-group> 5354 </context-group>
5188 5355 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">12</context></context-group>
5189 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="dc7b800a27960e33af36f16f6c25aaf5776464f7" datatype="html"> 5356 </trans-unit>
5190 <source>Interface settings</source><target state="new">Interface settings</target> 5357 <trans-unit id="dc7b800a27960e33af36f16f6c25aaf5776464f7" datatype="html">
5191 5358 <source>Interface settings</source>
5192 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 5359 <target state="new">Interface settings</target>
5193 5360 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">16</context></context-group>
5194 5361 </trans-unit>
5195 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 5362 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
5196 <source>Change password</source> 5363 <source>Change password</source>
5197 <target>Alterar senha</target> 5364 <target>Alterar senha</target>
@@ -5234,16 +5401,18 @@
5234 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5401 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5235 </trans-unit> 5402 </trans-unit>
5236 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5403 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5237 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source> 5404 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
5238 <target state="new"> 5405 <target state="new">
5239 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 5406 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
5240 </target> 5407 </target>
5241 <context-group purpose="location"> 5408 <context-group purpose="location">
5242 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5409 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5243 <context context-type="linenumber">6</context> 5410 <context context-type="linenumber">6</context>
5244 </context-group> 5411 </context-group>
5245 </trans-unit><trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html"> 5412 </trans-unit>
5246 <source>Policy for sensitive videos</source><target state="new">Policy for sensitive videos</target> 5413 <trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5414 <source>Policy for sensitive videos</source>
5415 <target state="new">Policy for sensitive videos</target>
5247 <context-group purpose="location"> 5416 <context-group purpose="location">
5248 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5417 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5249 <context context-type="linenumber">14</context> 5418 <context context-type="linenumber">14</context>
@@ -5256,21 +5425,17 @@
5256 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5425 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5257 <source>Only display videos in the following languages/subtitles</source> 5426 <source>Only display videos in the following languages/subtitles</source>
5258 <target state="new">Only display videos in the following languages/subtitles</target> 5427 <target state="new">Only display videos in the following languages/subtitles</target>
5259 5428 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">23</context></context-group>
5260 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 5429 </trans-unit>
5261 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5430 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
5262 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5431 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5263 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target> 5432 <target state="new">In Recently added, Trending, Local, Most liked and Search pages</target>
5264 5433 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5265 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 5434 </trans-unit>
5266
5267
5268
5269
5270 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5435 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5271 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source> 5436 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
5272 <target state="new"> 5437 <target state="new">
5273 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 5438 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
5274</target> 5439</target>
5275 <context-group purpose="location"> 5440 <context-group purpose="location">
5276 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5441 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5278,9 +5443,9 @@
5278 </context-group> 5443 </context-group>
5279 </trans-unit> 5444 </trans-unit>
5280 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5445 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5281 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source> 5446 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source>
5282 <target state="new"> 5447 <target state="new">
5283 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification 5448 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification
5284</target> 5449</target>
5285 <context-group purpose="location"> 5450 <context-group purpose="location">
5286 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5451 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5322,27 +5487,28 @@
5322 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5487 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5323 <source>Theme</source> 5488 <source>Theme</source>
5324 <target state="new">Theme</target> 5489 <target state="new">Theme</target>
5325 5490 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group>
5326 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 5491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">250</context></context-group>
5492 </trans-unit>
5327 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html"> 5493 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
5328 <source>instance default</source> 5494 <source>instance default</source>
5329 <target state="new">instance default</target> 5495 <target state="new">instance default</target>
5330 5496 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group>
5331 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 5497 </trans-unit>
5332 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html"> 5498 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
5333 <source>peertube default</source> 5499 <source>peertube default</source>
5334 <target state="new">peertube default</target> 5500 <target state="new">peertube default</target>
5335 5501 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group>
5336 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 5502 </trans-unit>
5337 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf"> 5503 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
5338 <source>Change ownership</source> 5504 <source>Change ownership</source>
5339 <target>Mudar dono</target> 5505 <target>Mudar dono</target>
5340 <context-group name="null"> 5506 <context-group name="null">
5341 <context context-type="linenumber">22</context> 5507 <context context-type="linenumber">22</context>
5342 </context-group> 5508 </context-group>
5343 5509 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group>
5344 5510 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group>
5345 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 5511 </trans-unit>
5346 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5512 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5347 <source>Select the next owner</source> 5513 <source>Select the next owner</source>
5348 <target>Selecione o próximo dono</target> 5514 <target>Selecione o próximo dono</target>
@@ -5350,8 +5516,10 @@
5350 <context context-type="linenumber">10</context> 5516 <context context-type="linenumber">10</context>
5351 </context-group> 5517 </context-group>
5352 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5518 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5353 </trans-unit><trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5519 </trans-unit>
5354 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source><target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5520 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5521 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5522 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5355 <context-group purpose="location"> 5523 <context-group purpose="location">
5356 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5524 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5357 <context context-type="linenumber">2</context> 5525 <context context-type="linenumber">2</context>
@@ -5360,8 +5528,8 @@
5360 <trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html"> 5528 <trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html">
5361 <source>Search your videos</source> 5529 <source>Search your videos</source>
5362 <target state="new">Search your videos</target> 5530 <target state="new">Search your videos</target>
5363 5531 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">4</context></context-group>
5364 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 5532 </trans-unit>
5365 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804"> 5533 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
5366 <source>Accept ownership</source> 5534 <source>Accept ownership</source>
5367 <target>Aceitar ser dono</target> 5535 <target>Aceitar ser dono</target>
@@ -5387,13 +5555,10 @@
5387 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5555 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5388 </trans-unit> 5556 </trans-unit>
5389 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5557 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5390 <source> 5558 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source>
5391 Created
5392 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5393 </source>
5394 <target> 5559 <target>
5395 Criado 5560 Criado
5396 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 5561 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
5397 </target> 5562 </target>
5398 <context-group name="null"> 5563 <context-group name="null">
5399 <context context-type="linenumber">15</context> 5564 <context context-type="linenumber">15</context>
@@ -5423,14 +5588,15 @@
5423 <context context-type="linenumber">38</context> 5588 <context context-type="linenumber">38</context>
5424 </context-group> 5589 </context-group>
5425 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">38</context></context-group> 5590 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">38</context></context-group>
5426 </trans-unit><trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html"> 5591 </trans-unit>
5427 <source>Create video channel</source><target state="new">Create video channel</target> 5592 <trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html">
5593 <source>Create video channel</source>
5594 <target state="new">Create video channel</target>
5428 <context-group purpose="location"> 5595 <context-group purpose="location">
5429 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context> 5596 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
5430 <context context-type="linenumber">4</context> 5597 <context context-type="linenumber">4</context>
5431 </context-group> 5598 </context-group>
5432 </trans-unit> 5599 </trans-unit>
5433
5434 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 5600 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
5435 <source>Go to the channel</source> 5601 <source>Go to the channel</source>
5436 <target>Ir para o canal</target> 5602 <target>Ir para o canal</target>
@@ -5446,69 +5612,70 @@
5446 <context-group name="null"> 5612 <context-group name="null">
5447 <context context-type="linenumber">14</context> 5613 <context context-type="linenumber">14</context>
5448 </context-group> 5614 </context-group>
5449 5615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">15</context></context-group>
5450 5616 </trans-unit>
5451
5452
5453 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
5454
5455 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558"> 5617 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
5456 <source>Example: my_channel</source> 5618 <source>Example: my_channel</source>
5457 <target>Exemplo: meu_canal</target> 5619 <target>Exemplo: meu_canal</target>
5458 <context-group name="null"> 5620 <context-group name="null">
5459 <context context-type="linenumber">15</context> 5621 <context context-type="linenumber">15</context>
5460 </context-group> 5622 </context-group>
5461 5623 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group>
5462 5624 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group>
5463 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="cc895c3d23ec739ac77d472ff979980195fd30c1" datatype="html"> 5625 </trans-unit>
5464 <source>CHANNEL</source><target state="new">CHANNEL</target> 5626 <trans-unit id="cc895c3d23ec739ac77d472ff979980195fd30c1" datatype="html">
5465 5627 <source>CHANNEL</source>
5466 5628 <target state="new">CHANNEL</target>
5467 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5629 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5468 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5630 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5469 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source><target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5631 </trans-unit>
5632 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5633 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5634 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
5470 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5635 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5471 5636 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5472 5637 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5473 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 5638 </trans-unit>
5474
5475 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html"> 5639 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html">
5476 <source>Overwrite support field of all videos of this channel</source> 5640 <source>Overwrite support field of all videos of this channel</source>
5477 <target state="new">Overwrite support field of all videos of this channel</target> 5641 <target state="new">Overwrite support field of all videos of this channel</target>
5478 5642 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group>
5479 5643 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group>
5480 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 5644 </trans-unit>
5481 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503"> 5645 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
5482 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source> 5646 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
5483 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> inscritos</target> 5647 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> inscritos</target>
5484 <context-group name="null"> 5648 <context-group name="null">
5485 <context context-type="linenumber">10</context> 5649 <context context-type="linenumber">10</context>
5486 </context-group> 5650 </context-group>
5487 5651 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group>
5488 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 5652 </trans-unit>
5489
5490
5491 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191"> 5653 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
5492 <source>Target</source> 5654 <source>Target</source>
5493 <target>Alvo</target> 5655 <target>Alvo</target>
5494 <context-group name="null"> 5656 <context-group name="null">
5495 <context context-type="linenumber">8</context> 5657 <context context-type="linenumber">8</context>
5496 </context-group> 5658 </context-group>
5497 5659 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
5498 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html"> 5660 </trans-unit>
5499 <source>See the error</source><target state="new">See the error</target> 5661 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
5500 5662 <source>See the error</source>
5501 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5663 <target state="new">See the error</target>
5502 <source>This video was deleted</source><target state="new">This video was deleted</target> 5664 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">20</context></context-group>
5503 5665 </trans-unit>
5504 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5666 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5505 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source><target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target> 5667 <source>This video was deleted</source>
5668 <target state="new">This video was deleted</target>
5669 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group>
5670 </trans-unit>
5671 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
5672 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
5673 <target state="new">Once you delete your account, there is no going back. You will be asked to confirm this action.</target>
5506 <context-group purpose="location"> 5674 <context-group purpose="location">
5507 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context> 5675 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
5508 <context context-type="linenumber">2</context> 5676 <context context-type="linenumber">2</context>
5509 </context-group> 5677 </context-group>
5510 </trans-unit> 5678 </trans-unit>
5511
5512 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45"> 5679 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
5513 <source>Delete your account</source> 5680 <source>Delete your account</source>
5514 <target>Excluir sua conta</target> 5681 <target>Excluir sua conta</target>
@@ -5531,18 +5698,17 @@
5531 <context-group name="null"> 5698 <context-group name="null">
5532 <context context-type="linenumber">17</context> 5699 <context context-type="linenumber">17</context>
5533 </context-group> 5700 </context-group>
5534 5701 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">18</context></context-group>
5535 5702 </trans-unit>
5536 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
5537 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913"> 5703 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
5538 <source>Go the owner account page</source> 5704 <source>Go the owner account page</source>
5539 <target>Ir para a página da conta do dono</target> 5705 <target>Ir para a página da conta do dono</target>
5540 <context-group name="null"> 5706 <context-group name="null">
5541 <context context-type="linenumber">16</context> 5707 <context context-type="linenumber">16</context>
5542 </context-group> 5708 </context-group>
5543 5709 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group>
5544 5710 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group>
5545 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 5711 </trans-unit>
5546 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 5712 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
5547 <source>Muted instances</source> 5713 <source>Muted instances</source>
5548 <target state="new">Muted instances</target> 5714 <target state="new">Muted instances</target>
@@ -5550,42 +5716,38 @@
5550 <context context-type="linenumber">2</context> 5716 <context context-type="linenumber">2</context>
5551 </context-group> 5717 </context-group>
5552 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group> 5718 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group>
5553 </trans-unit><trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html"> 5719 </trans-unit>
5554 <source>Video history</source><target state="new">Video history</target> 5720 <trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html">
5721 <source>Video history</source>
5722 <target state="new">Video history</target>
5555 <context-group purpose="location"> 5723 <context-group purpose="location">
5556 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5724 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5557 <context context-type="linenumber">4</context> 5725 <context context-type="linenumber">4</context>
5558 </context-group> 5726 </context-group>
5559 </trans-unit> 5727 </trans-unit>
5560
5561 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5728 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5562 <source> 5729 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source>
5563 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5564 Delete history
5565 </source>
5566 <target state="new"> 5730 <target state="new">
5567 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5731 <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;"/>
5568 Delete history 5732 Delete history
5569 </target> 5733 </target>
5570 <context-group purpose="location"> 5734 <context-group purpose="location">
5571 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5735 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5572 <context context-type="linenumber">7</context> 5736 <context context-type="linenumber">7</context>
5573 </context-group> 5737 </context-group>
5574 </trans-unit><trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html"> 5738 </trans-unit>
5575 <source>You don't have any video history yet.</source><target state="new">You don't have any video history yet.</target> 5739 <trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html">
5740 <source>You don't have any video history yet.</source>
5741 <target state="new">You don't have any video history yet.</target>
5576 <context-group purpose="location"> 5742 <context-group purpose="location">
5577 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5743 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5578 <context context-type="linenumber">14</context> 5744 <context context-type="linenumber">14</context>
5579 </context-group> 5745 </context-group>
5580 </trans-unit> 5746 </trans-unit>
5581
5582 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5747 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5583 <source> 5748 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source>
5584 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5585 Notification preferences
5586 </source>
5587 <target state="new"> 5749 <target state="new">
5588 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 5750 <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;"/>
5589 Notification preferences 5751 Notification preferences
5590 </target> 5752 </target>
5591 <context-group purpose="location"> 5753 <context-group purpose="location">
@@ -5613,8 +5775,10 @@
5613 <context context-type="linenumber">3</context> 5775 <context context-type="linenumber">3</context>
5614 </context-group> 5776 </context-group>
5615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">3</context></context-group> 5777 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">3</context></context-group>
5616 </trans-unit><trans-unit id="9d7a1c199570d42b4cc40d7886fcc7c06b0a35d2" datatype="html"> 5778 </trans-unit>
5617 <source>My Playlists</source><target state="new">My Playlists</target> 5779 <trans-unit id="9d7a1c199570d42b4cc40d7886fcc7c06b0a35d2" datatype="html">
5780 <source>My Playlists</source>
5781 <target state="new">My Playlists</target>
5618 <context-group purpose="location"> 5782 <context-group purpose="location">
5619 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5783 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5620 <context context-type="linenumber">4</context> 5784 <context context-type="linenumber">4</context>
@@ -5623,8 +5787,10 @@
5623 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5787 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5624 <context context-type="linenumber">4</context> 5788 <context context-type="linenumber">4</context>
5625 </context-group> 5789 </context-group>
5626 </trans-unit><trans-unit id="b91219836ab865fd8aa041a8d6c3d84dd78115a4" datatype="html"> 5790 </trans-unit>
5627 <source>NEW PLAYLIST</source><target state="new">NEW PLAYLIST</target> 5791 <trans-unit id="b91219836ab865fd8aa041a8d6c3d84dd78115a4" datatype="html">
5792 <source>NEW PLAYLIST</source>
5793 <target state="new">NEW PLAYLIST</target>
5628 <context-group purpose="location"> 5794 <context-group purpose="location">
5629 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5795 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5630 <context context-type="linenumber">25</context> 5796 <context context-type="linenumber">25</context>
@@ -5633,8 +5799,10 @@
5633 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5799 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5634 <context context-type="linenumber">25</context> 5800 <context context-type="linenumber">25</context>
5635 </context-group> 5801 </context-group>
5636 </trans-unit><trans-unit id="33ce1814b1079cb3a0c0605fc5b4e6f439d2b035" datatype="html"> 5802 </trans-unit>
5637 <source>PLAYLIST</source><target state="new">PLAYLIST</target> 5803 <trans-unit id="33ce1814b1079cb3a0c0605fc5b4e6f439d2b035" datatype="html">
5804 <source>PLAYLIST</source>
5805 <target state="new">PLAYLIST</target>
5638 <context-group purpose="location"> 5806 <context-group purpose="location">
5639 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5807 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5640 <context context-type="linenumber">26</context> 5808 <context context-type="linenumber">26</context>
@@ -5643,20 +5811,21 @@
5643 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context> 5811 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
5644 <context context-type="linenumber">26</context> 5812 <context context-type="linenumber">26</context>
5645 </context-group> 5813 </context-group>
5646 </trans-unit><trans-unit id="61b31fe7bfae807e3ccc0dbf001c6dc9b72aaf19" datatype="html"> 5814 </trans-unit>
5647 <source>Create playlist</source><target state="new">Create playlist</target> 5815 <trans-unit id="61b31fe7bfae807e3ccc0dbf001c6dc9b72aaf19" datatype="html">
5648 5816 <source>Create playlist</source>
5649 5817 <target state="new">Create playlist</target>
5650 5818 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">8</context></context-group>
5651 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 5819 </trans-unit>
5652
5653 <trans-unit id="88f1b36ea2f7544792f04ee6b58f8c55aaba5c96" datatype="html"> 5820 <trans-unit id="88f1b36ea2f7544792f04ee6b58f8c55aaba5c96" datatype="html">
5654 <source>Playlist thumbnail</source> 5821 <source>Playlist thumbnail</source>
5655 <target state="new">Playlist thumbnail</target> 5822 <target state="new">Playlist thumbnail</target>
5656 5823 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5657 5824 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group></trans-unit><trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5825 </trans-unit>
5659 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source><target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 5826 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5827 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5828 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5660 <context-group purpose="location"> 5829 <context-group purpose="location">
5661 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5830 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5662 <context context-type="linenumber">2</context> 5831 <context context-type="linenumber">2</context>
@@ -5665,8 +5834,8 @@
5665 <trans-unit id="a85c7d7a8dcc1ae0d2f945d77f4db36f02ead69b" datatype="html"> 5834 <trans-unit id="a85c7d7a8dcc1ae0d2f945d77f4db36f02ead69b" datatype="html">
5666 <source>Search your playlists</source> 5835 <source>Search your playlists</source>
5667 <target state="new">Search your playlists</target> 5836 <target state="new">Search your playlists</target>
5668 5837 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">4</context></context-group>
5669 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 5838 </trans-unit>
5670 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html"> 5839 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html">
5671 <source>No videos in this playlist.</source> 5840 <source>No videos in this playlist.</source>
5672 <target state="new">No videos in this playlist.</target> 5841 <target state="new">No videos in this playlist.</target>
@@ -5684,9 +5853,9 @@
5684 </context-group> 5853 </context-group>
5685 </trans-unit> 5854 </trans-unit>
5686 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5855 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5687 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5856 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5688 <target state="new"> 5857 <target state="new">
5689 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5858 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
5690 </target> 5859 </target>
5691 <context-group purpose="location"> 5860 <context-group purpose="location">
5692 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5861 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5762,40 +5931,40 @@
5762 <context-group name="null"> 5931 <context-group name="null">
5763 <context context-type="linenumber">19</context> 5932 <context context-type="linenumber">19</context>
5764 </context-group> 5933 </context-group>
5765 5934 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">18</context></context-group>
5766 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 5935 </trans-unit>
5767 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a"> 5936 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
5768 <source>Instance muted</source> 5937 <source>Instance muted</source>
5769 <target state="new">Instance muted</target> 5938 <target state="new">Instance muted</target>
5770 <context-group name="null"> 5939 <context-group name="null">
5771 <context context-type="linenumber">21</context> 5940 <context context-type="linenumber">21</context>
5772 </context-group> 5941 </context-group>
5773 5942 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">20</context></context-group>
5774 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 5943 </trans-unit>
5775 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89"> 5944 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
5776 <source>Muted by your instance</source> 5945 <source>Muted by your instance</source>
5777 <target state="new">Muted by your instance</target> 5946 <target state="new">Muted by your instance</target>
5778 <context-group name="null"> 5947 <context-group name="null">
5779 <context context-type="linenumber">22</context> 5948 <context context-type="linenumber">22</context>
5780 </context-group> 5949 </context-group>
5781 5950 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group>
5782 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 5951 </trans-unit>
5783 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1"> 5952 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
5784 <source>Instance muted by your instance</source> 5953 <source>Instance muted by your instance</source>
5785 <target state="new">Instance muted by your instance</target> 5954 <target state="new">Instance muted by your instance</target>
5786 <context-group name="null"> 5955 <context-group name="null">
5787 <context context-type="linenumber">23</context> 5956 <context context-type="linenumber">23</context>
5788 </context-group> 5957 </context-group>
5789 5958 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group>
5790 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="1b9099f59dd3baaeeaac2c29fe653dc1b0436157" datatype="html"> 5959 </trans-unit>
5791 <source>Manage account</source><target state="new">Manage account</target> 5960 <trans-unit id="1b9099f59dd3baaeeaac2c29fe653dc1b0436157" datatype="html">
5961 <source>Manage account</source>
5962 <target state="new">Manage account</target>
5792 <context-group purpose="location"> 5963 <context-group purpose="location">
5793 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 5964 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
5794 <context context-type="linenumber">35</context> 5965 <context context-type="linenumber">35</context>
5795 </context-group> 5966 </context-group>
5796 </trans-unit> 5967 </trans-unit>
5797
5798
5799 <trans-unit id="87f77a03c185ea644ed8378a562a2d0225513974" datatype="html"> 5968 <trans-unit id="87f77a03c185ea644ed8378a562a2d0225513974" datatype="html">
5800 <source>This account does not have channels.</source> 5969 <source>This account does not have channels.</source>
5801 <target state="new">This account does not have channels.</target> 5970 <target state="new">This account does not have channels.</target>
@@ -5803,12 +5972,17 @@
5803 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 5972 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
5804 <context context-type="linenumber">3</context> 5973 <context context-type="linenumber">3</context>
5805 </context-group> 5974 </context-group>
5806 </trans-unit><trans-unit id="f15780bbd2d7fa777071975f7445e98a33065e38" datatype="html"> 5975 </trans-unit>
5807 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</target> 5976 <trans-unit id="f15780bbd2d7fa777071975f7445e98a33065e38" datatype="html">
5808 5977 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</source>
5809 5978 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</target>
5810 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="d5f0913d08d01648d7e6165c168a99ccd06d1f4c" datatype="html"> 5979 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">20</context></context-group>
5811 <source>My Channels</source><target state="new">My Channels</target> 5980 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">12</context></context-group>
5981 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">28</context></context-group>
5982 </trans-unit>
5983 <trans-unit id="d5f0913d08d01648d7e6165c168a99ccd06d1f4c" datatype="html">
5984 <source>My Channels</source>
5985 <target state="new">My Channels</target>
5812 <context-group purpose="location"> 5986 <context-group purpose="location">
5813 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5987 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5814 <context context-type="linenumber">4</context> 5988 <context context-type="linenumber">4</context>
@@ -5817,8 +5991,10 @@
5817 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5991 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5818 <context context-type="linenumber">4</context> 5992 <context context-type="linenumber">4</context>
5819 </context-group> 5993 </context-group>
5820 </trans-unit><trans-unit id="dff0536e48bacc3a4b568f32f9ed8ffc14767cbb" datatype="html"> 5994 </trans-unit>
5821 <source>NEW CHANNEL</source><target state="new">NEW CHANNEL</target> 5995 <trans-unit id="dff0536e48bacc3a4b568f32f9ed8ffc14767cbb" datatype="html">
5996 <source>NEW CHANNEL</source>
5997 <target state="new">NEW CHANNEL</target>
5822 <context-group purpose="location"> 5998 <context-group purpose="location">
5823 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5999 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5824 <context context-type="linenumber">25</context> 6000 <context context-type="linenumber">25</context>
@@ -5835,24 +6011,28 @@
5835 <context context-type="linenumber">8</context> 6011 <context context-type="linenumber">8</context>
5836 </context-group> 6012 </context-group>
5837 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">8</context></context-group> 6013 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">8</context></context-group>
5838 </trans-unit><trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html"> 6014 </trans-unit>
5839 <source>This channel doesn't have any videos.</source><target state="new">This channel doesn't have any videos.</target> 6015 <trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html">
6016 <source>This channel doesn't have any videos.</source>
6017 <target state="new">This channel doesn't have any videos.</target>
5840 <context-group purpose="location"> 6018 <context-group purpose="location">
5841 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 6019 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
5842 <context context-type="linenumber">19</context> 6020 <context context-type="linenumber">19</context>
5843 </context-group> 6021 </context-group>
5844 </trans-unit><trans-unit id="5c2b42818f05eafa2690d5eac6bcde295c713097" datatype="html"> 6022 </trans-unit>
5845 <source> 6023 <trans-unit id="5c2b42818f05eafa2690d5eac6bcde295c713097" datatype="html">
5846 SHOW THIS CHANNEL 6024 <source>SHOW THIS CHANNEL</source>
5847 </source><target state="new"> 6025 <target state="new">
5848 SHOW THIS CHANNEL 6026 SHOW THIS CHANNEL
5849 </target> 6027 </target>
5850 <context-group purpose="location"> 6028 <context-group purpose="location">
5851 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 6029 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
5852 <context context-type="linenumber">27</context> 6030 <context context-type="linenumber">27</context>
5853 </context-group> 6031 </context-group>
5854 </trans-unit><trans-unit id="4af6287e70a4a87329affe109839f14ae598f0ca" datatype="html"> 6032 </trans-unit>
5855 <source>DESCRIPTION</source><target state="new">DESCRIPTION</target> 6033 <trans-unit id="4af6287e70a4a87329affe109839f14ae598f0ca" datatype="html">
6034 <source>DESCRIPTION</source>
6035 <target state="new">DESCRIPTION</target>
5856 <context-group purpose="location"> 6036 <context-group purpose="location">
5857 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 6037 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
5858 <context context-type="linenumber">3</context> 6038 <context context-type="linenumber">3</context>
@@ -5861,8 +6041,10 @@
5861 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context> 6041 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
5862 <context context-type="linenumber">4</context> 6042 <context context-type="linenumber">4</context>
5863 </context-group> 6043 </context-group>
5864 </trans-unit><trans-unit id="bfc87613409a6cfae59b79ead5d910d8d3c216f5" datatype="html"> 6044 </trans-unit>
5865 <source>STATS</source><target state="new">STATS</target> 6045 <trans-unit id="bfc87613409a6cfae59b79ead5d910d8d3c216f5" datatype="html">
6046 <source>STATS</source>
6047 <target state="new">STATS</target>
5866 <context-group purpose="location"> 6048 <context-group purpose="location">
5867 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 6049 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
5868 <context context-type="linenumber">8</context> 6050 <context context-type="linenumber">8</context>
@@ -5872,21 +6054,19 @@
5872 <context context-type="linenumber">16</context> 6054 <context context-type="linenumber">16</context>
5873 </context-group> 6055 </context-group>
5874 </trans-unit> 6056 </trans-unit>
5875
5876
5877 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a"> 6057 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
5878 <source>Stats</source> 6058 <source>Stats</source>
5879 <target>Estatísticas</target> 6059 <target>Estatísticas</target>
5880 <context-group name="null"> 6060 <context-group name="null">
5881 <context context-type="linenumber">16</context> 6061 <context context-type="linenumber">16</context>
5882 </context-group> 6062 </context-group>
5883 6063 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group>
5884 6064 </trans-unit>
5885 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">163</context></context-group></trans-unit><trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html"> 6065 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
5886 <source>PeerTube license</source><target state="new">PeerTube license</target> 6066 <source>PeerTube license</source>
5887 6067 <target state="new">PeerTube license</target>
5888 6068 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group>
5889 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit> 6069 </trans-unit>
5890 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 6070 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
5891 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 6071 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
5892 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 6072 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
@@ -5894,31 +6074,33 @@
5894 <context context-type="linenumber">10</context> 6074 <context context-type="linenumber">10</context>
5895 </context-group> 6075 </context-group>
5896 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">10</context></context-group> 6076 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">10</context></context-group>
5897 </trans-unit><trans-unit id="f696d5719a2a79916d44a175743591dc0d5629fe" datatype="html"> 6077 </trans-unit>
5898 <source> 6078 <trans-unit id="f696d5719a2a79916d44a175743591dc0d5629fe" datatype="html">
5899 Manage channel 6079 <source>Manage channel</source>
5900 </source><target state="new"> 6080 <target state="new">
5901 Manage channel 6081 Manage channel
5902 </target> 6082 </target>
5903 <context-group purpose="location"> 6083 <context-group purpose="location">
5904 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 6084 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
5905 <context context-type="linenumber">21</context> 6085 <context context-type="linenumber">21</context>
5906 </context-group> 6086 </context-group>
5907 </trans-unit><trans-unit id="29b4ae3296e239446fa0dea88a5112de15cffa54" datatype="html"> 6087 </trans-unit>
5908 <source>Created by</source><target state="new">Created by</target> 6088 <trans-unit id="29b4ae3296e239446fa0dea88a5112de15cffa54" datatype="html">
6089 <source>Created by</source>
6090 <target state="new">Created by</target>
5909 <context-group purpose="location"> 6091 <context-group purpose="location">
5910 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 6092 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
5911 <context context-type="linenumber">31</context> 6093 <context context-type="linenumber">31</context>
5912 </context-group> 6094 </context-group>
5913 </trans-unit><trans-unit id="b8bf6036a9fb05c08cdb190cdf4e3becc6e6fa0a" datatype="html"> 6095 </trans-unit>
5914 <source>SUPPORT THIS CHANNEL</source><target state="new">SUPPORT THIS CHANNEL</target> 6096 <trans-unit id="b8bf6036a9fb05c08cdb190cdf4e3becc6e6fa0a" datatype="html">
6097 <source>SUPPORT THIS CHANNEL</source>
6098 <target state="new">SUPPORT THIS CHANNEL</target>
5915 <context-group purpose="location"> 6099 <context-group purpose="location">
5916 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context> 6100 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
5917 <context context-type="linenumber">9</context> 6101 <context context-type="linenumber">9</context>
5918 </context-group> 6102 </context-group>
5919 </trans-unit> 6103 </trans-unit>
5920
5921
5922 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40"> 6104 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
5923 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source> 6105 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
5924 <target>Criado <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target> 6106 <target>Criado <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
@@ -6024,10 +6206,10 @@
6024 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6206 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
6025 <context context-type="linenumber">19</context> 6207 <context context-type="linenumber">19</context>
6026 </context-group> 6208 </context-group>
6027 </trans-unit><trans-unit id="b37e7abff3d4e62f3bae09f486624aee45d02008" datatype="html"> 6209 </trans-unit>
6028 <source> 6210 <trans-unit id="b37e7abff3d4e62f3bae09f486624aee45d02008" datatype="html">
6029 ADMINISTRATORS &amp; SUSTAINABILITY 6211 <source>ADMINISTRATORS &amp; SUSTAINABILITY</source>
6030 </source><target state="new"> 6212 <target state="new">
6031 ADMINISTRATORS &amp; SUSTAINABILITY 6213 ADMINISTRATORS &amp; SUSTAINABILITY
6032 </target> 6214 </target>
6033 <context-group purpose="location"> 6215 <context-group purpose="location">
@@ -6035,7 +6217,6 @@
6035 <context context-type="linenumber">22</context> 6217 <context context-type="linenumber">22</context>
6036 </context-group> 6218 </context-group>
6037 </trans-unit> 6219 </trans-unit>
6038
6039 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html"> 6220 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html">
6040 <source>Who we are</source> 6221 <source>Who we are</source>
6041 <target state="new">Who we are</target> 6222 <target state="new">Who we are</target>
@@ -6067,30 +6248,30 @@
6067 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6248 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
6068 <context context-type="linenumber">45</context> 6249 <context context-type="linenumber">45</context>
6069 </context-group> 6250 </context-group>
6070 </trans-unit><trans-unit id="4b08f867a83bf0fef0d15bffc0b4cf277de2d376" datatype="html"> 6251 </trans-unit>
6071 <source> 6252 <trans-unit id="4b08f867a83bf0fef0d15bffc0b4cf277de2d376" datatype="html">
6072 INFORMATION 6253 <source>INFORMATION</source>
6073 </source><target state="new"> 6254 <target state="new">
6074 INFORMATION 6255 INFORMATION
6075 </target> 6256 </target>
6076 <context-group purpose="location"> 6257 <context-group purpose="location">
6077 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6258 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
6078 <context context-type="linenumber">50</context> 6259 <context context-type="linenumber">50</context>
6079 </context-group> 6260 </context-group>
6080 </trans-unit><trans-unit id="fbbd3718f919643cf73006ceb30ec5b09a8b07f2" datatype="html"> 6261 </trans-unit>
6081 <source> 6262 <trans-unit id="fbbd3718f919643cf73006ceb30ec5b09a8b07f2" datatype="html">
6082 MODERATION 6263 <source>MODERATION</source>
6083 </source><target state="new"> 6264 <target state="new">
6084 MODERATION 6265 MODERATION
6085 </target> 6266 </target>
6086 <context-group purpose="location"> 6267 <context-group purpose="location">
6087 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6268 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
6088 <context context-type="linenumber">60</context> 6269 <context context-type="linenumber">60</context>
6089 </context-group> 6270 </context-group>
6090 </trans-unit><trans-unit id="5270b8fd3d35ab0a0475354a84d1265caf4790bd" datatype="html"> 6271 </trans-unit>
6091 <source> 6272 <trans-unit id="5270b8fd3d35ab0a0475354a84d1265caf4790bd" datatype="html">
6092 OTHER INFORMATION 6273 <source>OTHER INFORMATION</source>
6093 </source><target state="new"> 6274 <target state="new">
6094 OTHER INFORMATION 6275 OTHER INFORMATION
6095 </target> 6276 </target>
6096 <context-group purpose="location"> 6277 <context-group purpose="location">
@@ -6098,8 +6279,6 @@
6098 <context context-type="linenumber">82</context> 6279 <context context-type="linenumber">82</context>
6099 </context-group> 6280 </context-group>
6100 </trans-unit> 6281 </trans-unit>
6101
6102
6103 <trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html"> 6282 <trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html">
6104 <source>Hardware information</source> 6283 <source>Hardware information</source>
6105 <target state="new">Hardware information</target> 6284 <target state="new">Hardware information</target>
@@ -6116,14 +6295,15 @@
6116 </context-group> 6295 </context-group>
6117 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">94</context></context-group> 6296 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">94</context></context-group>
6118 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group> 6297 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group>
6119 </trans-unit><trans-unit id="92538de0e2f6e64f1d05291132b93c32bed81237" datatype="html"> 6298 </trans-unit>
6120 <source>STATISTICS</source><target state="new">STATISTICS</target> 6299 <trans-unit id="92538de0e2f6e64f1d05291132b93c32bed81237" datatype="html">
6300 <source>STATISTICS</source>
6301 <target state="new">STATISTICS</target>
6121 <context-group purpose="location"> 6302 <context-group purpose="location">
6122 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6303 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
6123 <context context-type="linenumber">100</context> 6304 <context context-type="linenumber">100</context>
6124 </context-group> 6305 </context-group>
6125 </trans-unit> 6306 </trans-unit>
6126
6127 <trans-unit id="6b8b10fedeff64aa441ebedc2b7fbd07f6f246c1" datatype="html"> 6307 <trans-unit id="6b8b10fedeff64aa441ebedc2b7fbd07f6f246c1" datatype="html">
6128 <source>What is PeerTube?</source> 6308 <source>What is PeerTube?</source>
6129 <target state="new"> 6309 <target state="new">
@@ -6145,13 +6325,10 @@
6145 </context-group> 6325 </context-group>
6146 </trans-unit> 6326 </trans-unit>
6147 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6327 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6148 <source> 6328 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6149 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6150 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6151 </source>
6152 <target state="new"> 6329 <target state="new">
6153 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6330 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3
6154 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 6331 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
6155 </target> 6332 </target>
6156 <context-group purpose="location"> 6333 <context-group purpose="location">
6157 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6334 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6159,9 +6336,9 @@
6159 </context-group> 6336 </context-group>
6160 </trans-unit> 6337 </trans-unit>
6161 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6338 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6162 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 6339 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6163 <target state="new"> 6340 <target state="new">
6164 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 6341 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
6165 </target> 6342 </target>
6166 <context-group purpose="location"> 6343 <context-group purpose="location">
6167 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6344 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6169,8 +6346,7 @@
6169 </context-group> 6346 </context-group>
6170 </trans-unit> 6347 </trans-unit>
6171 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6348 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6172 <source>Use PeerTube 6349 <source>Use PeerTube documentation</source>
6173 documentation</source>
6174 <target state="new">Use PeerTube 6350 <target state="new">Use PeerTube
6175 documentation</target> 6351 documentation</target>
6176 <context-group purpose="location"> 6352 <context-group purpose="location">
@@ -6189,8 +6365,7 @@
6189 </context-group> 6365 </context-group>
6190 </trans-unit> 6366 </trans-unit>
6191 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6367 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6192 <source>PeerTube 6368 <source>PeerTube Applications</source>
6193 Applications</source>
6194 <target state="new">PeerTube 6369 <target state="new">PeerTube
6195 Applications</target> 6370 Applications</target>
6196 <context-group purpose="location"> 6371 <context-group purpose="location">
@@ -6209,8 +6384,7 @@
6209 </context-group> 6384 </context-group>
6210 </trans-unit> 6385 </trans-unit>
6211 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6386 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6212 <source>Contribute on 6387 <source>Contribute on PeerTube</source>
6213 PeerTube</source>
6214 <target state="new">Contribute on 6388 <target state="new">Contribute on
6215 PeerTube</target> 6389 PeerTube</target>
6216 <context-group purpose="location"> 6390 <context-group purpose="location">
@@ -6234,55 +6408,44 @@
6234 <context-group name="null"> 6408 <context-group name="null">
6235 <context context-type="linenumber">25</context> 6409 <context context-type="linenumber">25</context>
6236 </context-group> 6410 </context-group>
6237 6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6238 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit><trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6412 </trans-unit>
6239 <source> 6413 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6240 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6414 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source>
6241 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6415 <target state="new">
6242 follows applies only if you want to keep using the P2P mode of PeerTube.
6243 </source><target state="new">
6244 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6416 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6245 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6417 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6246 follows applies only if you want to keep using the P2P mode of PeerTube. 6418 follows applies only if you want to keep using the P2P mode of PeerTube.
6247 </target> 6419 </target>
6248 6420 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 6421 </trans-unit>
6250
6251 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231"> 6422 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
6252 <source>What are the consequences?</source> 6423 <source>What are the consequences?</source>
6253 <target>Quais são as consequências?</target> 6424 <target>Quais são as consequências?</target>
6254 <context-group name="null"> 6425 <context-group name="null">
6255 <context context-type="linenumber">32</context> 6426 <context context-type="linenumber">32</context>
6256 </context-group> 6427 </context-group>
6257 6428 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6258 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 6429 </trans-unit>
6259 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6430 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6260 <source> 6431 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source>
6261 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6262 In practice, this is much more difficult because:
6263 </source>
6264 <target state="new"> 6432 <target state="new">
6265 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6433 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6266 In practice, this is much more difficult because: 6434 In practice, this is much more difficult because:
6267 </target> 6435 </target>
6268 6436 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6269 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 6437 </trans-unit>
6270 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6438 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6271 <source> 6439 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source>
6272 An HTTP request has to be sent on each tracker for each video to spy.
6273 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6274 </source>
6275 <target state="new"> 6440 <target state="new">
6276 An HTTP request has to be sent on each tracker for each video to spy. 6441 An HTTP request has to be sent on each tracker for each video to spy.
6277 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6442 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6278 </target> 6443 </target>
6279 6444 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6280 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6445 </trans-unit>
6281 <source> 6446 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6282 For each request sent, the tracker returns random peers at a limited number. 6447 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source>
6283 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 6448 <target state="new">
6284 requests sent to know every peer in the swarm
6285 </source><target state="new">
6286 For each request sent, the tracker returns random peers at a limited number. 6449 For each request sent, the tracker returns random peers at a limited number.
6287 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 6450 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
6288 requests sent to know every peer in the swarm 6451 requests sent to know every peer in the swarm
@@ -6292,147 +6455,126 @@
6292 <context context-type="linenumber">98</context> 6455 <context context-type="linenumber">98</context>
6293 </context-group> 6456 </context-group>
6294 </trans-unit> 6457 </trans-unit>
6295
6296 <trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html"> 6458 <trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html">
6297 <source>Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour</source> 6459 <source>Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour</source>
6298 <target state="new"> 6460 <target state="new">
6299 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour 6461 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
6300 </target> 6462 </target>
6301 6463 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6302 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group></trans-unit> 6464 </trans-unit>
6303 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6465 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6304 <source> 6466 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source>
6305 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
6306 video
6307 </source>
6308 <target state="new"> 6467 <target state="new">
6309 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 6468 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
6310 video 6469 video
6311 </target> 6470 </target>
6312 6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6313 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit> 6472 </trans-unit>
6314 <trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html"> 6473 <trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html">
6315 <source>The IP address is a vague information: usually, it regularly changes and can represent many persons or entities</source> 6474 <source>The IP address is a vague information: usually, it regularly changes and can represent many persons or entities</source>
6316 <target state="new"> 6475 <target state="new">
6317 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities 6476 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
6318 </target> 6477 </target>
6319 6478 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6320 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group></trans-unit> 6479 </trans-unit>
6321 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6480 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6322 <source> 6481 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source>
6323 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6324 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6325 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6326 to forward the information to.
6327 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6328 </source>
6329 <target state="new"> 6482 <target state="new">
6330 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the 6483 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the
6331 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent. 6484 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
6332 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6485 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6333 to forward the information to. 6486 to forward the information to.
6334 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information 6487 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
6335 </target> 6488 </target>
6336 6489 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6337 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 6490 </trans-unit>
6338 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6491 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6339 <source> 6492 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source>
6340 The worst-case scenario of an average person spying on their friends is quite unlikely.
6341 There are much more effective ways to get that kind of information.
6342 </source>
6343 <target state="new"> 6493 <target state="new">
6344 The worst-case scenario of an average person spying on their friends is quite unlikely. 6494 The worst-case scenario of an average person spying on their friends is quite unlikely.
6345 There are much more effective ways to get that kind of information. 6495 There are much more effective ways to get that kind of information.
6346 </target> 6496 </target>
6347 6497 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6348 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit> 6498 </trans-unit>
6349 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf"> 6499 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
6350 <source>How does PeerTube compare with YouTube?</source> 6500 <source>How does PeerTube compare with YouTube?</source>
6351 <target>Como o PeerTube se compara com o YouTube?</target> 6501 <target>Como o PeerTube se compara com o YouTube?</target>
6352 <context-group name="null"> 6502 <context-group name="null">
6353 <context context-type="linenumber">74</context> 6503 <context context-type="linenumber">74</context>
6354 </context-group> 6504 </context-group>
6355 6505 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6356 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group></trans-unit><trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6506 </trans-unit>
6357 <source> 6507 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6358 The threats to privacy with YouTube are different from PeerTube's. 6508 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
6359 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6509 <target state="new">
6360 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6361 </source><target state="new">
6362 The threats to privacy with YouTube are different from PeerTube's. 6510 The threats to privacy with YouTube are different from PeerTube's.
6363 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6511 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6364 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). 6512 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6365 </target> 6513 </target>
6366 6514 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6367 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group></trans-unit> 6515 </trans-unit>
6368
6369 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99"> 6516 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
6370 <source>What can I do to limit the exposure of my IP address?</source> 6517 <source>What can I do to limit the exposure of my IP address?</source>
6371 <target>O que eu posso fazer para restringir a exposição do meu endereço IP?</target> 6518 <target>O que eu posso fazer para restringir a exposição do meu endereço IP?</target>
6372 <context-group name="null"> 6519 <context-group name="null">
6373 <context context-type="linenumber">82</context> 6520 <context context-type="linenumber">82</context>
6374 </context-group> 6521 </context-group>
6375 6522 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6376 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 6523 </trans-unit>
6377 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6524 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6378 <source> 6525 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
6379 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6380 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6381 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6382 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6383 </source>
6384 <target state="new"> 6526 <target state="new">
6385 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 6527 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6386 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6528 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6387 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. 6529 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6388 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. 6530 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6389 </target> 6531 </target>
6390 6532 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6391 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group></trans-unit> 6533 </trans-unit>
6392 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41"> 6534 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
6393 <source>What will be done to mitigate this problem?</source> 6535 <source>What will be done to mitigate this problem?</source>
6394 <target>O que será feito para mitigar o problema?</target> 6536 <target>O que será feito para mitigar o problema?</target>
6395 <context-group name="null"> 6537 <context-group name="null">
6396 <context context-type="linenumber">90</context> 6538 <context context-type="linenumber">90</context>
6397 </context-group> 6539 </context-group>
6398 6540 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6399 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group></trans-unit><trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6541 </trans-unit>
6400 <source> 6542 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6401 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6543 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source>
6402 and render attacks less likely. Here is what we put in place so far: 6544 <target state="new">
6403 </source><target state="new">
6404 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6545 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6405 and render attacks less likely. Here is what we put in place so far: 6546 and render attacks less likely. Here is what we put in place so far:
6406 </target> 6547 </target>
6407 6548 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group></trans-unit><trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html"> 6549 </trans-unit>
6409 <source>We set a limit to the number of peers sent by the tracker</source><target state="new">We set a limit to the number of peers sent by the tracker</target> 6550 <trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html">
6410 6551 <source>We set a limit to the number of peers sent by the tracker</source>
6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html"> 6552 <target state="new">We set a limit to the number of peers sent by the tracker</target>
6412 <source>We set a limit on the request frequency received by the tracker</source><target state="new">We set a limit on the request frequency received by the tracker</target> 6553 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group>
6413 6554 </trans-unit>
6414 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">157</context></context-group></trans-unit><trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html"> 6555 <trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html">
6415 <source>Allow instance admins to disable P2P from the administration interface</source><target state="new">Allow instance admins to disable P2P from the administration interface</target> 6556 <source>We set a limit on the request frequency received by the tracker</source>
6416 6557 <target state="new">We set a limit on the request frequency received by the tracker</target>
6417 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">158</context></context-group></trans-unit><trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html"> 6558 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">157</context></context-group>
6418 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source><target state="new">Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</target> 6559 </trans-unit>
6419 6560 <trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html">
6420 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6561 <source>Allow instance admins to disable P2P from the administration interface</source>
6421 <source> 6562 <target state="new">Allow instance admins to disable P2P from the administration interface</target>
6422 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6563 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">158</context></context-group>
6423 WebRTC in your browser. 6564 </trans-unit>
6424 </source><target state="new"> 6565 <trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html">
6566 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source>
6567 <target state="new">Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</target>
6568 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6569 </trans-unit>
6570 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6571 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
6572 <target state="new">
6425 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6573 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6426 WebRTC in your browser. 6574 WebRTC in your browser.
6427 </target> 6575 </target>
6428 6576 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6429 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit> 6577 </trans-unit>
6430
6431
6432
6433
6434
6435
6436 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html"> 6578 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html">
6437 <source>Followers instances</source> 6579 <source>Followers instances</source>
6438 <target state="new">Followers instances</target> 6580 <target state="new">Followers instances</target>
@@ -6466,8 +6608,8 @@
6466 </context-group> 6608 </context-group>
6467 </trans-unit> 6609 </trans-unit>
6468 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6610 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6469 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 6611 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
6470 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 6612 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
6471 <context-group purpose="location"> 6613 <context-group purpose="location">
6472 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6614 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6473 <context context-type="linenumber">3</context> 6615 <context context-type="linenumber">3</context>
@@ -6550,12 +6692,9 @@
6550 </context-group> 6692 </context-group>
6551 </trans-unit> 6693 </trans-unit>
6552 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6694 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6553 <source> 6695 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source>
6554 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6555 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6556 </source>
6557 <target state="new"> 6696 <target state="new">
6558 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 6697 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6559 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. 6698 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6560 </target> 6699 </target>
6561 <context-group purpose="location"> 6700 <context-group purpose="location">
@@ -6596,10 +6735,10 @@
6596 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6735 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6597 <context context-type="linenumber">34</context> 6736 <context context-type="linenumber">34</context>
6598 </context-group> 6737 </context-group>
6599 </trans-unit><trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html"> 6738 </trans-unit>
6600 <source> 6739 <trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html">
6601 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6740 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6602 </source><target state="new"> 6741 <target state="new">
6603 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6742 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.
6604 </target> 6743 </target>
6605 <context-group purpose="location"> 6744 <context-group purpose="location">
@@ -6607,7 +6746,6 @@
6607 <context context-type="linenumber">42</context> 6746 <context context-type="linenumber">42</context>
6608 </context-group> 6747 </context-group>
6609 </trans-unit> 6748 </trans-unit>
6610
6611 <trans-unit id="60534abbe922bf9da7284c1c84d26315d695a5b7" datatype="html"> 6749 <trans-unit id="60534abbe922bf9da7284c1c84d26315d695a5b7" datatype="html">
6612 <source>Channel name cannot be the same than your account name. You can click on the first step to update your account name.</source> 6750 <source>Channel name cannot be the same than your account name. You can click on the first step to update your account name.</source>
6613 <target state="new"> 6751 <target state="new">
@@ -6625,10 +6763,10 @@
6625 <context context-type="linenumber">23</context> 6763 <context context-type="linenumber">23</context>
6626 </context-group> 6764 </context-group>
6627 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group> 6765 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group>
6628 </trans-unit><trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html"> 6766 </trans-unit>
6629 <source> 6767 <trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html">
6630 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6768 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6631 </source><target state="new"> 6769 <target state="new">
6632 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it. 6770 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.
6633 </target> 6771 </target>
6634 <context-group purpose="location"> 6772 <context-group purpose="location">
@@ -6636,18 +6774,12 @@
6636 <context context-type="linenumber">31</context> 6774 <context context-type="linenumber">31</context>
6637 </context-group> 6775 </context-group>
6638 </trans-unit> 6776 </trans-unit>
6639
6640 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6777 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6641 <source> 6778 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source>
6642 I am at least 16 years old and agree
6643 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6644 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6645 of this instance
6646 </source>
6647 <target state="new"> 6779 <target state="new">
6648 I am at least 16 years old and agree 6780 I am at least 16 years old and agree
6649 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 6781 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
6650 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 6782 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
6651 of this instance 6783 of this instance
6652 </target> 6784 </target>
6653 <context-group purpose="location"> 6785 <context-group purpose="location">
@@ -6665,7 +6797,6 @@
6665 <context context-type="linenumber">4</context> 6797 <context context-type="linenumber">4</context>
6666 </context-group> 6798 </context-group>
6667 </trans-unit> 6799 </trans-unit>
6668
6669 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10"> 6800 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
6670 <source>Your message has been sent.</source> 6801 <source>Your message has been sent.</source>
6671 <target state="new">Your message has been sent.</target> 6802 <target state="new">Your message has been sent.</target>
@@ -6694,22 +6825,27 @@
6694 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html"> 6825 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
6695 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source> 6826 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
6696 <target state="new">Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target> 6827 <target state="new">Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target>
6697 6828 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context><context context-type="linenumber">1</context></context-group>
6698 6829 </trans-unit>
6699 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e1979668b5d368a2a5d476ba4949bc518a4316a0" datatype="html"> 6830 <trans-unit id="e1979668b5d368a2a5d476ba4949bc518a4316a0" datatype="html">
6700 <source><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</source><target state="new"><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</target> 6831 <source><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</source>
6832 <target state="new"><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</target>
6701 <context-group purpose="location"> 6833 <context-group purpose="location">
6702 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6834 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6703 <context context-type="linenumber">1</context> 6835 <context context-type="linenumber">1</context>
6704 </context-group> 6836 </context-group>
6705 </trans-unit><trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html"> 6837 </trans-unit>
6706 <source>VIDEO CHANNELS</source><target state="new">VIDEO CHANNELS</target> 6838 <trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html">
6839 <source>VIDEO CHANNELS</source>
6840 <target state="new">VIDEO CHANNELS</target>
6707 <context-group purpose="location"> 6841 <context-group purpose="location">
6708 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6842 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6709 <context context-type="linenumber">1</context> 6843 <context context-type="linenumber">1</context>
6710 </context-group> 6844 </context-group>
6711 </trans-unit><trans-unit id="2ccc315673e88d7490220d465da566e3acff72d5" datatype="html"> 6845 </trans-unit>
6712 <source>ABOUT</source><target state="new">ABOUT</target> 6846 <trans-unit id="2ccc315673e88d7490220d465da566e3acff72d5" datatype="html">
6847 <source>ABOUT</source>
6848 <target state="new">ABOUT</target>
6713 <context-group purpose="location"> 6849 <context-group purpose="location">
6714 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6850 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6715 <context context-type="linenumber">1</context> 6851 <context context-type="linenumber">1</context>
@@ -6724,8 +6860,10 @@
6724 <target state="new">Username copied</target> 6860 <target state="new">Username copied</target>
6725 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">1</context></context-group> 6861 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">1</context></context-group>
6726 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group> 6862 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group>
6727 </trans-unit><trans-unit id="f1a851fd8b39e5544e3eec438ebd7f4ccfcc34dc" datatype="html"> 6863 </trans-unit>
6728 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</source><target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</target> 6864 <trans-unit id="f1a851fd8b39e5544e3eec438ebd7f4ccfcc34dc" datatype="html">
6865 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</source>
6866 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</target>
6729 <context-group purpose="location"> 6867 <context-group purpose="location">
6730 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6868 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6731 <context context-type="linenumber">1</context> 6869 <context context-type="linenumber">1</context>
@@ -6740,8 +6878,8 @@
6740 </context-group> 6878 </context-group>
6741 </trans-unit> 6879 </trans-unit>
6742 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6880 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6743 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source> 6881 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
6744 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target> 6882 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</target>
6745 <context-group purpose="location"> 6883 <context-group purpose="location">
6746 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6884 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6747 <context context-type="linenumber">1</context> 6885 <context context-type="linenumber">1</context>
@@ -6850,26 +6988,34 @@
6850 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6988 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6851 <context context-type="linenumber">1</context> 6989 <context context-type="linenumber">1</context>
6852 </context-group> 6990 </context-group>
6853 </trans-unit><trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html"> 6991 </trans-unit>
6854 <source>Process domains</source><target state="new">Process domains</target> 6992 <trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
6993 <source>Process domains</source>
6994 <target state="new">Process domains</target>
6855 <context-group purpose="location"> 6995 <context-group purpose="location">
6856 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context> 6996 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
6857 <context context-type="linenumber">1</context> 6997 <context context-type="linenumber">1</context>
6858 </context-group> 6998 </context-group>
6859 </trans-unit><trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html"> 6999 </trans-unit>
6860 <source>Domain is required.</source><target state="new">Domain is required.</target> 7000 <trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
7001 <source>Domain is required.</source>
7002 <target state="new">Domain is required.</target>
6861 <context-group purpose="location"> 7003 <context-group purpose="location">
6862 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context> 7004 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6863 <context context-type="linenumber">1</context> 7005 <context context-type="linenumber">1</context>
6864 </context-group> 7006 </context-group>
6865 </trans-unit><trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html"> 7007 </trans-unit>
6866 <source>Domains entered are invalid.</source><target state="new">Domains entered are invalid.</target> 7008 <trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
7009 <source>Domains entered are invalid.</source>
7010 <target state="new">Domains entered are invalid.</target>
6867 <context-group purpose="location"> 7011 <context-group purpose="location">
6868 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context> 7012 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6869 <context context-type="linenumber">1</context> 7013 <context context-type="linenumber">1</context>
6870 </context-group> 7014 </context-group>
6871 </trans-unit><trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html"> 7015 </trans-unit>
6872 <source>Domains entered contain duplicates.</source><target state="new">Domains entered contain duplicates.</target> 7016 <trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
7017 <source>Domains entered contain duplicates.</source>
7018 <target state="new">Domains entered contain duplicates.</target>
6873 <context-group purpose="location"> 7019 <context-group purpose="location">
6874 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context> 7020 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
6875 <context context-type="linenumber">1</context> 7021 <context context-type="linenumber">1</context>
@@ -6885,8 +7031,10 @@
6885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group> 7031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group>
6886 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group> 7032 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group>
6887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group> 7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group>
6888 </trans-unit><trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html"> 7034 </trans-unit>
6889 <source>None - no upload possible</source><target state="new">None - no upload possible</target> 7035 <trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
7036 <source>None - no upload possible</source>
7037 <target state="new">None - no upload possible</target>
6890 <context-group purpose="location"> 7038 <context-group purpose="location">
6891 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 7039 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6892 <context context-type="linenumber">1</context> 7040 <context context-type="linenumber">1</context>
@@ -7025,20 +7173,16 @@
7025 <context-group name="null"> 7173 <context-group name="null">
7026 <context context-type="linenumber">1</context> 7174 <context context-type="linenumber">1</context>
7027 </context-group> 7175 </context-group>
7028 7176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group>
7029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7177 </trans-unit>
7030
7031
7032
7033
7034 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e"> 7178 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
7035 <source>Follow request(s) sent!</source> 7179 <source>Follow request(s) sent!</source>
7036 <target>Solicitação de seguir(s) enviada!</target> 7180 <target>Solicitação de seguir(s) enviada!</target>
7037 <context-group name="null"> 7181 <context-group name="null">
7038 <context context-type="linenumber">1</context> 7182 <context context-type="linenumber">1</context>
7039 </context-group> 7183 </context-group>
7040 7184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7185 </trans-unit>
7042 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 7186 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
7043 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 7187 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
7044 <target>Você realmente deseja parar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 7188 <target>Você realmente deseja parar de seguir <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
@@ -7086,32 +7230,42 @@
7086 <context context-type="linenumber">1</context> 7230 <context context-type="linenumber">1</context>
7087 </context-group> 7231 </context-group>
7088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group> 7232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group>
7089 </trans-unit><trans-unit id="fb2e1bed329dc5b84197808c778abb9edcbdb335" datatype="html"> 7233 </trans-unit>
7090 <source>Used</source><target state="new">Used</target> 7234 <trans-unit id="fb2e1bed329dc5b84197808c778abb9edcbdb335" datatype="html">
7235 <source>Used</source>
7236 <target state="new">Used</target>
7091 <context-group purpose="location"> 7237 <context-group purpose="location">
7092 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7238 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
7093 <context context-type="linenumber">1</context> 7239 <context context-type="linenumber">1</context>
7094 </context-group> 7240 </context-group>
7095 </trans-unit><trans-unit id="b7da3e3505cc80f9bf3cffc8444c53e8a9ec70a5" datatype="html"> 7241 </trans-unit>
7096 <source>Available</source><target state="new">Available</target> 7242 <trans-unit id="b7da3e3505cc80f9bf3cffc8444c53e8a9ec70a5" datatype="html">
7243 <source>Available</source>
7244 <target state="new">Available</target>
7097 <context-group purpose="location"> 7245 <context-group purpose="location">
7098 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7246 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
7099 <context context-type="linenumber">1</context> 7247 <context context-type="linenumber">1</context>
7100 </context-group> 7248 </context-group>
7101 </trans-unit><trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html"> 7249 </trans-unit>
7102 <source>Do you really want to remove this video redundancy?</source><target state="new">Do you really want to remove this video redundancy?</target> 7250 <trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html">
7251 <source>Do you really want to remove this video redundancy?</source>
7252 <target state="new">Do you really want to remove this video redundancy?</target>
7103 <context-group purpose="location"> 7253 <context-group purpose="location">
7104 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7254 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
7105 <context context-type="linenumber">1</context> 7255 <context context-type="linenumber">1</context>
7106 </context-group> 7256 </context-group>
7107 </trans-unit><trans-unit id="9eef7dd291945247d4aefb3994b617d73a0c96e2" datatype="html"> 7257 </trans-unit>
7108 <source>Remove redundancy</source><target state="new">Remove redundancy</target> 7258 <trans-unit id="9eef7dd291945247d4aefb3994b617d73a0c96e2" datatype="html">
7259 <source>Remove redundancy</source>
7260 <target state="new">Remove redundancy</target>
7109 <context-group purpose="location"> 7261 <context-group purpose="location">
7110 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7262 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
7111 <context context-type="linenumber">1</context> 7263 <context context-type="linenumber">1</context>
7112 </context-group> 7264 </context-group>
7113 </trans-unit><trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html"> 7265 </trans-unit>
7114 <source>Video redundancies removed!</source><target state="new">Video redundancies removed!</target> 7266 <trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html">
7267 <source>Video redundancies removed!</source>
7268 <target state="new">Video redundancies removed!</target>
7115 <context-group purpose="location"> 7269 <context-group purpose="location">
7116 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7270 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
7117 <context context-type="linenumber">1</context> 7271 <context context-type="linenumber">1</context>
@@ -7132,8 +7286,10 @@
7132 <context context-type="linenumber">1</context> 7286 <context context-type="linenumber">1</context>
7133 </context-group> 7287 </context-group>
7134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group> 7288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group>
7135 </trans-unit><trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html"> 7289 </trans-unit>
7136 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source><target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target> 7290 <trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7291 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source>
7292 <target state="new">Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</target>
7137 <context-group purpose="location"> 7293 <context-group purpose="location">
7138 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 7294 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7139 <context context-type="linenumber">1</context> 7295 <context context-type="linenumber">1</context>
@@ -7146,33 +7302,39 @@
7146 <context context-type="linenumber">1</context> 7302 <context context-type="linenumber">1</context>
7147 </context-group> 7303 </context-group>
7148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group> 7304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group>
7149 </trans-unit><trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html"> 7305 </trans-unit>
7150 <source>Internal actions</source><target state="new">Internal actions</target> 7306 <trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
7307 <source>Internal actions</source>
7308 <target state="new">Internal actions</target>
7151 <context-group purpose="location"> 7309 <context-group purpose="location">
7152 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7310 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7153 <context context-type="linenumber">1</context> 7311 <context context-type="linenumber">1</context>
7154 </context-group> 7312 </context-group>
7155 </trans-unit><trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html"> 7313 </trans-unit>
7156 <source>Delete report</source><target state="new">Delete report</target> 7314 <trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7315 <source>Delete report</source>
7316 <target state="new">Delete report</target>
7157 <context-group purpose="location"> 7317 <context-group purpose="location">
7158 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7318 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7159 <context context-type="linenumber">1</context> 7319 <context context-type="linenumber">1</context>
7160 </context-group> 7320 </context-group>
7161 </trans-unit><trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html"> 7321 </trans-unit>
7162 <source>Add note</source><target state="new">Add note</target> 7322 <trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
7323 <source>Add note</source>
7324 <target state="new">Add note</target>
7163 <context-group purpose="location"> 7325 <context-group purpose="location">
7164 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7326 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7165 <context context-type="linenumber">1</context> 7327 <context context-type="linenumber">1</context>
7166 </context-group> 7328 </context-group>
7167 </trans-unit><trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html"> 7329 </trans-unit>
7168 <source>Update note</source><target state="new">Update note</target> 7330 <trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
7331 <source>Update note</source>
7332 <target state="new">Update note</target>
7169 <context-group purpose="location"> 7333 <context-group purpose="location">
7170 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7334 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7171 <context context-type="linenumber">1</context> 7335 <context context-type="linenumber">1</context>
7172 </context-group> 7336 </context-group>
7173 </trans-unit> 7337 </trans-unit>
7174
7175
7176 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 7338 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
7177 <source>Mark as accepted</source> 7339 <source>Mark as accepted</source>
7178 <target>Marcar como aceito</target> 7340 <target>Marcar como aceito</target>
@@ -7188,8 +7350,10 @@
7188 <context context-type="linenumber">1</context> 7350 <context context-type="linenumber">1</context>
7189 </context-group> 7351 </context-group>
7190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group> 7352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
7191 </trans-unit><trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html"> 7353 </trans-unit>
7192 <source>Actions for the video</source><target state="new">Actions for the video</target> 7354 <trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7355 <source>Actions for the video</source>
7356 <target state="new">Actions for the video</target>
7193 <context-group purpose="location"> 7357 <context-group purpose="location">
7194 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7358 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7195 <context context-type="linenumber">1</context> 7359 <context context-type="linenumber">1</context>
@@ -7472,14 +7636,15 @@
7472 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 7636 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
7473 <context context-type="linenumber">1</context> 7637 <context context-type="linenumber">1</context>
7474 </context-group> 7638 </context-group>
7475 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html"> 7639 </trans-unit>
7476 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target> 7640 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
7641 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
7642 <target state="new">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
7477 <context-group purpose="location"> 7643 <context-group purpose="location">
7478 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7644 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7479 <context context-type="linenumber">1</context> 7645 <context context-type="linenumber">1</context>
7480 </context-group> 7646 </context-group>
7481 </trans-unit> 7647 </trans-unit>
7482
7483 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 7648 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
7484 <source>Update user</source> 7649 <source>Update user</source>
7485 <target>Atualizar usuário</target> 7650 <target>Atualizar usuário</target>
@@ -7495,8 +7660,10 @@
7495 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 7660 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
7496 <context context-type="linenumber">1</context> 7661 <context context-type="linenumber">1</context>
7497 </context-group> 7662 </context-group>
7498 </trans-unit><trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html"> 7663 </trans-unit>
7499 <source>Videos will be deleted, comments will be tombstoned.</source><target state="new">Videos will be deleted, comments will be tombstoned.</target> 7664 <trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html">
7665 <source>Videos will be deleted, comments will be tombstoned.</source>
7666 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
7500 <context-group purpose="location"> 7667 <context-group purpose="location">
7501 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 7668 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7502 <context context-type="linenumber">1</context> 7669 <context context-type="linenumber">1</context>
@@ -7505,8 +7672,10 @@
7505 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7672 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7506 <context context-type="linenumber">1</context> 7673 <context context-type="linenumber">1</context>
7507 </context-group> 7674 </context-group>
7508 </trans-unit><trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html"> 7675 </trans-unit>
7509 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source><target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target> 7676 <trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html">
7677 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7678 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target>
7510 <context-group purpose="location"> 7679 <context-group purpose="location">
7511 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 7680 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7512 <context context-type="linenumber">1</context> 7681 <context context-type="linenumber">1</context>
@@ -7700,14 +7869,15 @@
7700 <context context-type="linenumber">1</context> 7869 <context context-type="linenumber">1</context>
7701 </context-group> 7870 </context-group>
7702 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group> 7871 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group>
7703 </trans-unit><trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html"> 7872 </trans-unit>
7704 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source><target state="new">Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</target> 7873 <trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html">
7874 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source>
7875 <target state="new">Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</target>
7705 <context-group purpose="location"> 7876 <context-group purpose="location">
7706 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 7877 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
7707 <context context-type="linenumber">1</context> 7878 <context context-type="linenumber">1</context>
7708 </context-group> 7879 </context-group>
7709 </trans-unit> 7880 </trans-unit>
7710
7711 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311"> 7881 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
7712 <source>Type your username to confirm</source> 7882 <source>Type your username to confirm</source>
7713 <target>Digite seu nome de usuário para confirmar</target> 7883 <target>Digite seu nome de usuário para confirmar</target>
@@ -7876,8 +8046,10 @@
7876 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 8046 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
7877 <context context-type="linenumber">1</context> 8047 <context context-type="linenumber">1</context>
7878 </context-group> 8048 </context-group>
7879 </trans-unit><trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html"> 8049 </trans-unit>
7880 <source>Display/Video settings updated.</source><target state="new">Display/Video settings updated.</target> 8050 <trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html">
8051 <source>Display/Video settings updated.</source>
8052 <target state="new">Display/Video settings updated.</target>
7881 <context-group purpose="location"> 8053 <context-group purpose="location">
7882 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 8054 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
7883 <context context-type="linenumber">1</context> 8055 <context context-type="linenumber">1</context>
@@ -7930,8 +8102,10 @@
7930 <context context-type="linenumber">1</context> 8102 <context context-type="linenumber">1</context>
7931 </context-group> 8103 </context-group>
7932 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group> 8104 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group>
7933 </trans-unit><trans-unit id="690c61d85b87df8fab4fd958bceb3849b7f8c64b" datatype="html"> 8105 </trans-unit>
7934 <source>Views for the day</source><target state="new">Views for the day</target> 8106 <trans-unit id="690c61d85b87df8fab4fd958bceb3849b7f8c64b" datatype="html">
8107 <source>Views for the day</source>
8108 <target state="new">Views for the day</target>
7935 <context-group purpose="location"> 8109 <context-group purpose="location">
7936 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 8110 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
7937 <context context-type="linenumber">1</context> 8111 <context context-type="linenumber">1</context>
@@ -8082,10 +8256,13 @@
8082 <context context-type="linenumber">1</context> 8256 <context context-type="linenumber">1</context>
8083 </context-group> 8257 </context-group>
8084 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group> 8258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group>
8085 </trans-unit><trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html"> 8259 </trans-unit>
8086 <source>max size</source><target state="new">max size</target> 8260 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
8087 8261 <source>max size</source>
8088 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8262 <target state="new">max size</target>
8263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context><context context-type="linenumber">1</context></context-group>
8264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context><context context-type="linenumber">1</context></context-group>
8265 </trans-unit>
8089 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 8266 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
8090 <source>Now please check your emails to verify your account and complete signup.</source> 8267 <source>Now please check your emails to verify your account and complete signup.</source>
8091 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8268 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8126,8 +8303,10 @@
8126 <context context-type="linenumber">1</context> 8303 <context context-type="linenumber">1</context>
8127 </context-group> 8304 </context-group>
8128 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">1</context></context-group> 8305 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">1</context></context-group>
8129 </trans-unit><trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html"> 8306 </trans-unit>
8130 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</target> 8307 <trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html">
8308 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source>
8309 <target state="new">{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</target>
8131 <context-group purpose="location"> 8310 <context-group purpose="location">
8132 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context> 8311 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
8133 <context context-type="linenumber">1</context> 8312 <context context-type="linenumber">1</context>
@@ -8141,8 +8320,10 @@
8141 </context-group> 8320 </context-group>
8142 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group> 8321 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group>
8143 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group> 8322 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group>
8144 </trans-unit><trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html"> 8323 </trans-unit>
8145 <source>VIDEO PLAYLISTS</source><target state="new">VIDEO PLAYLISTS</target> 8324 <trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html">
8325 <source>VIDEO PLAYLISTS</source>
8326 <target state="new">VIDEO PLAYLISTS</target>
8146 <context-group purpose="location"> 8327 <context-group purpose="location">
8147 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8328 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
8148 <context context-type="linenumber">1</context> 8329 <context context-type="linenumber">1</context>
@@ -8300,32 +8481,42 @@
8300 <context context-type="sourcefile">src/app/login/login.component.ts</context> 8481 <context context-type="sourcefile">src/app/login/login.component.ts</context>
8301 <context context-type="linenumber">1</context> 8482 <context context-type="linenumber">1</context>
8302 </context-group> 8483 </context-group>
8303 </trans-unit><trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html"> 8484 </trans-unit>
8304 <source>any language</source><target state="new">any language</target> 8485 <trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html">
8486 <source>any language</source>
8487 <target state="new">any language</target>
8305 <context-group purpose="location"> 8488 <context-group purpose="location">
8306 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8489 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8307 <context context-type="linenumber">1</context> 8490 <context context-type="linenumber">1</context>
8308 </context-group> 8491 </context-group>
8309 </trans-unit><trans-unit id="6e998fc06a19659c22cca43efa1b35515761cbb2" datatype="html"> 8492 </trans-unit>
8310 <source>hide</source><target state="new">hide</target> 8493 <trans-unit id="6e998fc06a19659c22cca43efa1b35515761cbb2" datatype="html">
8494 <source>hide</source>
8495 <target state="new">hide</target>
8311 <context-group purpose="location"> 8496 <context-group purpose="location">
8312 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8497 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8313 <context context-type="linenumber">1</context> 8498 <context context-type="linenumber">1</context>
8314 </context-group> 8499 </context-group>
8315 </trans-unit><trans-unit id="1214427202da5b7fb88968172a3b309f8da35d76" datatype="html"> 8500 </trans-unit>
8316 <source>blur</source><target state="new">blur</target> 8501 <trans-unit id="1214427202da5b7fb88968172a3b309f8da35d76" datatype="html">
8502 <source>blur</source>
8503 <target state="new">blur</target>
8317 <context-group purpose="location"> 8504 <context-group purpose="location">
8318 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8505 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8319 <context context-type="linenumber">1</context> 8506 <context context-type="linenumber">1</context>
8320 </context-group> 8507 </context-group>
8321 </trans-unit><trans-unit id="890d991273787485fc939391676762a90edd8f34" datatype="html"> 8508 </trans-unit>
8322 <source>display</source><target state="new">display</target> 8509 <trans-unit id="890d991273787485fc939391676762a90edd8f34" datatype="html">
8510 <source>display</source>
8511 <target state="new">display</target>
8323 <context-group purpose="location"> 8512 <context-group purpose="location">
8324 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8513 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8325 <context context-type="linenumber">1</context> 8514 <context context-type="linenumber">1</context>
8326 </context-group> 8515 </context-group>
8327 </trans-unit><trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html"> 8516 </trans-unit>
8328 <source>Unknown</source><target state="new">Unknown</target> 8517 <trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
8518 <source>Unknown</source>
8519 <target state="new">Unknown</target>
8329 <context-group purpose="location"> 8520 <context-group purpose="location">
8330 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 8521 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
8331 <context context-type="linenumber">1</context> 8522 <context context-type="linenumber">1</context>
@@ -8401,8 +8592,8 @@
8401 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8592 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8402 </trans-unit> 8593 </trans-unit>
8403 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8594 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8404 <source>Long (> 10 min)</source> 8595 <source>Long (&gt; 10 min)</source>
8405 <target>Longo (> 10 min)</target> 8596 <target>Longo (&gt; 10 min)</target>
8406 <context-group name="null"> 8597 <context-group name="null">
8407 <context context-type="linenumber">1</context> 8598 <context context-type="linenumber">1</context>
8408 </context-group> 8599 </context-group>
@@ -8439,8 +8630,10 @@
8439 <context context-type="linenumber">1</context> 8630 <context context-type="linenumber">1</context>
8440 </context-group> 8631 </context-group>
8441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8442 </trans-unit><trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html"> 8633 </trans-unit>
8443 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source><target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target> 8634 <trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
8635 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source>
8636 <target state="new"><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</target>
8444 <context-group purpose="location"> 8637 <context-group purpose="location">
8445 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8638 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8446 <context context-type="linenumber">1</context> 8639 <context context-type="linenumber">1</context>
@@ -8517,27 +8710,34 @@
8517 <context context-type="linenumber">1</context> 8710 <context context-type="linenumber">1</context>
8518 </context-group> 8711 </context-group>
8519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group> 8712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group>
8520 </trans-unit><trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html"> 8713 </trans-unit>
8521 <source>just now</source><target state="new">just now</target> 8714 <trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
8715 <source>just now</source>
8716 <target state="new">just now</target>
8522 <context-group purpose="location"> 8717 <context-group purpose="location">
8523 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 8718 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
8524 <context context-type="linenumber">1</context> 8719 <context context-type="linenumber">1</context>
8525 </context-group> 8720 </context-group>
8526 </trans-unit> 8721 </trans-unit>
8527 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html"> 8722 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
8528 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target> 8723 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
8724 <target state="new"><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</target>
8529 <context-group purpose="location"> 8725 <context-group purpose="location">
8530 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8726 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8531 <context context-type="linenumber">1</context> 8727 <context context-type="linenumber">1</context>
8532 </context-group> 8728 </context-group>
8533 </trans-unit><trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html"> 8729 </trans-unit>
8534 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</target> 8730 <trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html">
8731 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source>
8732 <target state="new"><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</target>
8535 <context-group purpose="location"> 8733 <context-group purpose="location">
8536 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8734 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8537 <context context-type="linenumber">1</context> 8735 <context context-type="linenumber">1</context>
8538 </context-group> 8736 </context-group>
8539 </trans-unit><trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html"> 8737 </trans-unit>
8540 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source><target state="new"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</target> 8738 <trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html">
8739 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source>
8740 <target state="new"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</target>
8541 <context-group purpose="location"> 8741 <context-group purpose="location">
8542 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context> 8742 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
8543 <context context-type="linenumber">1</context> 8743 <context context-type="linenumber">1</context>
@@ -9752,8 +9952,8 @@
9752 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9753 </trans-unit> 9953 </trans-unit>
9754 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9954 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9755 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source> 9955 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
9756 <target>Compatível com <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> que têm suporte a:</target> 9956 <target>Compatível com <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> que têm suporte a:</target>
9757 <context-group name="null"> 9957 <context-group name="null">
9758 <context context-type="linenumber">1</context> 9958 <context context-type="linenumber">1</context>
9759 </context-group> 9959 </context-group>
@@ -9877,15 +10077,20 @@
9877 <context-group name="null"> 10077 <context-group name="null">
9878 <context context-type="linenumber">1</context> 10078 <context context-type="linenumber">1</context>
9879 </context-group> 10079 </context-group>
9880 10080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
9881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html"> 10081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9882 <source>Mute server</source><target state="new">Mute server</target> 10082 </trans-unit>
10083 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
10084 <source>Mute server</source>
10085 <target state="new">Mute server</target>
9883 <context-group purpose="location"> 10086 <context-group purpose="location">
9884 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10087 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9885 <context context-type="linenumber">1</context> 10088 <context context-type="linenumber">1</context>
9886 </context-group> 10089 </context-group>
9887 </trans-unit><trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html"> 10090 </trans-unit>
9888 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target> 10091 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10092 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
10093 <target state="new">Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
9889 <context-group purpose="location"> 10094 <context-group purpose="location">
9890 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10095 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
9891 <context context-type="linenumber">1</context> 10096 <context context-type="linenumber">1</context>
@@ -9922,8 +10127,10 @@
9922 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10127 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9923 <context context-type="linenumber">1</context> 10128 <context context-type="linenumber">1</context>
9924 </context-group> 10129 </context-group>
9925 </trans-unit><trans-unit id="f140baf295648e021385e7dd57fbbc7cee4ad4e6" datatype="html"> 10130 </trans-unit>
9926 <source>Change quota, role, and more.</source><target state="new">Change quota, role, and more.</target> 10131 <trans-unit id="f140baf295648e021385e7dd57fbbc7cee4ad4e6" datatype="html">
10132 <source>Change quota, role, and more.</source>
10133 <target state="new">Change quota, role, and more.</target>
9927 <context-group purpose="location"> 10134 <context-group purpose="location">
9928 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10135 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9929 <context context-type="linenumber">1</context> 10136 <context context-type="linenumber">1</context>
@@ -9937,7 +10144,6 @@
9937 <context context-type="linenumber">1</context> 10144 <context context-type="linenumber">1</context>
9938 </context-group> 10145 </context-group>
9939 </trans-unit> 10146 </trans-unit>
9940
9941 <trans-unit id="9b19e922648045e849419204513fe029db427b46" datatype="html"> 10147 <trans-unit id="9b19e922648045e849419204513fe029db427b46" datatype="html">
9942 <source>Unban user</source> 10148 <source>Unban user</source>
9943 <target state="new">Unban user</target> 10149 <target state="new">Unban user</target>
@@ -9945,8 +10151,10 @@
9945 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10151 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9946 <context context-type="linenumber">1</context> 10152 <context context-type="linenumber">1</context>
9947 </context-group> 10153 </context-group>
9948 </trans-unit><trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html"> 10154 </trans-unit>
9949 <source>Allow the user to login and create videos/comments again</source><target state="new">Allow the user to login and create videos/comments again</target> 10155 <trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html">
10156 <source>Allow the user to login and create videos/comments again</source>
10157 <target state="new">Allow the user to login and create videos/comments again</target>
9950 <context-group purpose="location"> 10158 <context-group purpose="location">
9951 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10159 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9952 <context context-type="linenumber">1</context> 10160 <context context-type="linenumber">1</context>
@@ -9959,8 +10167,10 @@
9959 <context context-type="linenumber">1</context> 10167 <context context-type="linenumber">1</context>
9960 </context-group> 10168 </context-group>
9961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9962 </trans-unit><trans-unit id="5f4ea46bfaffa09963d51fa969cb45b82a3c377f" datatype="html"> 10170 </trans-unit>
9963 <source>Hide any content from that user for you.</source><target state="new">Hide any content from that user for you.</target> 10171 <trans-unit id="5f4ea46bfaffa09963d51fa969cb45b82a3c377f" datatype="html">
10172 <source>Hide any content from that user for you.</source>
10173 <target state="new">Hide any content from that user for you.</target>
9964 <context-group purpose="location"> 10174 <context-group purpose="location">
9965 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10175 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9966 <context context-type="linenumber">1</context> 10176 <context context-type="linenumber">1</context>
@@ -9973,8 +10183,10 @@
9973 <context context-type="linenumber">1</context> 10183 <context context-type="linenumber">1</context>
9974 </context-group> 10184 </context-group>
9975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9976 </trans-unit><trans-unit id="896713adfa81db9a514ba3214ea1b9a7b59543bb" datatype="html"> 10186 </trans-unit>
9977 <source>Show back content from that user for you.</source><target state="new">Show back content from that user for you.</target> 10187 <trans-unit id="896713adfa81db9a514ba3214ea1b9a7b59543bb" datatype="html">
10188 <source>Show back content from that user for you.</source>
10189 <target state="new">Show back content from that user for you.</target>
9978 <context-group purpose="location"> 10190 <context-group purpose="location">
9979 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10191 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9980 <context context-type="linenumber">1</context> 10192 <context context-type="linenumber">1</context>
@@ -9987,8 +10199,10 @@
9987 <context context-type="linenumber">1</context> 10199 <context context-type="linenumber">1</context>
9988 </context-group> 10200 </context-group>
9989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10201 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9990 </trans-unit><trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html"> 10202 </trans-unit>
9991 <source>Hide any content from that instance for you.</source><target state="new">Hide any content from that instance for you.</target> 10203 <trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html">
10204 <source>Hide any content from that instance for you.</source>
10205 <target state="new">Hide any content from that instance for you.</target>
9992 <context-group purpose="location"> 10206 <context-group purpose="location">
9993 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10207 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9994 <context context-type="linenumber">1</context> 10208 <context context-type="linenumber">1</context>
@@ -10001,8 +10215,10 @@
10001 <context context-type="linenumber">1</context> 10215 <context context-type="linenumber">1</context>
10002 </context-group> 10216 </context-group>
10003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10217 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10004 </trans-unit><trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html"> 10218 </trans-unit>
10005 <source>Show back content from that instance for you.</source><target state="new">Show back content from that instance for you.</target> 10219 <trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html">
10220 <source>Show back content from that instance for you.</source>
10221 <target state="new">Show back content from that instance for you.</target>
10006 <context-group purpose="location"> 10222 <context-group purpose="location">
10007 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10223 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10008 <context context-type="linenumber">1</context> 10224 <context context-type="linenumber">1</context>
@@ -10015,8 +10231,10 @@
10015 <context context-type="linenumber">1</context> 10231 <context context-type="linenumber">1</context>
10016 </context-group> 10232 </context-group>
10017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10233 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10018 </trans-unit><trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html"> 10234 </trans-unit>
10019 <source>Hide any content from that user for you, your instance and its users.</source><target state="new">Hide any content from that user for you, your instance and its users.</target> 10235 <trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html">
10236 <source>Hide any content from that user for you, your instance and its users.</source>
10237 <target state="new">Hide any content from that user for you, your instance and its users.</target>
10020 <context-group purpose="location"> 10238 <context-group purpose="location">
10021 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10239 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10022 <context context-type="linenumber">1</context> 10240 <context context-type="linenumber">1</context>
@@ -10029,8 +10247,10 @@
10029 <context context-type="linenumber">1</context> 10247 <context context-type="linenumber">1</context>
10030 </context-group> 10248 </context-group>
10031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10032 </trans-unit><trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html"> 10250 </trans-unit>
10033 <source>Show back content from that user for you, your instance and its users.</source><target state="new">Show back content from that user for you, your instance and its users.</target> 10251 <trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html">
10252 <source>Show back content from that user for you, your instance and its users.</source>
10253 <target state="new">Show back content from that user for you, your instance and its users.</target>
10034 <context-group purpose="location"> 10254 <context-group purpose="location">
10035 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10255 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10036 <context context-type="linenumber">1</context> 10256 <context context-type="linenumber">1</context>
@@ -10043,8 +10263,10 @@
10043 <context context-type="linenumber">1</context> 10263 <context context-type="linenumber">1</context>
10044 </context-group> 10264 </context-group>
10045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10046 </trans-unit><trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html"> 10266 </trans-unit>
10047 <source>Hide any content from that instance for you, your instance and its users.</source><target state="new">Hide any content from that instance for you, your instance and its users.</target> 10267 <trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html">
10268 <source>Hide any content from that instance for you, your instance and its users.</source>
10269 <target state="new">Hide any content from that instance for you, your instance and its users.</target>
10048 <context-group purpose="location"> 10270 <context-group purpose="location">
10049 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10271 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10050 <context context-type="linenumber">1</context> 10272 <context context-type="linenumber">1</context>
@@ -10057,8 +10279,10 @@
10057 <context context-type="linenumber">1</context> 10279 <context context-type="linenumber">1</context>
10058 </context-group> 10280 </context-group>
10059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10281 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10060 </trans-unit><trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html"> 10282 </trans-unit>
10061 <source>Show back content from that instance for you, your instance and its users.</source><target state="new">Show back content from that instance for you, your instance and its users.</target> 10283 <trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html">
10284 <source>Show back content from that instance for you, your instance and its users.</source>
10285 <target state="new">Show back content from that instance for you, your instance and its users.</target>
10062 <context-group purpose="location"> 10286 <context-group purpose="location">
10063 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10287 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10064 <context context-type="linenumber">1</context> 10288 <context context-type="linenumber">1</context>
@@ -10095,8 +10319,10 @@
10095 <context context-type="linenumber">1</context> 10319 <context context-type="linenumber">1</context>
10096 </context-group> 10320 </context-group>
10097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 10321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
10098 </trans-unit><trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html"> 10322 </trans-unit>
10099 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target> 10323 <trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html">
10324 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
10325 <target state="new">Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
10100 <context-group purpose="location"> 10326 <context-group purpose="location">
10101 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 10327 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
10102 <context context-type="linenumber">1</context> 10328 <context context-type="linenumber">1</context>
@@ -10117,8 +10343,10 @@
10117 <context context-type="linenumber">1</context> 10343 <context context-type="linenumber">1</context>
10118 </context-group> 10344 </context-group>
10119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group> 10345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group>
10120 </trans-unit><trans-unit id="3bd3791d3b0ab933981a0b884396af74b0c95e2a" datatype="html"> 10346 </trans-unit>
10121 <source>Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="new">Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 10347 <trans-unit id="3bd3791d3b0ab933981a0b884396af74b0c95e2a" datatype="html">
10348 <source>Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
10349 <target state="new">Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
10122 <context-group purpose="location"> 10350 <context-group purpose="location">
10123 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 10351 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
10124 <context context-type="linenumber">1</context> 10352 <context context-type="linenumber">1</context>
@@ -10218,45 +10446,60 @@
10218 <context-group name="null"> 10446 <context-group name="null">
10219 <context context-type="linenumber">1</context> 10447 <context context-type="linenumber">1</context>
10220 </context-group> 10448 </context-group>
10221 10449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
10222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html"> 10450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group>
10223 <source>Unblacklist video</source><target state="new">Unblacklist video</target> 10451 </trans-unit>
10452 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10453 <source>Unblacklist video</source>
10454 <target state="new">Unblacklist video</target>
10224 <context-group purpose="location"> 10455 <context-group purpose="location">
10225 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10456 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10226 <context context-type="linenumber">1</context> 10457 <context context-type="linenumber">1</context>
10227 </context-group> 10458 </context-group>
10228 </trans-unit><trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html"> 10459 </trans-unit>
10229 <source>Video unblacklisted.</source><target state="new">Video unblacklisted.</target> 10460 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10461 <source>Video unblacklisted.</source>
10462 <target state="new">Video unblacklisted.</target>
10230 <context-group purpose="location"> 10463 <context-group purpose="location">
10231 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10464 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10232 <context context-type="linenumber">1</context> 10465 <context context-type="linenumber">1</context>
10233 </context-group> 10466 </context-group>
10234 </trans-unit><trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html"> 10467 </trans-unit>
10235 <source>Delete video</source><target state="new">Delete video</target> 10468 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10469 <source>Delete video</source>
10470 <target state="new">Delete video</target>
10236 <context-group purpose="location"> 10471 <context-group purpose="location">
10237 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10472 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10238 <context context-type="linenumber">1</context> 10473 <context context-type="linenumber">1</context>
10239 </context-group> 10474 </context-group>
10240 </trans-unit><trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html"> 10475 </trans-unit>
10241 <source>Encoder</source><target state="new">Encoder</target> 10476 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
10477 <source>Encoder</source>
10478 <target state="new">Encoder</target>
10242 <context-group purpose="location"> 10479 <context-group purpose="location">
10243 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10480 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
10244 <context context-type="linenumber">1</context> 10481 <context context-type="linenumber">1</context>
10245 </context-group> 10482 </context-group>
10246 </trans-unit><trans-unit id="c01d52b4f10668adeded397b0b1a9a4bfefd4f37" datatype="html"> 10483 </trans-unit>
10247 <source>Format name</source><target state="new">Format name</target> 10484 <trans-unit id="c01d52b4f10668adeded397b0b1a9a4bfefd4f37" datatype="html">
10485 <source>Format name</source>
10486 <target state="new">Format name</target>
10248 <context-group purpose="location"> 10487 <context-group purpose="location">
10249 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10488 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
10250 <context context-type="linenumber">1</context> 10489 <context context-type="linenumber">1</context>
10251 </context-group> 10490 </context-group>
10252 </trans-unit><trans-unit id="7faaaa08f56427999f3be41df1093ce4089bbd75" datatype="html"> 10491 </trans-unit>
10253 <source>Size</source><target state="new">Size</target> 10492 <trans-unit id="7faaaa08f56427999f3be41df1093ce4089bbd75" datatype="html">
10493 <source>Size</source>
10494 <target state="new">Size</target>
10254 <context-group purpose="location"> 10495 <context-group purpose="location">
10255 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10496 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
10256 <context context-type="linenumber">1</context> 10497 <context context-type="linenumber">1</context>
10257 </context-group> 10498 </context-group>
10258 </trans-unit><trans-unit id="c1226821b3c276dc443b3e5a2dce10e14dcd6244" datatype="html"> 10499 </trans-unit>
10259 <source>Bitrate</source><target state="new">Bitrate</target> 10500 <trans-unit id="c1226821b3c276dc443b3e5a2dce10e14dcd6244" datatype="html">
10501 <source>Bitrate</source>
10502 <target state="new">Bitrate</target>
10260 <context-group purpose="location"> 10503 <context-group purpose="location">
10261 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10504 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
10262 <context context-type="linenumber">1</context> 10505 <context context-type="linenumber">1</context>
@@ -10265,8 +10508,10 @@
10265 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10508 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
10266 <context context-type="linenumber">1</context> 10509 <context context-type="linenumber">1</context>
10267 </context-group> 10510 </context-group>
10268 </trans-unit><trans-unit id="205c33d626f4654f36d9d7dcea6f9d9e9b2a7ec7" datatype="html"> 10511 </trans-unit>
10269 <source>Codec</source><target state="new">Codec</target> 10512 <trans-unit id="205c33d626f4654f36d9d7dcea6f9d9e9b2a7ec7" datatype="html">
10513 <source>Codec</source>
10514 <target state="new">Codec</target>
10270 <context-group purpose="location"> 10515 <context-group purpose="location">
10271 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 10516 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
10272 <context context-type="linenumber">1</context> 10517 <context context-type="linenumber">1</context>
@@ -10295,27 +10540,36 @@
10295 <context-group name="null"> 10540 <context-group name="null">
10296 <context context-type="linenumber">1</context> 10541 <context context-type="linenumber">1</context>
10297 </context-group> 10542 </context-group>
10298 10543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group>
10299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html"> 10544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10300 <source>Video deleted.</source><target state="new">Video deleted.</target> 10545 </trans-unit>
10546 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10547 <source>Video deleted.</source>
10548 <target state="new">Video deleted.</target>
10301 <context-group purpose="location"> 10549 <context-group purpose="location">
10302 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10550 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10303 <context context-type="linenumber">1</context> 10551 <context context-type="linenumber">1</context>
10304 </context-group> 10552 </context-group>
10305 </trans-unit><trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html"> 10553 </trans-unit>
10306 <source>Actions for the reporter</source><target state="new">Actions for the reporter</target> 10554 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10555 <source>Actions for the reporter</source>
10556 <target state="new">Actions for the reporter</target>
10307 <context-group purpose="location"> 10557 <context-group purpose="location">
10308 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10558 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10309 <context context-type="linenumber">1</context> 10559 <context context-type="linenumber">1</context>
10310 </context-group> 10560 </context-group>
10311 </trans-unit><trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html"> 10561 </trans-unit>
10312 <source>Mute reporter</source><target state="new">Mute reporter</target> 10562 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10563 <source>Mute reporter</source>
10564 <target state="new">Mute reporter</target>
10313 <context-group purpose="location"> 10565 <context-group purpose="location">
10314 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10566 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10315 <context context-type="linenumber">1</context> 10567 <context context-type="linenumber">1</context>
10316 </context-group> 10568 </context-group>
10317 </trans-unit><trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10569 </trans-unit>
10318 <source>This video will be duplicated by your instance.</source><target state="new">This video will be duplicated by your instance.</target> 10570 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10571 <source>This video will be duplicated by your instance.</source>
10572 <target state="new">This video will be duplicated by your instance.</target>
10319 <context-group purpose="location"> 10573 <context-group purpose="location">
10320 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10574 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10321 <context context-type="linenumber">1</context> 10575 <context context-type="linenumber">1</context>
@@ -10334,8 +10588,10 @@
10334 <context context-type="linenumber">1</context> 10588 <context context-type="linenumber">1</context>
10335 </context-group> 10589 </context-group>
10336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10337 </trans-unit><trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html"> 10591 </trans-unit>
10338 <source>Mirror</source><target state="new">Mirror</target> 10592 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
10593 <source>Mirror</source>
10594 <target state="new">Mirror</target>
10339 <context-group purpose="location"> 10595 <context-group purpose="location">
10340 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10596 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10341 <context context-type="linenumber">1</context> 10597 <context context-type="linenumber">1</context>
@@ -10347,21 +10603,27 @@
10347 <context-group name="null"> 10603 <context-group name="null">
10348 <context context-type="linenumber">1</context> 10604 <context context-type="linenumber">1</context>
10349 </context-group> 10605 </context-group>
10350 10606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group>
10351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html"> 10607 </trans-unit>
10352 <source>Note</source><target state="new">Note</target> 10608 <trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
10609 <source>Note</source>
10610 <target state="new">Note</target>
10353 <context-group purpose="location"> 10611 <context-group purpose="location">
10354 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10612 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10355 <context context-type="linenumber">61</context> 10613 <context context-type="linenumber">61</context>
10356 </context-group> 10614 </context-group>
10357 </trans-unit><trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html"> 10615 </trans-unit>
10358 <source>The video was deleted</source><target state="new">The video was deleted</target> 10616 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10617 <source>The video was deleted</source>
10618 <target state="new">The video was deleted</target>
10359 <context-group purpose="location"> 10619 <context-group purpose="location">
10360 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10620 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10361 <context context-type="linenumber">71</context> 10621 <context context-type="linenumber">71</context>
10362 </context-group> 10622 </context-group>
10363 </trans-unit><trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html"> 10623 </trans-unit>
10364 <source>The video was blacklisted</source><target state="new">The video was blacklisted</target> 10624 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10625 <source>The video was blacklisted</source>
10626 <target state="new">The video was blacklisted</target>
10365 <context-group purpose="location"> 10627 <context-group purpose="location">
10366 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10628 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10367 <context context-type="linenumber">72</context> 10629 <context context-type="linenumber">72</context>
@@ -10543,14 +10805,15 @@
10543 <context context-type="linenumber">1</context> 10805 <context context-type="linenumber">1</context>
10544 </context-group> 10806 </context-group>
10545 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group> 10807 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group>
10546 </trans-unit><trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html"> 10808 </trans-unit>
10547 <source> The deletion will be sent to remote instances so they can reflect the change.</source><target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target> 10809 <trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10810 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
10811 <target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
10548 <context-group purpose="location"> 10812 <context-group purpose="location">
10549 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10813 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10550 <context context-type="linenumber">1</context> 10814 <context context-type="linenumber">1</context>
10551 </context-group> 10815 </context-group>
10552 </trans-unit> 10816 </trans-unit>
10553
10554 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html"> 10817 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
10555 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10818 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10556 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 10819 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
diff --git a/client/src/locale/angular.ro.xlf b/client/src/locale/angular.ro.xlf
new file mode 100644
index 000000000..b59069d4d
--- /dev/null
+++ b/client/src/locale/angular.ro.xlf
@@ -0,0 +1,12353 @@
1<?xml version='1.0' encoding='UTF-8'?>
2<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3 <file source-language="en-US" datatype="plaintext" original="ng2.template" target-language="ro">
4 <body>
5 <trans-unit id="ngb.alert.close" datatype="html">
6 <source>Close</source>
7 <target>Închide</target>
8 <context-group purpose="location">
9 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.d.ts</context>
10 <context context-type="linenumber">3</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous" datatype="html">
14 <source>Previous</source>
15 <target/>
16 <context-group purpose="location">
17 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
18 <context context-type="linenumber">13</context>
19 </context-group>
20 </trans-unit>
21 <trans-unit id="ngb.carousel.next" datatype="html">
22 <source>Next</source>
23 <target/>
24 <context-group purpose="location">
25 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
26 <context context-type="linenumber">17</context>
27 </context-group>
28 </trans-unit>
29 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
30 <source>Previous month</source>
31 <target/>
32 <context-group purpose="location">
33 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
34 <context context-type="linenumber">4</context>
35 </context-group>
36 <context-group purpose="location">
37 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
38 <context context-type="linenumber">5</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.next-month" datatype="html">
42 <source>Next month</source>
43 <target/>
44 <context-group purpose="location">
45 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
46 <context context-type="linenumber">26</context>
47 </context-group>
48 <context-group purpose="location">
49 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
50 <context context-type="linenumber">27</context>
51 </context-group>
52 </trans-unit>
53 <trans-unit id="ngb.datepicker.select-month" datatype="html">
54 <source>Select month</source>
55 <target/>
56 <context-group purpose="location">
57 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
58 <context context-type="linenumber">5</context>
59 </context-group>
60 <context-group purpose="location">
61 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
62 <context context-type="linenumber">6</context>
63 </context-group>
64 </trans-unit>
65 <trans-unit id="ngb.datepicker.select-year" datatype="html">
66 <source>Select year</source>
67 <target/>
68 <context-group purpose="location">
69 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
70 <context context-type="linenumber">13</context>
71 </context-group>
72 <context-group purpose="location">
73 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
74 <context context-type="linenumber">14</context>
75 </context-group>
76 </trans-unit>
77 <trans-unit id="ngb.pagination.first" datatype="html">
78 <source>««</source>
79 <target/>
80 <context-group purpose="location">
81 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
82 <context context-type="linenumber">2</context>
83 </context-group>
84 </trans-unit>
85 <trans-unit id="ngb.pagination.previous" datatype="html">
86 <source>«</source>
87 <target/>
88 <context-group purpose="location">
89 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
90 <context context-type="linenumber">3</context>
91 </context-group>
92 </trans-unit>
93 <trans-unit id="ngb.pagination.next" datatype="html">
94 <source>»</source>
95 <target/>
96 <context-group purpose="location">
97 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
98 <context context-type="linenumber">4</context>
99 </context-group>
100 </trans-unit>
101 <trans-unit id="ngb.pagination.last" datatype="html">
102 <source>»»</source>
103 <target/>
104 <context-group purpose="location">
105 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
106 <context context-type="linenumber">5</context>
107 </context-group>
108 </trans-unit>
109 <trans-unit id="ngb.pagination.first-aria" datatype="html">
110 <source>First</source>
111 <target/>
112 <context-group purpose="location">
113 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
114 <context context-type="linenumber">14</context>
115 </context-group>
116 </trans-unit>
117 <trans-unit id="ngb.pagination.previous-aria" datatype="html">
118 <source>Previous</source>
119 <target/>
120 <context-group purpose="location">
121 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
122 <context context-type="linenumber">24</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.pagination.next-aria" datatype="html">
126 <source>Next</source>
127 <target/>
128 <context-group purpose="location">
129 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
130 <context context-type="linenumber">44</context>
131 </context-group>
132 </trans-unit>
133 <trans-unit id="ngb.pagination.last-aria" datatype="html">
134 <source>Last</source>
135 <target/>
136 <context-group purpose="location">
137 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
138 <context context-type="linenumber">53</context>
139 </context-group>
140 </trans-unit>
141 <trans-unit id="ngb.progressbar.value" datatype="html">
142 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
143 <target/>
144 <context-group purpose="location">
145 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context>
146 <context context-type="linenumber">7</context>
147 </context-group>
148 </trans-unit>
149 <trans-unit id="ngb.timepicker.increment-hours" datatype="html">
150 <source>Increment hours</source>
151 <target/>
152 <context-group purpose="location">
153 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
154 <context context-type="linenumber">9</context>
155 </context-group>
156 </trans-unit>
157 <trans-unit id="ngb.timepicker.HH" datatype="html">
158 <source>HH</source>
159 <target/>
160 <context-group purpose="location">
161 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
162 <context context-type="linenumber">13</context>
163 </context-group>
164 </trans-unit>
165 <trans-unit id="ngb.timepicker.hours" datatype="html">
166 <source>Hours</source>
167 <target/>
168 <context-group purpose="location">
169 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
170 <context context-type="linenumber">15</context>
171 </context-group>
172 </trans-unit>
173 <trans-unit id="ngb.timepicker.decrement-hours" datatype="html">
174 <source>Decrement hours</source>
175 <target/>
176 <context-group purpose="location">
177 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
178 <context context-type="linenumber">23</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
182 <source>Increment minutes</source>
183 <target/>
184 <context-group purpose="location">
185 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
186 <context context-type="linenumber">32</context>
187 </context-group>
188 </trans-unit>
189 <trans-unit id="ngb.timepicker.MM" datatype="html">
190 <source>MM</source>
191 <target/>
192 <context-group purpose="location">
193 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
194 <context context-type="linenumber">35</context>
195 </context-group>
196 </trans-unit>
197 <trans-unit id="ngb.timepicker.minutes" datatype="html">
198 <source>Minutes</source>
199 <target/>
200 <context-group purpose="location">
201 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
202 <context context-type="linenumber">37</context>
203 </context-group>
204 </trans-unit>
205 <trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
206 <source>Decrement minutes</source>
207 <target/>
208 <context-group purpose="location">
209 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
210 <context context-type="linenumber">45</context>
211 </context-group>
212 </trans-unit>
213 <trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
214 <source>Increment seconds</source>
215 <target/>
216 <context-group purpose="location">
217 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
218 <context context-type="linenumber">54</context>
219 </context-group>
220 </trans-unit>
221 <trans-unit id="ngb.timepicker.SS" datatype="html">
222 <source>SS</source>
223 <target/>
224 <context-group purpose="location">
225 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
226 <context context-type="linenumber">57</context>
227 </context-group>
228 </trans-unit>
229 <trans-unit id="ngb.timepicker.seconds" datatype="html">
230 <source>Seconds</source>
231 <target/>
232 <context-group purpose="location">
233 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
234 <context context-type="linenumber">59</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="ngb.timepicker.decrement-seconds" datatype="html">
238 <source>Decrement seconds</source>
239 <target/>
240 <context-group purpose="location">
241 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
242 <context context-type="linenumber">67</context>
243 </context-group>
244 </trans-unit>
245 <trans-unit id="ngb.timepicker.PM" datatype="html">
246 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
247 <target/>
248 <context-group purpose="location">
249 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
250 <context context-type="linenumber">76</context>
251 </context-group>
252 </trans-unit>
253 <trans-unit id="ngb.timepicker.AM" datatype="html">
254 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
255 <target/>
256 <context-group purpose="location">
257 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
258 <context context-type="linenumber">77</context>
259 </context-group>
260 </trans-unit>
261 <trans-unit id="ngb.toast.close-aria" datatype="html">
262 <source>Close</source>
263 <target/>
264 <context-group purpose="location">
265 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/toast/toast.d.ts</context>
266 <context context-type="linenumber">8</context>
267 </context-group>
268 </trans-unit>
269 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c" datatype="html">
270 <source>You don't have notifications.</source>
271 <target/>
272 <context-group purpose="location">
273 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
274 <context context-type="linenumber">1</context>
275 </context-group>
276 </trans-unit>
277 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
278 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
279 <target/>
280 <context-group purpose="location">
281 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
282 <context context-type="linenumber">15</context>
283 </context-group>
284 </trans-unit>
285 <trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html">
286 <source>The notification concerns a video now unavailable</source>
287 <target/>
288 <context-group purpose="location">
289 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
290 <context context-type="linenumber">23</context>
291 </context-group>
292 </trans-unit>
293 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
294 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source>
295 <target/>
296 <context-group purpose="location">
297 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
298 <context context-type="linenumber">32</context>
299 </context-group>
300 </trans-unit>
301 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
302 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source>
303 <target/>
304 <context-group purpose="location">
305 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
306 <context context-type="linenumber">40</context>
307 </context-group>
308 </trans-unit>
309 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
310 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
311 <target/>
312 <context-group purpose="location">
313 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
314 <context context-type="linenumber">48</context>
315 </context-group>
316 </trans-unit>
317 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
318 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
319 <target/>
320 <context-group purpose="location">
321 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
322 <context context-type="linenumber">56</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
326 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
327 <target/>
328 <context-group purpose="location">
329 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
330 <context context-type="linenumber">69</context>
331 </context-group>
332 </trans-unit>
333 <trans-unit id="4d2311a5156bd322cc7e2ebafcf6063ba8232e63" datatype="html">
334 <source>The notification concerns a comment now unavailable</source>
335 <target/>
336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">77</context>
339 </context-group>
340 </trans-unit>
341 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
342 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source>
343 <target/>
344 <context-group purpose="location">
345 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
346 <context context-type="linenumber">86</context>
347 </context-group>
348 </trans-unit>
349 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
350 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
351 <target/>
352 <context-group purpose="location">
353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
354 <context context-type="linenumber">94</context>
355 </context-group>
356 </trans-unit>
357 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
358 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
359 <target/>
360 <context-group purpose="location">
361 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
362 <context context-type="linenumber">102</context>
363 </context-group>
364 </trans-unit>
365 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
366 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source>
367 <target/>
368 <context-group purpose="location">
369 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
370 <context context-type="linenumber">110</context>
371 </context-group>
372 </trans-unit>
373 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
374 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
375 <target/>
376 <context-group purpose="location">
377 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
378 <context context-type="linenumber">120</context>
379 </context-group>
380 </trans-unit>
381 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
382 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
383 <target/>
384 <context-group purpose="location">
385 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
386 <context context-type="linenumber">133</context>
387 </context-group>
388 </trans-unit>
389 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
390 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
391 <target/>
392 <context-group purpose="location">
393 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
394 <context context-type="linenumber">141</context>
395 </context-group>
396 </trans-unit>
397 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
398 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
399 <target/>
400 <context-group purpose="location">
401 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
402 <context context-type="linenumber">150</context>
403 </context-group>
404 </trans-unit>
405 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
406 <source>The notification points to a content now unavailable</source>
407 <target/>
408 <context-group purpose="location">
409 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
410 <context context-type="linenumber">158</context>
411 </context-group>
412 </trans-unit>
413 <trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
414 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source>
415 <target/>
416 <context-group purpose="location">
417 <context context-type="sourcefile">src/app/shared/buttons/action-dropdown.component.html</context>
418 <context context-type="linenumber">22</context>
419 </context-group>
420 </trans-unit>
421 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566" datatype="html">
422 <source>Save to</source>
423 <target/>
424 <context-group purpose="location">
425 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
426 <context context-type="linenumber">4</context>
427 </context-group>
428 </trans-unit>
429 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
430 <source>Options</source>
431 <target/>
432 <context-group purpose="location">
433 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
434 <context context-type="linenumber">9</context>
435 </context-group>
436 <context-group purpose="location">
437 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
438 <context context-type="linenumber">42</context>
439 </context-group>
440 </trans-unit>
441 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
442 <source>Start at</source>
443 <target/>
444 <context-group purpose="location">
445 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
446 <context context-type="linenumber">17</context>
447 </context-group>
448 <context-group purpose="location">
449 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
450 <context context-type="linenumber">57</context>
451 </context-group>
452 <context-group purpose="location">
453 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
454 <context context-type="linenumber">75</context>
455 </context-group>
456 </trans-unit>
457 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
458 <source>Stop at</source>
459 <target/>
460 <context-group purpose="location">
461 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
462 <context context-type="linenumber">31</context>
463 </context-group>
464 <context-group purpose="location">
465 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
466 <context context-type="linenumber">71</context>
467 </context-group>
468 <context-group purpose="location">
469 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
470 <context context-type="linenumber">106</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
474 <source>Search playlists</source>
475 <target/>
476 <context-group purpose="location">
477 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
478 <context context-type="linenumber">45</context>
479 </context-group>
480 </trans-unit>
481 <trans-unit id="19fc45e7e0cab63a8c4422ea7158bf5c6228cee4" datatype="html">
482 <source>Create a private playlist</source>
483 <target/>
484 <context-group purpose="location">
485 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
486 <context context-type="linenumber">65</context>
487 </context-group>
488 </trans-unit>
489 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html">
490 <source>Display name</source>
491 <target/>
492 <context-group purpose="location">
493 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
494 <context context-type="linenumber">70</context>
495 </context-group>
496 <context-group purpose="location">
497 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
498 <context context-type="linenumber">6</context>
499 </context-group>
500 <context-group purpose="location">
501 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
502 <context context-type="linenumber">33</context>
503 </context-group>
504 <context-group purpose="location">
505 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
506 <context context-type="linenumber">33</context>
507 </context-group>
508 <context-group purpose="location">
509 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
510 <context context-type="linenumber">53</context>
511 </context-group>
512 <context-group purpose="location">
513 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
514 <context context-type="linenumber">53</context>
515 </context-group>
516 <context-group purpose="location">
517 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
518 <context context-type="linenumber">4</context>
519 </context-group>
520 </trans-unit>
521 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
522 <source>Create</source>
523 <target/>
524 <context-group purpose="location">
525 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
526 <context context-type="linenumber">80</context>
527 </context-group>
528 <context-group purpose="location">
529 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
530 <context context-type="linenumber">8</context>
531 </context-group>
532 <context-group purpose="location">
533 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
534 <context context-type="linenumber">8</context>
535 </context-group>
536 <context-group purpose="location">
537 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
538 <context context-type="linenumber">8</context>
539 </context-group>
540 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
542 <context context-type="linenumber">8</context>
543 </context-group>
544 <context-group purpose="location">
545 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
546 <context context-type="linenumber">8</context>
547 </context-group>
548 <context-group purpose="location">
549 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
550 <context context-type="linenumber">8</context>
551 </context-group>
552 </trans-unit>
553 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
554 <source>Download</source>
555 <target/>
556 <context-group purpose="location">
557 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
558 <context context-type="linenumber">4</context>
559 </context-group>
560 <context-group purpose="location">
561 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
562 <context context-type="linenumber">104</context>
563 </context-group>
564 </trans-unit>
565 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
566 <source>subtitles</source>
567 <target/>
568 <context-group purpose="location">
569 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
570 <context context-type="linenumber">11</context>
571 </context-group>
572 </trans-unit>
573 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
574 <source>video</source>
575 <target/>
576 <context-group purpose="location">
577 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
578 <context context-type="linenumber">12</context>
579 </context-group>
580 <context-group purpose="location">
581 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
582 <context context-type="linenumber">46</context>
583 </context-group>
584 </trans-unit>
585 <trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html">
586 <source>Format</source>
587 <target/>
588 <context-group purpose="location">
589 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
590 <context context-type="linenumber">45</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="be745b3dc0df310871766eb6c8f78c3ce652a2b4" datatype="html">
594 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></source>
595 <target/>
596 <context-group purpose="location">
597 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
598 <context context-type="linenumber">49</context>
599 </context-group>
600 <context-group purpose="location">
601 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
602 <context context-type="linenumber">61</context>
603 </context-group>
604 <context-group purpose="location">
605 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
606 <context context-type="linenumber">73</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html">
610 <source>Video stream</source>
611 <target/>
612 <context-group purpose="location">
613 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
614 <context context-type="linenumber">57</context>
615 </context-group>
616 </trans-unit>
617 <trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html">
618 <source>Audio stream</source>
619 <target/>
620 <context-group purpose="location">
621 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
622 <context context-type="linenumber">69</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
626 <source>Direct download</source>
627 <target/>
628 <context-group purpose="location">
629 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
630 <context context-type="linenumber">87</context>
631 </context-group>
632 </trans-unit>
633 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
634 <source>Torrent (.torrent file)</source>
635 <target/>
636 <context-group purpose="location">
637 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
638 <context context-type="linenumber">92</context>
639 </context-group>
640 </trans-unit>
641 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html">
642 <source>Cancel</source>
643 <target/>
644 <context-group purpose="location">
645 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
646 <context context-type="linenumber">99</context>
647 </context-group>
648 <context-group purpose="location">
649 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
650 <context context-type="linenumber">26</context>
651 </context-group>
652 <context-group purpose="location">
653 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
654 <context context-type="linenumber">33</context>
655 </context-group>
656 <context-group purpose="location">
657 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
658 <context context-type="linenumber">26</context>
659 </context-group>
660 <context-group purpose="location">
661 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context>
662 <context context-type="linenumber">20</context>
663 </context-group>
664 <context-group purpose="location">
665 <context context-type="sourcefile">src/app/login/login.component.html</context>
666 <context context-type="linenumber">105</context>
667 </context-group>
668 <context-group purpose="location">
669 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
670 <context context-type="linenumber">37</context>
671 </context-group>
672 <context-group purpose="location">
673 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
674 <context context-type="linenumber">47</context>
675 </context-group>
676 <context-group purpose="location">
677 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
678 <context context-type="linenumber">31</context>
679 </context-group>
680 <context-group purpose="location">
681 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
682 <context context-type="linenumber">26</context>
683 </context-group>
684 <context-group purpose="location">
685 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
686 <context context-type="linenumber">22</context>
687 </context-group>
688 <context-group purpose="location">
689 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
690 <context context-type="linenumber">25</context>
691 </context-group>
692 <context-group purpose="location">
693 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
694 <context context-type="linenumber">48</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
698 <source>Report video</source>
699 <target/>
700 <context-group purpose="location">
701 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
702 <context context-type="linenumber">3</context>
703 </context-group>
704 </trans-unit>
705 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
706 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source>
707 <target/>
708 <context-group purpose="location">
709 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
710 <context context-type="linenumber">9</context>
711 </context-group>
712 </trans-unit>
713 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125" datatype="html">
714 <source>Reason...</source>
715 <target/>
716 <context-group purpose="location">
717 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
718 <context context-type="linenumber">16</context>
719 </context-group>
720 <context-group purpose="location">
721 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
722 <context context-type="linenumber">12</context>
723 </context-group>
724 <context-group purpose="location">
725 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
726 <context context-type="linenumber">12</context>
727 </context-group>
728 </trans-unit>
729 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd" datatype="html">
730 <source>Submit</source>
731 <target/>
732 <context-group purpose="location">
733 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
734 <context context-type="linenumber">31</context>
735 </context-group>
736 <context-group purpose="location">
737 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
738 <context context-type="linenumber">38</context>
739 </context-group>
740 <context-group purpose="location">
741 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
742 <context context-type="linenumber">27</context>
743 </context-group>
744 <context-group purpose="location">
745 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
746 <context context-type="linenumber">30</context>
747 </context-group>
748 <context-group purpose="location">
749 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
750 <context context-type="linenumber">53</context>
751 </context-group>
752 </trans-unit>
753 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html">
754 <source>Blacklist video</source>
755 <target/>
756 <context-group purpose="location">
757 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
758 <context context-type="linenumber">3</context>
759 </context-group>
760 </trans-unit>
761 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html">
762 <source>This will ask remote instances to delete it</source>
763 <target/>
764 <context-group purpose="location">
765 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
766 <context context-type="linenumber">26</context>
767 </context-group>
768 </trans-unit>
769 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html">
770 <source>Unfederate the video</source>
771 <target/>
772 <context-group purpose="location">
773 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
774 <context context-type="linenumber">23</context>
775 </context-group>
776 </trans-unit>
777 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
778 <source>Unlisted</source>
779 <target/>
780 <context-group purpose="location">
781 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
782 <context context-type="linenumber">6</context>
783 </context-group>
784 <context-group purpose="location">
785 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
786 <context context-type="linenumber">6</context>
787 </context-group>
788 </trans-unit>
789 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
790 <source>Private</source>
791 <target/>
792 <context-group purpose="location">
793 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
794 <context context-type="linenumber">7</context>
795 </context-group>
796 <context-group purpose="location">
797 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
798 <context context-type="linenumber">33</context>
799 </context-group>
800 <context-group purpose="location">
801 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
802 <context context-type="linenumber">7</context>
803 </context-group>
804 </trans-unit>
805 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
806 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
807 <target/>
808 <context-group purpose="location">
809 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
810 <context context-type="linenumber">23</context>
811 </context-group>
812 </trans-unit>
813 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
814 <source>Blacklisted</source>
815 <target/>
816 <context-group purpose="location">
817 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
818 <context context-type="linenumber">41</context>
819 </context-group>
820 </trans-unit>
821 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
822 <source>Sensitive</source>
823 <target/>
824 <context-group purpose="location">
825 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
826 <context context-type="linenumber">45</context>
827 </context-group>
828 </trans-unit>
829 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
830 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
831 <target/>
832 <context-group purpose="location">
833 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
834 <context context-type="linenumber">9</context>
835 </context-group>
836 </trans-unit>
837 <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html">
838 <source><x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> </source>
839 <target/>
840 <context-group purpose="location">
841 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
842 <context context-type="linenumber">22</context>
843 </context-group>
844 </trans-unit>
845 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html">
846 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
847 <target/>
848 <context-group purpose="location">
849 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
850 <context context-type="linenumber">29</context>
851 </context-group>
852 </trans-unit>
853 <trans-unit id="15c02cb6b6c3be53477e502d3e1ee26955b23af0" datatype="html">
854 <source>Unavailable</source>
855 <target/>
856 <context-group purpose="location">
857 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
858 <context context-type="linenumber">32</context>
859 </context-group>
860 </trans-unit>
861 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
862 <source>Deleted</source>
863 <target/>
864 <context-group purpose="location">
865 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
866 <context context-type="linenumber">34</context>
867 </context-group>
868 <context-group purpose="location">
869 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
870 <context context-type="linenumber">49</context>
871 </context-group>
872 <context-group purpose="location">
873 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
874 <context context-type="linenumber">100</context>
875 </context-group>
876 </trans-unit>
877 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
878 <source>Edit starts/stops at</source>
879 <target/>
880 <context-group purpose="location">
881 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
882 <context context-type="linenumber">50</context>
883 </context-group>
884 </trans-unit>
885 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
886 <source>Save</source>
887 <target/>
888 <context-group purpose="location">
889 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
890 <context context-type="linenumber">82</context>
891 </context-group>
892 <context-group purpose="location">
893 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
894 <context context-type="linenumber">74</context>
895 </context-group>
896 <context-group purpose="location">
897 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
898 <context context-type="linenumber">16</context>
899 </context-group>
900 <context-group purpose="location">
901 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
902 <context context-type="linenumber">27</context>
903 </context-group>
904 </trans-unit>
905 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
906 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
907 <target/>
908 <context-group purpose="location">
909 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
910 <context context-type="linenumber">88</context>
911 </context-group>
912 </trans-unit>
913 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
914 <source>No results.</source>
915 <target/>
916 <context-group purpose="location">
917 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
918 <context context-type="linenumber">1</context>
919 </context-group>
920 <context-group purpose="location">
921 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
922 <context context-type="linenumber">28</context>
923 </context-group>
924 <context-group purpose="location">
925 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
926 <context context-type="linenumber">28</context>
927 </context-group>
928 <context-group purpose="location">
929 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
930 <context context-type="linenumber">28</context>
931 </context-group>
932 <context-group purpose="location">
933 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
934 <context context-type="linenumber">28</context>
935 </context-group>
936 <context-group purpose="location">
937 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
938 <context context-type="linenumber">28</context>
939 </context-group>
940 <context-group purpose="location">
941 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
942 <context context-type="linenumber">3</context>
943 </context-group>
944 <context-group purpose="location">
945 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
946 <context context-type="linenumber">28</context>
947 </context-group>
948 <context-group purpose="location">
949 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
950 <context context-type="linenumber">28</context>
951 </context-group>
952 </trans-unit>
953 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb" datatype="html">
954 <source>Cancel</source>
955 <target/>
956 <context-group purpose="location">
957 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
958 <context context-type="linenumber">15</context>
959 </context-group>
960 </trans-unit>
961 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
962 <source>Delete</source>
963 <target/>
964 <context-group purpose="location">
965 <context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context>
966 <context context-type="linenumber">5</context>
967 </context-group>
968 <context-group purpose="location">
969 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
970 <context context-type="linenumber">186</context>
971 </context-group>
972 <context-group purpose="location">
973 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
974 <context context-type="linenumber">39</context>
975 </context-group>
976 <context-group purpose="location">
977 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
978 <context context-type="linenumber">21</context>
979 </context-group>
980 </trans-unit>
981 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
982 <source>Edit</source>
983 <target/>
984 <context-group purpose="location">
985 <context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context>
986 <context context-type="linenumber">5</context>
987 </context-group>
988 <context-group purpose="location">
989 <context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context>
990 <context context-type="linenumber">1</context>
991 </context-group>
992 <context-group purpose="location">
993 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
994 <context context-type="linenumber">226</context>
995 </context-group>
996 <context-group purpose="location">
997 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
998 <context context-type="linenumber">40</context>
999 </context-group>
1000 <context-group purpose="location">
1001 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1002 <context context-type="linenumber">11</context>
1003 </context-group>
1004 <context-group purpose="location">
1005 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1006 <context context-type="linenumber">11</context>
1007 </context-group>
1008 <context-group purpose="location">
1009 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1010 <context context-type="linenumber">11</context>
1011 </context-group>
1012 <context-group purpose="location">
1013 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1014 <context context-type="linenumber">87</context>
1015 </context-group>
1016 <context-group purpose="location">
1017 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1018 <context context-type="linenumber">11</context>
1019 </context-group>
1020 <context-group purpose="location">
1021 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1022 <context context-type="linenumber">87</context>
1023 </context-group>
1024 <context-group purpose="location">
1025 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
1026 <context context-type="linenumber">11</context>
1027 </context-group>
1028 <context-group purpose="location">
1029 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
1030 <context context-type="linenumber">11</context>
1031 </context-group>
1032 </trans-unit>
1033 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
1034 <source>Truncated preview</source>
1035 <target/>
1036 <context-group purpose="location">
1037 <context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context>
1038 <context context-type="linenumber">11</context>
1039 </context-group>
1040 </trans-unit>
1041 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
1042 <source>Complete preview</source>
1043 <target/>
1044 <context-group purpose="location">
1045 <context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context>
1046 <context context-type="linenumber">19</context>
1047 </context-group>
1048 </trans-unit>
1049 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f" datatype="html">
1050 <source>Get help</source>
1051 <target/>
1052 <context-group purpose="location">
1053 <context context-type="sourcefile">src/app/shared/misc/help.component.html</context>
1054 <context context-type="linenumber">29</context>
1055 </context-group>
1056 </trans-unit>
1057 <trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html">
1058 <source>Recommended</source>
1059 <target/>
1060 <context-group purpose="location">
1061 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context>
1062 <context context-type="linenumber">33</context>
1063 </context-group>
1064 </trans-unit>
1065 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html">
1066 <source>Go the channel page</source>
1067 <target/>
1068 <context-group purpose="location">
1069 <context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context>
1070 <context context-type="linenumber">2</context>
1071 </context-group>
1072 <context-group purpose="location">
1073 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1074 <context context-type="linenumber">150</context>
1075 </context-group>
1076 </trans-unit>
1077 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
1078 <source>Go to the account page</source>
1079 <target/>
1080 <context-group purpose="location">
1081 <context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context>
1082 <context context-type="linenumber">5</context>
1083 </context-group>
1084 <context-group purpose="location">
1085 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1086 <context context-type="linenumber">153</context>
1087 </context-group>
1088 </trans-unit>
1089 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
1090 <source>Subscribe</source>
1091 <target/>
1092 <context-group purpose="location">
1093 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1094 <context context-type="linenumber">7</context>
1095 </context-group>
1096 </trans-unit>
1097 <trans-unit id="6e215e23505768151b501b7e11dd5b864e604fd9" datatype="html">
1098 <source>Subscribe to all channels</source>
1099 <target/>
1100 <context-group purpose="location">
1101 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1102 <context context-type="linenumber">9</context>
1103 </context-group>
1104 </trans-unit>
1105 <trans-unit id="c33a843e309de9d67771aa5e666f61e92f4c6216" datatype="html">
1106 <source>channels subscribed</source>
1107 <target/>
1108 <context-group purpose="location">
1109 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1110 <context context-type="linenumber">11</context>
1111 </context-group>
1112 </trans-unit>
1113 <trans-unit id="e01bfa3629e2133dbf307975446bde047eb8bd1f" datatype="html">
1114 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source>
1115 <target/>
1116 <context-group purpose="location">
1117 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1118 <context context-type="linenumber">31</context>
1119 </context-group>
1120 </trans-unit>
1121 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66" datatype="html">
1122 <source>Using an ActivityPub account</source>
1123 <target/>
1124 <context-group purpose="location">
1125 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1126 <context context-type="linenumber">50</context>
1127 </context-group>
1128 </trans-unit>
1129 <trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html">
1130 <source>Subscribe with an account on this instance</source>
1131 <target/>
1132 <context-group purpose="location">
1133 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1134 <context context-type="linenumber">53</context>
1135 </context-group>
1136 </trans-unit>
1137 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0" datatype="html">
1138 <source>Subscribe with your local account</source>
1139 <target/>
1140 <context-group purpose="location">
1141 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1142 <context context-type="linenumber">54</context>
1143 </context-group>
1144 </trans-unit>
1145 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed" datatype="html">
1146 <source>Subscribe with a Mastodon account:</source>
1147 <target/>
1148 <context-group purpose="location">
1149 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1150 <context context-type="linenumber">57</context>
1151 </context-group>
1152 </trans-unit>
1153 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1" datatype="html">
1154 <source>Using a syndication feed</source>
1155 <target/>
1156 <context-group purpose="location">
1157 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1158 <context context-type="linenumber">62</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a" datatype="html">
1162 <source>Subscribe via RSS</source>
1163 <target/>
1164 <context-group purpose="location">
1165 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1166 <context context-type="linenumber">63</context>
1167 </context-group>
1168 </trans-unit>
1169 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
1170 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1171 <target/>
1172 <context-group purpose="location">
1173 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
1174 <context context-type="linenumber">10</context>
1175 </context-group>
1176 </trans-unit>
1177 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
1178 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source>
1179 <target/>
1180 <context-group purpose="location">
1181 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
1182 <context context-type="linenumber">17</context>
1183 </context-group>
1184 </trans-unit>
1185 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
1186 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source>
1187 <target/>
1188 <context-group purpose="location">
1189 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
1190 <context context-type="linenumber">26</context>
1191 </context-group>
1192 </trans-unit>
1193 <trans-unit id="6513f65441f986d9204122e01b4ab1df1d63d18e" datatype="html">
1194 <source>PeerTube version</source>
1195 <target/>
1196 <context-group purpose="location">
1197 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1198 <context context-type="linenumber">5</context>
1199 </context-group>
1200 </trans-unit>
1201 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
1202 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source>
1203 <target/>
1204 <context-group purpose="location">
1205 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1206 <context context-type="linenumber">11</context>
1207 </context-group>
1208 </trans-unit>
1209 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
1210 <source>User registration allowed</source>
1211 <target/>
1212 <context-group purpose="location">
1213 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1214 <context context-type="linenumber">20</context>
1215 </context-group>
1216 </trans-unit>
1217 <trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2" datatype="html">
1218 <source>Video uploads</source>
1219 <target/>
1220 <context-group purpose="location">
1221 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1222 <context context-type="linenumber">27</context>
1223 </context-group>
1224 <context-group purpose="location">
1225 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1226 <context context-type="linenumber">38</context>
1227 </context-group>
1228 </trans-unit>
1229 <trans-unit id="ba774dce7a0cbbc29d7086b8557939c7e8d9883d" datatype="html">
1230 <source>Transcoding in multiple resolutions</source>
1231 <target/>
1232 <context-group purpose="location">
1233 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1234 <context context-type="linenumber">31</context>
1235 </context-group>
1236 </trans-unit>
1237 <trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html">
1238 <source>Requires manual validation by moderators</source>
1239 <target/>
1240 <context-group purpose="location">
1241 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1242 <context context-type="linenumber">40</context>
1243 </context-group>
1244 </trans-unit>
1245 <trans-unit id="f1155367f44b4e3d2286db687d324a9b0cc1a7cb" datatype="html">
1246 <source>Automatically published</source>
1247 <target/>
1248 <context-group purpose="location">
1249 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1250 <context context-type="linenumber">41</context>
1251 </context-group>
1252 </trans-unit>
1253 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b" datatype="html">
1254 <source>Video quota</source>
1255 <target/>
1256 <context-group purpose="location">
1257 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1258 <context context-type="linenumber">46</context>
1259 </context-group>
1260 <context-group purpose="location">
1261 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1262 <context context-type="linenumber">139</context>
1263 </context-group>
1264 <context-group purpose="location">
1265 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1266 <context context-type="linenumber">139</context>
1267 </context-group>
1268 </trans-unit>
1269 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
1270 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
1271 <target/>
1272 <context-group purpose="location">
1273 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1274 <context context-type="linenumber">59</context>
1275 </context-group>
1276 </trans-unit>
1277 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
1278 <source>Import</source>
1279 <target/>
1280 <context-group purpose="location">
1281 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1282 <context context-type="linenumber">66</context>
1283 </context-group>
1284 <context-group purpose="location">
1285 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
1286 <context context-type="linenumber">40</context>
1287 </context-group>
1288 <context-group purpose="location">
1289 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1290 <context context-type="linenumber">45</context>
1291 </context-group>
1292 </trans-unit>
1293 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
1294 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
1295 <target/>
1296 <context-group purpose="location">
1297 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1298 <context context-type="linenumber">70</context>
1299 </context-group>
1300 </trans-unit>
1301 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
1302 <source>Torrent import</source>
1303 <target/>
1304 <context-group purpose="location">
1305 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1306 <context context-type="linenumber">77</context>
1307 </context-group>
1308 </trans-unit>
1309 <trans-unit id="59bdc3dfa4075f92c734588899485db702c8f120" datatype="html">
1310 <source>Player</source>
1311 <target/>
1312 <context-group purpose="location">
1313 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1314 <context context-type="linenumber">85</context>
1315 </context-group>
1316 </trans-unit>
1317 <trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5" datatype="html">
1318 <source>P2P enabled</source>
1319 <target/>
1320 <context-group purpose="location">
1321 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1322 <context context-type="linenumber">89</context>
1323 </context-group>
1324 </trans-unit>
1325 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016" datatype="html">
1326 <source>Search</source>
1327 <target/>
1328 <context-group purpose="location">
1329 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1330 <context context-type="linenumber">96</context>
1331 </context-group>
1332 <context-group purpose="location">
1333 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
1334 <context context-type="linenumber">7</context>
1335 </context-group>
1336 </trans-unit>
1337 <trans-unit id="82c6fc1dfd67a87c2a9f54c221907d0d61c63b88" datatype="html">
1338 <source>Users can resolve distant content</source>
1339 <target/>
1340 <context-group purpose="location">
1341 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1342 <context context-type="linenumber">100</context>
1343 </context-group>
1344 </trans-unit>
1345 <trans-unit id="b8b6a001cca6fa2ba15600ca3a78dfeebf685d60" datatype="html">
1346 <source>Loading instance statistics...</source>
1347 <target/>
1348 <context-group purpose="location">
1349 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1350 <context context-type="linenumber">1</context>
1351 </context-group>
1352 </trans-unit>
1353 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d" datatype="html">
1354 <source>Local</source>
1355 <target/>
1356 <context-group purpose="location">
1357 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1358 <context context-type="linenumber">4</context>
1359 </context-group>
1360 <context-group purpose="location">
1361 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1362 <context context-type="linenumber">131</context>
1363 </context-group>
1364 </trans-unit>
1365 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
1366 <source>users</source>
1367 <target/>
1368 <context-group purpose="location">
1369 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1370 <context context-type="linenumber">11</context>
1371 </context-group>
1372 </trans-unit>
1373 <trans-unit id="5bc509bb72973f9895241127d5556e9e31051137" datatype="html">
1374 <source>videos</source>
1375 <target/>
1376 <context-group purpose="location">
1377 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1378 <context context-type="linenumber">21</context>
1379 </context-group>
1380 <context-group purpose="location">
1381 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1382 <context context-type="linenumber">65</context>
1383 </context-group>
1384 </trans-unit>
1385 <trans-unit id="bd21b1e6b5674003187e5cbec0e7e2854f9d8388" datatype="html">
1386 <source>video views</source>
1387 <target/>
1388 <context-group purpose="location">
1389 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1390 <context context-type="linenumber">31</context>
1391 </context-group>
1392 </trans-unit>
1393 <trans-unit id="d11fe88f08e43bfe4dec7d16fe469aa65d1e3d84" datatype="html">
1394 <source>video comments</source>
1395 <target/>
1396 <context-group purpose="location">
1397 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1398 <context context-type="linenumber">41</context>
1399 </context-group>
1400 <context-group purpose="location">
1401 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1402 <context context-type="linenumber">75</context>
1403 </context-group>
1404 </trans-unit>
1405 <trans-unit id="0bedca44bfc0ef579be6053ffe0e8cdee9aba07d" datatype="html">
1406 <source>of hosted video</source>
1407 <target/>
1408 <context-group purpose="location">
1409 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1410 <context context-type="linenumber">51</context>
1411 </context-group>
1412 </trans-unit>
1413 <trans-unit id="de7d61497b3dc7df0f83c57f333458a7064ac4e7" datatype="html">
1414 <source>Federation</source>
1415 <target/>
1416 <context-group purpose="location">
1417 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1418 <context context-type="linenumber">58</context>
1419 </context-group>
1420 </trans-unit>
1421 <trans-unit id="8de9d3173fafc2c7a94352dec3de899b6cedf9c5" datatype="html">
1422 <source>followers</source>
1423 <target/>
1424 <context-group purpose="location">
1425 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1426 <context context-type="linenumber">85</context>
1427 </context-group>
1428 </trans-unit>
1429 <trans-unit id="1ec99ffe83830affef834fd7beeda8ee313203fe" datatype="html">
1430 <source>following</source>
1431 <target/>
1432 <context-group purpose="location">
1433 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1434 <context context-type="linenumber">95</context>
1435 </context-group>
1436 </trans-unit>
1437 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0" datatype="html">
1438 <source>Ban</source>
1439 <target/>
1440 <context-group purpose="location">
1441 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1442 <context context-type="linenumber">3</context>
1443 </context-group>
1444 </trans-unit>
1445 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251" datatype="html">
1446 <source>A banned user will no longer be able to login.</source>
1447 <target/>
1448 <context-group purpose="location">
1449 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1450 <context context-type="linenumber">20</context>
1451 </context-group>
1452 </trans-unit>
1453 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1454 <source>Ban this user</source>
1455 <target/>
1456 <context-group purpose="location">
1457 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1458 <context context-type="linenumber">31</context>
1459 </context-group>
1460 </trans-unit>
1461 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1462 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1463 <target/>
1464 <context-group purpose="location">
1465 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1466 <context context-type="linenumber">12</context>
1467 </context-group>
1468 <context-group purpose="location">
1469 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1470 <context context-type="linenumber">21</context>
1471 </context-group>
1472 </trans-unit>
1473 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129" datatype="html">
1474 <source>Default policy on videos containing sensitive content</source>
1475 <target/>
1476 <context-group purpose="location">
1477 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1478 <context context-type="linenumber">3</context>
1479 </context-group>
1480 </trans-unit>
1481 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
1482 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
1483 <target/>
1484 <context-group purpose="location">
1485 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1486 <context context-type="linenumber">6</context>
1487 </context-group>
1488 </trans-unit>
1489 <trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
1490 <source>Policy for sensitive videos</source>
1491 <target/>
1492 <context-group purpose="location">
1493 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1494 <context context-type="linenumber">14</context>
1495 </context-group>
1496 <context-group purpose="location">
1497 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1498 <context context-type="linenumber">111</context>
1499 </context-group>
1500 </trans-unit>
1501 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe" datatype="html">
1502 <source>Do not list</source>
1503 <target/>
1504 <context-group purpose="location">
1505 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1506 <context context-type="linenumber">15</context>
1507 </context-group>
1508 <context-group purpose="location">
1509 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1510 <context context-type="linenumber">112</context>
1511 </context-group>
1512 </trans-unit>
1513 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
1514 <source>Blur thumbnails</source>
1515 <target/>
1516 <context-group purpose="location">
1517 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1518 <context context-type="linenumber">16</context>
1519 </context-group>
1520 <context-group purpose="location">
1521 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1522 <context context-type="linenumber">113</context>
1523 </context-group>
1524 </trans-unit>
1525 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
1526 <source>Display</source>
1527 <target/>
1528 <context-group purpose="location">
1529 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1530 <context context-type="linenumber">17</context>
1531 </context-group>
1532 <context-group purpose="location">
1533 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
1534 <context context-type="linenumber">3</context>
1535 </context-group>
1536 <context-group purpose="location">
1537 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1538 <context context-type="linenumber">114</context>
1539 </context-group>
1540 </trans-unit>
1541 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
1542 <source>Only display videos in the following languages/subtitles</source>
1543 <target/>
1544 <context-group purpose="location">
1545 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1546 <context context-type="linenumber">23</context>
1547 </context-group>
1548 </trans-unit>
1549 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
1550 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
1551 <target/>
1552 <context-group purpose="location">
1553 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1554 <context context-type="linenumber">26</context>
1555 </context-group>
1556 </trans-unit>
1557 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
1558 <source>No results found</source>
1559 <target/>
1560 <context-group purpose="location">
1561 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1562 <context context-type="linenumber">34</context>
1563 </context-group>
1564 <context-group purpose="location">
1565 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1566 <context context-type="linenumber">53</context>
1567 </context-group>
1568 <context-group purpose="location">
1569 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1570 <context context-type="linenumber">65</context>
1571 </context-group>
1572 </trans-unit>
1573 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
1574 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
1575 <target/>
1576 <context-group purpose="location">
1577 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1578 <context context-type="linenumber">47</context>
1579 </context-group>
1580 </trans-unit>
1581 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
1582 <source>Help share videos being played</source>
1583 <target/>
1584 <context-group purpose="location">
1585 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1586 <context context-type="linenumber">44</context>
1587 </context-group>
1588 </trans-unit>
1589 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
1590 <source>When on a video page, directly start playing the video.</source>
1591 <target/>
1592 <context-group purpose="location">
1593 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1594 <context context-type="linenumber">58</context>
1595 </context-group>
1596 </trans-unit>
1597 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
1598 <source>Automatically play videos</source>
1599 <target/>
1600 <context-group purpose="location">
1601 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1602 <context context-type="linenumber">55</context>
1603 </context-group>
1604 </trans-unit>
1605 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
1606 <source>When a video ends, follow up with the next suggested video.</source>
1607 <target/>
1608 <context-group purpose="location">
1609 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1610 <context context-type="linenumber">69</context>
1611 </context-group>
1612 </trans-unit>
1613 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
1614 <source>Automatically start playing the next video</source>
1615 <target/>
1616 <context-group purpose="location">
1617 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1618 <context context-type="linenumber">66</context>
1619 </context-group>
1620 </trans-unit>
1621 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
1622 <source>Theme</source>
1623 <target/>
1624 <context-group purpose="location">
1625 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1626 <context context-type="linenumber">4</context>
1627 </context-group>
1628 <context-group purpose="location">
1629 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1630 <context context-type="linenumber">250</context>
1631 </context-group>
1632 </trans-unit>
1633 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
1634 <source>instance default</source>
1635 <target/>
1636 <context-group purpose="location">
1637 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1638 <context context-type="linenumber">8</context>
1639 </context-group>
1640 </trans-unit>
1641 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
1642 <source>peertube default</source>
1643 <target/>
1644 <context-group purpose="location">
1645 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1646 <context context-type="linenumber">9</context>
1647 </context-group>
1648 </trans-unit>
1649 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html">
1650 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
1651 <target/>
1652 <context-group purpose="location">
1653 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context>
1654 <context context-type="linenumber">20</context>
1655 </context-group>
1656 </trans-unit>
1657 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
1658 <source>Login</source>
1659 <target/>
1660 <context-group purpose="location">
1661 <context context-type="sourcefile">src/app/login/login.component.html</context>
1662 <context context-type="linenumber">2</context>
1663 </context-group>
1664 </trans-unit>
1665 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1666 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1667 <target/>
1668 <context-group purpose="location">
1669 <context context-type="sourcefile">src/app/login/login.component.html</context>
1670 <context context-type="linenumber">6</context>
1671 </context-group>
1672 </trans-unit>
1673 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1674 <source>If you are looking for an account…</source>
1675 <target/>
1676 <context-group purpose="location">
1677 <context context-type="sourcefile">src/app/login/login.component.html</context>
1678 <context context-type="linenumber">12</context>
1679 </context-group>
1680 </trans-unit>
1681 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1682 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1683 <target/>
1684 <context-group purpose="location">
1685 <context context-type="sourcefile">src/app/login/login.component.html</context>
1686 <context context-type="linenumber">16</context>
1687 </context-group>
1688 </trans-unit>
1689 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
1690 <source>Request new verification email.</source>
1691 <target/>
1692 <context-group purpose="location">
1693 <context context-type="sourcefile">src/app/login/login.component.html</context>
1694 <context context-type="linenumber">27</context>
1695 </context-group>
1696 <context-group purpose="location">
1697 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
1698 <context context-type="linenumber">16</context>
1699 </context-group>
1700 </trans-unit>
1701 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
1702 <source>User</source>
1703 <target/>
1704 <context-group purpose="location">
1705 <context context-type="sourcefile">src/app/login/login.component.html</context>
1706 <context context-type="linenumber">35</context>
1707 </context-group>
1708 <context-group purpose="location">
1709 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
1710 <context context-type="linenumber">13</context>
1711 </context-group>
1712 </trans-unit>
1713 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
1714 <source>Username or email address</source>
1715 <target/>
1716 <context-group purpose="location">
1717 <context context-type="sourcefile">src/app/login/login.component.html</context>
1718 <context context-type="linenumber">37</context>
1719 </context-group>
1720 </trans-unit>
1721 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1722 <source>or create an account</source>
1723 <target/>
1724 <context-group purpose="location">
1725 <context context-type="sourcefile">src/app/login/login.component.html</context>
1726 <context context-type="linenumber">40</context>
1727 </context-group>
1728 </trans-unit>
1729 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
1730 <source>Password</source>
1731 <target/>
1732 <context-group purpose="location">
1733 <context context-type="sourcefile">src/app/login/login.component.html</context>
1734 <context context-type="linenumber">51</context>
1735 </context-group>
1736 <context-group purpose="location">
1737 <context context-type="sourcefile">src/app/login/login.component.html</context>
1738 <context context-type="linenumber">54</context>
1739 </context-group>
1740 <context-group purpose="location">
1741 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1742 <context context-type="linenumber">8</context>
1743 </context-group>
1744 <context-group purpose="location">
1745 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1746 <context context-type="linenumber">10</context>
1747 </context-group>
1748 <context-group purpose="location">
1749 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1750 <context context-type="linenumber">106</context>
1751 </context-group>
1752 <context-group purpose="location">
1753 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1754 <context context-type="linenumber">106</context>
1755 </context-group>
1756 <context-group purpose="location">
1757 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1758 <context context-type="linenumber">52</context>
1759 </context-group>
1760 <context-group purpose="location">
1761 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1762 <context context-type="linenumber">54</context>
1763 </context-group>
1764 </trans-unit>
1765 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1766 <source>Click here to reset your password</source>
1767 <target/>
1768 <context-group purpose="location">
1769 <context context-type="sourcefile">src/app/login/login.component.html</context>
1770 <context context-type="linenumber">57</context>
1771 </context-group>
1772 </trans-unit>
1773 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1774 <source>Login</source>
1775 <target/>
1776 <context-group purpose="location">
1777 <context context-type="sourcefile">src/app/login/login.component.html</context>
1778 <context context-type="linenumber">64</context>
1779 </context-group>
1780 <context-group purpose="location">
1781 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1782 <context context-type="linenumber">77</context>
1783 </context-group>
1784 </trans-unit>
1785 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1786 <source>Or sign in with</source>
1787 <target/>
1788 <context-group purpose="location">
1789 <context context-type="sourcefile">src/app/login/login.component.html</context>
1790 <context context-type="linenumber">68</context>
1791 </context-group>
1792 </trans-unit>
1793 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1794 <source>Forgot your password</source>
1795 <target/>
1796 <context-group purpose="location">
1797 <context context-type="sourcefile">src/app/login/login.component.html</context>
1798 <context context-type="linenumber">83</context>
1799 </context-group>
1800 </trans-unit>
1801 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1802 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1803 <target/>
1804 <context-group purpose="location">
1805 <context context-type="sourcefile">src/app/login/login.component.html</context>
1806 <context context-type="linenumber">90</context>
1807 </context-group>
1808 </trans-unit>
1809 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1810 <source>Email</source>
1811 <target/>
1812 <context-group purpose="location">
1813 <context context-type="sourcefile">src/app/login/login.component.html</context>
1814 <context context-type="linenumber">95</context>
1815 </context-group>
1816 <context-group purpose="location">
1817 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1818 <context context-type="linenumber">94</context>
1819 </context-group>
1820 <context-group purpose="location">
1821 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1822 <context context-type="linenumber">94</context>
1823 </context-group>
1824 <context-group purpose="location">
1825 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
1826 <context context-type="linenumber">46</context>
1827 </context-group>
1828 <context-group purpose="location">
1829 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
1830 <context context-type="linenumber">4</context>
1831 </context-group>
1832 <context-group purpose="location">
1833 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
1834 <context context-type="linenumber">8</context>
1835 </context-group>
1836 <context-group purpose="location">
1837 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1838 <context context-type="linenumber">41</context>
1839 </context-group>
1840 <context-group purpose="location">
1841 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1842 <context context-type="linenumber">43</context>
1843 </context-group>
1844 </trans-unit>
1845 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1846 <source>Email address</source>
1847 <target/>
1848 <context-group purpose="location">
1849 <context context-type="sourcefile">src/app/login/login.component.html</context>
1850 <context context-type="linenumber">97</context>
1851 </context-group>
1852 <context-group purpose="location">
1853 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
1854 <context context-type="linenumber">10</context>
1855 </context-group>
1856 </trans-unit>
1857 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1858 <source>Send me an email to reset my password</source>
1859 <target/>
1860 <context-group purpose="location">
1861 <context context-type="sourcefile">src/app/login/login.component.html</context>
1862 <context context-type="linenumber">110</context>
1863 </context-group>
1864 </trans-unit>
1865 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1866 <source>Reset my password</source>
1867 <target/>
1868 <context-group purpose="location">
1869 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1870 <context context-type="linenumber">2</context>
1871 </context-group>
1872 </trans-unit>
1873 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8" datatype="html">
1874 <source>Confirm password</source>
1875 <target/>
1876 <context-group purpose="location">
1877 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1878 <context context-type="linenumber">19</context>
1879 </context-group>
1880 </trans-unit>
1881 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1" datatype="html">
1882 <source>Confirmed password</source>
1883 <target/>
1884 <context-group purpose="location">
1885 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1886 <context context-type="linenumber">21</context>
1887 </context-group>
1888 </trans-unit>
1889 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3" datatype="html">
1890 <source>Reset my password</source>
1891 <target/>
1892 <context-group purpose="location">
1893 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1894 <context context-type="linenumber">29</context>
1895 </context-group>
1896 </trans-unit>
1897 <trans-unit id="3c2c6b17d0326ab344e194b17abbee201d58dbea" datatype="html">
1898 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></source>
1899 <target/>
1900 <context-group purpose="location">
1901 <context context-type="sourcefile">src/app/search/search.component.html</context>
1902 <context context-type="linenumber">5</context>
1903 </context-group>
1904 </trans-unit>
1905 <trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html">
1906 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
1907 <target/>
1908 <context-group purpose="location">
1909 <context context-type="sourcefile">src/app/search/search.component.html</context>
1910 <context context-type="linenumber">5</context>
1911 </context-group>
1912 <context-group purpose="location">
1913 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
1914 <context context-type="linenumber">23</context>
1915 </context-group>
1916 </trans-unit>
1917 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
1918 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1919 <target/>
1920 <context-group purpose="location">
1921 <context context-type="sourcefile">src/app/search/search.component.html</context>
1922 <context context-type="linenumber">6</context>
1923 </context-group>
1924 </trans-unit>
1925 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1926 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
1927 <target/>
1928 <context-group purpose="location">
1929 <context context-type="sourcefile">src/app/search/search.component.html</context>
1930 <context context-type="linenumber">16</context>
1931 </context-group>
1932 </trans-unit>
1933 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d" datatype="html">
1934 <source>No results found</source>
1935 <target/>
1936 <context-group purpose="location">
1937 <context context-type="sourcefile">src/app/search/search.component.html</context>
1938 <context context-type="linenumber">28</context>
1939 </context-group>
1940 </trans-unit>
1941 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a" datatype="html">
1942 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
1943 <target/>
1944 <context-group purpose="location">
1945 <context context-type="sourcefile">src/app/search/search.component.html</context>
1946 <context context-type="linenumber">44</context>
1947 </context-group>
1948 </trans-unit>
1949 <trans-unit id="5cf92a1d527e65908c75633e8484cdd3b6d16b9b" datatype="html">
1950 <source>Welcome to PeerTube, dear administrator!</source>
1951 <target/>
1952 <context-group purpose="location">
1953 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1954 <context context-type="linenumber">3</context>
1955 </context-group>
1956 </trans-unit>
1957 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1958 <source>CLI documentation</source>
1959 <target/>
1960 <context-group purpose="location">
1961 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1962 <context context-type="linenumber">12</context>
1963 </context-group>
1964 </trans-unit>
1965 <trans-unit id="65462878ca6d04c826906432816a3df3e048ac87" datatype="html">
1966 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source>
1967 <target/>
1968 <context-group purpose="location">
1969 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1970 <context context-type="linenumber">15</context>
1971 </context-group>
1972 </trans-unit>
1973 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1974 <source>Administer documentation</source>
1975 <target/>
1976 <context-group purpose="location">
1977 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1978 <context context-type="linenumber">19</context>
1979 </context-group>
1980 </trans-unit>
1981 <trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e" datatype="html">
1982 <source>Managing users, following other instances, dealing with spammers...</source>
1983 <target/>
1984 <context-group purpose="location">
1985 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1986 <context context-type="linenumber">22</context>
1987 </context-group>
1988 </trans-unit>
1989 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1990 <source>Use documentation</source>
1991 <target/>
1992 <context-group purpose="location">
1993 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1994 <context context-type="linenumber">26</context>
1995 </context-group>
1996 </trans-unit>
1997 <trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444" datatype="html">
1998 <source>Setup your account, managing video playlists, discover third-party applications...</source>
1999 <target/>
2000 <context-group purpose="location">
2001 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2002 <context context-type="linenumber">29</context>
2003 </context-group>
2004 </trans-unit>
2005 <trans-unit id="6b705cdf0d567cf608b9891a1d912daebac3523e" datatype="html">
2006 <source>Useful links</source>
2007 <target/>
2008 <context-group purpose="location">
2009 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2010 <context context-type="linenumber">41</context>
2011 </context-group>
2012 </trans-unit>
2013 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
2014 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
2015 <target/>
2016 <context-group purpose="location">
2017 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2018 <context context-type="linenumber">44</context>
2019 </context-group>
2020 </trans-unit>
2021 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
2022 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
2023 <target/>
2024 <context-group purpose="location">
2025 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2026 <context context-type="linenumber">47</context>
2027 </context-group>
2028 </trans-unit>
2029 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859" datatype="html">
2030 <source>It's time to configure your instance!</source>
2031 <target/>
2032 <context-group purpose="location">
2033 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2034 <context context-type="linenumber">59</context>
2035 </context-group>
2036 </trans-unit>
2037 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
2038 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source>
2039 <target/>
2040 <context-group purpose="location">
2041 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2042 <context context-type="linenumber">61</context>
2043 </context-group>
2044 </trans-unit>
2045 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
2046 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source>
2047 <target/>
2048 <context-group purpose="location">
2049 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2050 <context context-type="linenumber">67</context>
2051 </context-group>
2052 </trans-unit>
2053 <trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html">
2054 <source>Remind me later</source>
2055 <target/>
2056 <context-group purpose="location">
2057 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2058 <context context-type="linenumber">80</context>
2059 </context-group>
2060 </trans-unit>
2061 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html">
2062 <source>Configure my instance</source>
2063 <target/>
2064 <context-group purpose="location">
2065 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2066 <context context-type="linenumber">86</context>
2067 </context-group>
2068 </trans-unit>
2069 <trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html">
2070 <source>Configuration warning!</source>
2071 <target/>
2072 <context-group purpose="location">
2073 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2074 <context context-type="linenumber">3</context>
2075 </context-group>
2076 </trans-unit>
2077 <trans-unit id="120796abeaabea4067c1cd739194cb6c86252155" datatype="html">
2078 <source>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</source>
2079 <target/>
2080 <context-group purpose="location">
2081 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2082 <context context-type="linenumber">10</context>
2083 </context-group>
2084 </trans-unit>
2085 <trans-unit id="ab7e3d0be94cc55ce997a5f38c679956e66f3936" datatype="html">
2086 <source>Instance name</source>
2087 <target/>
2088 <context-group purpose="location">
2089 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2090 <context context-type="linenumber">13</context>
2091 </context-group>
2092 </trans-unit>
2093 <trans-unit id="b6e9a7a198c9882894677a0358d22ed79482808a" datatype="html">
2094 <source>Instance short description</source>
2095 <target/>
2096 <context-group purpose="location">
2097 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2098 <context context-type="linenumber">14</context>
2099 </context-group>
2100 </trans-unit>
2101 <trans-unit id="801cb5b4cc93a5c0a4d89a46b96487d3638f0bc5" datatype="html">
2102 <source>Who you are</source>
2103 <target/>
2104 <context-group purpose="location">
2105 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2106 <context context-type="linenumber">16</context>
2107 </context-group>
2108 </trans-unit>
2109 <trans-unit id="de688f72fc745cc8481a5e9cc70b8ca9e6f41e2a" datatype="html">
2110 <source>How long you plan to maintain your instance</source>
2111 <target/>
2112 <context-group purpose="location">
2113 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2114 <context context-type="linenumber">17</context>
2115 </context-group>
2116 </trans-unit>
2117 <trans-unit id="af60a062ecc7c70b278bdb3ba7ad0147abfecf0a" datatype="html">
2118 <source>How you plan to pay your instance</source>
2119 <target/>
2120 <context-group purpose="location">
2121 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2122 <context context-type="linenumber">18</context>
2123 </context-group>
2124 </trans-unit>
2125 <trans-unit id="c69c1bd027bae555557a48123a26d770a93ee473" datatype="html">
2126 <source>How you will moderate your instance</source>
2127 <target/>
2128 <context-group purpose="location">
2129 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2130 <context context-type="linenumber">20</context>
2131 </context-group>
2132 </trans-unit>
2133 <trans-unit id="92ddf3c3a348adc059da6c17c808fa27c315d91c" datatype="html">
2134 <source>Instance terms</source>
2135 <target/>
2136 <context-group purpose="location">
2137 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2138 <context context-type="linenumber">21</context>
2139 </context-group>
2140 </trans-unit>
2141 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
2142 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
2143 <target/>
2144 <context-group purpose="location">
2145 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2146 <context context-type="linenumber">24</context>
2147 </context-group>
2148 </trans-unit>
2149 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
2150 <source>Configure these fields</source>
2151 <target/>
2152 <context-group purpose="location">
2153 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2154 <context context-type="linenumber">30</context>
2155 </context-group>
2156 </trans-unit>
2157 <trans-unit id="7d438f72f9985c4d06ed4fe80c90afc2e1df34d2" datatype="html">
2158 <source>Don't show me this warning anymore</source>
2159 <target/>
2160 <context-group purpose="location">
2161 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2162 <context context-type="linenumber">38</context>
2163 </context-group>
2164 </trans-unit>
2165 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html">
2166 <source>Close</source>
2167 <target/>
2168 <context-group purpose="location">
2169 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2170 <context context-type="linenumber">44</context>
2171 </context-group>
2172 </trans-unit>
2173 <trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
2174 <source>Homepage</source>
2175 <target/>
2176 <context-group purpose="location">
2177 <context context-type="sourcefile">src/app/app.component.html</context>
2178 <context context-type="linenumber">11</context>
2179 </context-group>
2180 </trans-unit>
2181 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html">
2182 <source>Change the language</source>
2183 <target/>
2184 <context-group purpose="location">
2185 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context>
2186 <context context-type="linenumber">3</context>
2187 </context-group>
2188 </trans-unit>
2189 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
2190 <source>Help to translate PeerTube!</source>
2191 <target/>
2192 <context-group purpose="location">
2193 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context>
2194 <context context-type="linenumber">8</context>
2195 </context-group>
2196 </trans-unit>
2197 <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html">
2198 <source>Settings</source>
2199 <target/>
2200 <context-group purpose="location">
2201 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2202 <context context-type="linenumber">3</context>
2203 </context-group>
2204 <context-group purpose="location">
2205 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2206 <context context-type="linenumber">144</context>
2207 </context-group>
2208 <context-group purpose="location">
2209 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
2210 <context context-type="linenumber">26</context>
2211 </context-group>
2212 </trans-unit>
2213 <trans-unit id="3b79d221458541611e8508d3551dd1ddd76b49d9" datatype="html">
2214 <source>Display settings</source>
2215 <target/>
2216 <context-group purpose="location">
2217 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2218 <context context-type="linenumber">8</context>
2219 </context-group>
2220 </trans-unit>
2221 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925" datatype="html">
2222 <source>Video settings</source>
2223 <target/>
2224 <context-group purpose="location">
2225 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2226 <context context-type="linenumber">12</context>
2227 </context-group>
2228 </trans-unit>
2229 <trans-unit id="dc7b800a27960e33af36f16f6c25aaf5776464f7" datatype="html">
2230 <source>Interface settings</source>
2231 <target/>
2232 <context-group purpose="location">
2233 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2234 <context context-type="linenumber">16</context>
2235 </context-group>
2236 </trans-unit>
2237 <trans-unit id="608d7164ed2d996dc827b17cd7b6f5915c617be4" datatype="html">
2238 <source>Public profile</source>
2239 <target/>
2240 <context-group purpose="location">
2241 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2242 <context context-type="linenumber">19</context>
2243 </context-group>
2244 </trans-unit>
2245 <trans-unit id="1eecebc91b4c671d43617b559cf3933275492931" datatype="html">
2246 <source>Account settings</source>
2247 <target/>
2248 <context-group purpose="location">
2249 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2250 <context context-type="linenumber">25</context>
2251 </context-group>
2252 </trans-unit>
2253 <trans-unit id="7c55f3a275f9e86fc95243e2fd1f17156a4e97f0" datatype="html">
2254 <source>Channels settings</source>
2255 <target/>
2256 <context-group purpose="location">
2257 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2258 <context context-type="linenumber">29</context>
2259 </context-group>
2260 </trans-unit>
2261 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
2262 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
2263 <target/>
2264 <context-group purpose="location">
2265 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2266 <context context-type="linenumber">36</context>
2267 </context-group>
2268 <context-group purpose="location">
2269 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2270 <context context-type="linenumber">156</context>
2271 </context-group>
2272 </trans-unit>
2273 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
2274 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
2275 <target/>
2276 <context-group purpose="location">
2277 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2278 <context context-type="linenumber">42</context>
2279 </context-group>
2280 </trans-unit>
2281 <trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html">
2282 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source>
2283 <target/>
2284 <context-group purpose="location">
2285 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2286 <context context-type="linenumber">49</context>
2287 </context-group>
2288 </trans-unit>
2289 <trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html">
2290 <source>Help share videos</source>
2291 <target/>
2292 <context-group purpose="location">
2293 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2294 <context context-type="linenumber">55</context>
2295 </context-group>
2296 </trans-unit>
2297 <trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html">
2298 <source>More account settings</source>
2299 <target/>
2300 <context-group purpose="location">
2301 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2302 <context context-type="linenumber">60</context>
2303 </context-group>
2304 </trans-unit>
2305 <trans-unit id="d2dcb25a3b90ccb169effc066d36335363546d17" datatype="html">
2306 <source>Keyboard shortcuts</source>
2307 <target/>
2308 <context-group purpose="location">
2309 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2310 <context context-type="linenumber">66</context>
2311 </context-group>
2312 </trans-unit>
2313 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
2314 <source>Log out</source>
2315 <target/>
2316 <context-group purpose="location">
2317 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2318 <context context-type="linenumber">70</context>
2319 </context-group>
2320 </trans-unit>
2321 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
2322 <source>Create an account</source>
2323 <target/>
2324 <context-group purpose="location">
2325 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2326 <context context-type="linenumber">78</context>
2327 </context-group>
2328 </trans-unit>
2329 <trans-unit id="c3346a45c43ae8e5021086880268979b8d2266f3" datatype="html">
2330 <source>MY LIBRARY</source>
2331 <target/>
2332 <context-group purpose="location">
2333 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2334 <context context-type="linenumber">82</context>
2335 </context-group>
2336 </trans-unit>
2337 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
2338 <source>Videos</source>
2339 <target>Videoclipuri</target>
2340 <context-group purpose="location">
2341 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2342 <context context-type="linenumber">86</context>
2343 </context-group>
2344 </trans-unit>
2345 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
2346 <source>Playlists</source>
2347 <target/>
2348 <context-group purpose="location">
2349 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2350 <context context-type="linenumber">91</context>
2351 </context-group>
2352 </trans-unit>
2353 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
2354 <source>Subscriptions</source>
2355 <target/>
2356 <context-group purpose="location">
2357 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2358 <context context-type="linenumber">96</context>
2359 </context-group>
2360 </trans-unit>
2361 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
2362 <source>History</source>
2363 <target>Istoric</target>
2364 <context-group purpose="location">
2365 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2366 <context context-type="linenumber">101</context>
2367 </context-group>
2368 </trans-unit>
2369 <trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html">
2370 <source>VIDEOS</source>
2371 <target>VIDEOCLIPURI</target>
2372 <context-group purpose="location">
2373 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2374 <context context-type="linenumber">107</context>
2375 </context-group>
2376 </trans-unit>
2377 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
2378 <source>Discover</source>
2379 <target>Descoperă</target>
2380 <context-group purpose="location">
2381 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2382 <context context-type="linenumber">111</context>
2383 </context-group>
2384 </trans-unit>
2385 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
2386 <source>Trending</source>
2387 <target>Tendințe</target>
2388 <context-group purpose="location">
2389 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2390 <context context-type="linenumber">116</context>
2391 </context-group>
2392 </trans-unit>
2393 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
2394 <source>Most liked</source>
2395 <target/>
2396 <context-group purpose="location">
2397 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2398 <context context-type="linenumber">121</context>
2399 </context-group>
2400 </trans-unit>
2401 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
2402 <source>Recently added</source>
2403 <target/>
2404 <context-group purpose="location">
2405 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2406 <context context-type="linenumber">126</context>
2407 </context-group>
2408 </trans-unit>
2409 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
2410 <source>Administration</source>
2411 <target/>
2412 <context-group purpose="location">
2413 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2414 <context context-type="linenumber">140</context>
2415 </context-group>
2416 </trans-unit>
2417 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
2418 <source>About</source>
2419 <target>Despre</target>
2420 <context-group purpose="location">
2421 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2422 <context context-type="linenumber">148</context>
2423 </context-group>
2424 </trans-unit>
2425 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
2426 <source>Contact</source>
2427 <target/>
2428 <context-group purpose="location">
2429 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2430 <context context-type="linenumber">160</context>
2431 </context-group>
2432 </trans-unit>
2433 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
2434 <source>Help</source>
2435 <target/>
2436 <context-group purpose="location">
2437 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2438 <context context-type="linenumber">161</context>
2439 </context-group>
2440 </trans-unit>
2441 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
2442 <source>Get help using PeerTube</source>
2443 <target/>
2444 <context-group purpose="location">
2445 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2446 <context context-type="linenumber">161</context>
2447 </context-group>
2448 </trans-unit>
2449 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2450 <source>FAQ</source>
2451 <target/>
2452 <context-group purpose="location">
2453 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2454 <context context-type="linenumber">162</context>
2455 </context-group>
2456 </trans-unit>
2457 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2458 <source>Frequently asked questions about PeerTube</source>
2459 <target>Întrebări frecvente despre PeerTube</target>
2460 <context-group purpose="location">
2461 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2462 <context context-type="linenumber">162</context>
2463 </context-group>
2464 </trans-unit>
2465 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
2466 <source>Stats</source>
2467 <target/>
2468 <context-group purpose="location">
2469 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2470 <context context-type="linenumber">163</context>
2471 </context-group>
2472 </trans-unit>
2473 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2474 <source>API</source>
2475 <target/>
2476 <context-group purpose="location">
2477 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2478 <context context-type="linenumber">164</context>
2479 </context-group>
2480 </trans-unit>
2481 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2482 <source>API documentation</source>
2483 <target/>
2484 <context-group purpose="location">
2485 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2486 <context context-type="linenumber">164</context>
2487 </context-group>
2488 </trans-unit>
2489 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
2490 <source>Shortcuts</source>
2491 <target/>
2492 <context-group purpose="location">
2493 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2494 <context context-type="linenumber">165</context>
2495 </context-group>
2496 </trans-unit>
2497 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
2498 <source>powered by PeerTube</source>
2499 <target/>
2500 <context-group purpose="location">
2501 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2502 <context context-type="linenumber">171</context>
2503 </context-group>
2504 </trans-unit>
2505 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
2506 <source>PeerTube website</source>
2507 <target/>
2508 <context-group purpose="location">
2509 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2510 <context context-type="linenumber">171</context>
2511 </context-group>
2512 </trans-unit>
2513 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
2514 <source>PeerTube license</source>
2515 <target/>
2516 <context-group purpose="location">
2517 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2518 <context context-type="linenumber">175</context>
2519 </context-group>
2520 </trans-unit>
2521 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
2522 <source>powered by PeerTube - CopyLeft 2015-2020</source>
2523 <target/>
2524 <context-group purpose="location">
2525 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2526 <context context-type="linenumber">170</context>
2527 </context-group>
2528 </trans-unit>
2529 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
2530 <source>View your notifications</source>
2531 <target/>
2532 <context-group purpose="location">
2533 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2534 <context context-type="linenumber">3</context>
2535 </context-group>
2536 </trans-unit>
2537 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html">
2538 <source>Notifications</source>
2539 <target/>
2540 <context-group purpose="location">
2541 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2542 <context context-type="linenumber">13</context>
2543 </context-group>
2544 </trans-unit>
2545 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
2546 <source>Mark all as read</source>
2547 <target/>
2548 <context-group purpose="location">
2549 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2550 <context context-type="linenumber">18</context>
2551 </context-group>
2552 <context-group purpose="location">
2553 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
2554 <context context-type="linenumber">11</context>
2555 </context-group>
2556 </trans-unit>
2557 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
2558 <source>Update your notification preferences</source>
2559 <target/>
2560 <context-group purpose="location">
2561 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2562 <context context-type="linenumber">22</context>
2563 </context-group>
2564 </trans-unit>
2565 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
2566 <source>See all your notifications</source>
2567 <target/>
2568 <context-group purpose="location">
2569 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2570 <context context-type="linenumber">39</context>
2571 </context-group>
2572 </trans-unit>
2573 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced" datatype="html">
2574 <source>Upload</source>
2575 <target/>
2576 <context-group purpose="location">
2577 <context context-type="sourcefile">src/app/header/header.component.html</context>
2578 <context context-type="linenumber">5</context>
2579 </context-group>
2580 </trans-unit>
2581 <trans-unit id="2f8adf9966f3c287b193683af9e1eaba4f526d68" datatype="html">
2582 <source>In this channel</source>
2583 <target/>
2584 <context-group purpose="location">
2585 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2586 <context context-type="linenumber">12</context>
2587 </context-group>
2588 </trans-unit>
2589 <trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html">
2590 <source>In this instance</source>
2591 <target/>
2592 <context-group purpose="location">
2593 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2594 <context context-type="linenumber">13</context>
2595 </context-group>
2596 </trans-unit>
2597 <trans-unit id="9848e55d7c95eddc1c4a044a63ed0e88e8cb6f5c" datatype="html">
2598 <source>In the vidiverse</source>
2599 <target/>
2600 <context-group purpose="location">
2601 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2602 <context context-type="linenumber">14</context>
2603 </context-group>
2604 </trans-unit>
2605 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2606 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
2607 <target/>
2608 <context-group purpose="location">
2609 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2610 <context context-type="linenumber">18</context>
2611 </context-group>
2612 </trans-unit>
2613 <trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html">
2614 <source>Search videos, channels…</source>
2615 <target/>
2616 <context-group purpose="location">
2617 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2618 <context context-type="linenumber">3</context>
2619 </context-group>
2620 </trans-unit>
2621 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
2622 <source>GLOBAL SEARCH</source>
2623 <target/>
2624 <context-group purpose="location">
2625 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2626 <context context-type="linenumber">16</context>
2627 </context-group>
2628 </trans-unit>
2629 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
2630 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
2631 <target/>
2632 <context-group purpose="location">
2633 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2634 <context context-type="linenumber">18</context>
2635 </context-group>
2636 </trans-unit>
2637 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
2638 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
2639 <target/>
2640 <context-group purpose="location">
2641 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2642 <context context-type="linenumber">22</context>
2643 </context-group>
2644 </trans-unit>
2645 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
2646 <source>ADVANCED SEARCH</source>
2647 <target/>
2648 <context-group purpose="location">
2649 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2650 <context context-type="linenumber">29</context>
2651 </context-group>
2652 </trans-unit>
2653 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
2654 <source>any instance</source>
2655 <target/>
2656 <context-group purpose="location">
2657 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2658 <context context-type="linenumber">32</context>
2659 </context-group>
2660 </trans-unit>
2661 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
2662 <source>only followed instances</source>
2663 <target/>
2664 <context-group purpose="location">
2665 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2666 <context context-type="linenumber">33</context>
2667 </context-group>
2668 </trans-unit>
2669 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
2670 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
2671 <target/>
2672 <context-group purpose="location">
2673 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2674 <context context-type="linenumber">31</context>
2675 </context-group>
2676 </trans-unit>
2677 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
2678 <source>channel</source>
2679 <target/>
2680 <context-group purpose="location">
2681 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2682 <context context-type="linenumber">40</context>
2683 </context-group>
2684 <context-group purpose="location">
2685 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2686 <context context-type="linenumber">43</context>
2687 </context-group>
2688 </trans-unit>
2689 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
2690 <source>Any other text will return matching video or channel names.</source>
2691 <target/>
2692 <context-group purpose="location">
2693 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2694 <context context-type="linenumber">49</context>
2695 </context-group>
2696 </trans-unit>
2697 <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html">
2698 <source>Sort</source>
2699 <target/>
2700 <context-group purpose="location">
2701 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2702 <context context-type="linenumber">7</context>
2703 </context-group>
2704 </trans-unit>
2705 <trans-unit id="a57adbb9bc3ecbc397157af25f96fc2123c9c383" datatype="html">
2706 <source>Reset</source>
2707 <target/>
2708 <context-group purpose="location">
2709 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2710 <context context-type="linenumber">8</context>
2711 </context-group>
2712 <context-group purpose="location">
2713 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2714 <context context-type="linenumber">22</context>
2715 </context-group>
2716 <context-group purpose="location">
2717 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2718 <context context-type="linenumber">36</context>
2719 </context-group>
2720 <context-group purpose="location">
2721 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2722 <context context-type="linenumber">68</context>
2723 </context-group>
2724 <context-group purpose="location">
2725 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2726 <context context-type="linenumber">82</context>
2727 </context-group>
2728 </trans-unit>
2729 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e" datatype="html">
2730 <source>Published date</source>
2731 <target/>
2732 <context-group purpose="location">
2733 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2734 <context context-type="linenumber">21</context>
2735 </context-group>
2736 </trans-unit>
2737 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d" datatype="html">
2738 <source>Original publication year</source>
2739 <target/>
2740 <context-group purpose="location">
2741 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2742 <context context-type="linenumber">35</context>
2743 </context-group>
2744 </trans-unit>
2745 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91" datatype="html">
2746 <source>After...</source>
2747 <target/>
2748 <context-group purpose="location">
2749 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2750 <context context-type="linenumber">47</context>
2751 </context-group>
2752 </trans-unit>
2753 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html">
2754 <source>Before...</source>
2755 <target/>
2756 <context-group purpose="location">
2757 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2758 <context context-type="linenumber">57</context>
2759 </context-group>
2760 </trans-unit>
2761 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
2762 <source>Duration</source>
2763 <target/>
2764 <context-group purpose="location">
2765 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2766 <context context-type="linenumber">67</context>
2767 </context-group>
2768 <context-group purpose="location">
2769 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2770 <context context-type="linenumber">237</context>
2771 </context-group>
2772 </trans-unit>
2773 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
2774 <source>Display sensitive content</source>
2775 <target/>
2776 <context-group purpose="location">
2777 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2778 <context context-type="linenumber">81</context>
2779 </context-group>
2780 </trans-unit>
2781 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
2782 <source>Yes</source>
2783 <target/>
2784 <context-group purpose="location">
2785 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2786 <context context-type="linenumber">89</context>
2787 </context-group>
2788 </trans-unit>
2789 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd" datatype="html">
2790 <source>No</source>
2791 <target/>
2792 <context-group purpose="location">
2793 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2794 <context context-type="linenumber">94</context>
2795 </context-group>
2796 </trans-unit>
2797 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94" datatype="html">
2798 <source>Category</source>
2799 <target/>
2800 <context-group purpose="location">
2801 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2802 <context context-type="linenumber">102</context>
2803 </context-group>
2804 <context-group purpose="location">
2805 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2806 <context context-type="linenumber">68</context>
2807 </context-group>
2808 <context-group purpose="location">
2809 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2810 <context context-type="linenumber">202</context>
2811 </context-group>
2812 </trans-unit>
2813 <trans-unit id="265ee68edfe57e510270da31ec99f67d94346009" datatype="html">
2814 <source>Reset</source>
2815 <target/>
2816 <context-group purpose="location">
2817 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2818 <context context-type="linenumber">103</context>
2819 </context-group>
2820 <context-group purpose="location">
2821 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2822 <context context-type="linenumber">116</context>
2823 </context-group>
2824 <context-group purpose="location">
2825 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2826 <context context-type="linenumber">129</context>
2827 </context-group>
2828 <context-group purpose="location">
2829 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2830 <context context-type="linenumber">144</context>
2831 </context-group>
2832 <context-group purpose="location">
2833 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2834 <context context-type="linenumber">157</context>
2835 </context-group>
2836 </trans-unit>
2837 <trans-unit id="75706466a5cffa6f6bf0d6c94a8345a001ce8cea" datatype="html">
2838 <source>Display all categories</source>
2839 <target/>
2840 <context-group purpose="location">
2841 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2842 <context context-type="linenumber">108</context>
2843 </context-group>
2844 </trans-unit>
2845 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c" datatype="html">
2846 <source>Licence</source>
2847 <target/>
2848 <context-group purpose="location">
2849 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2850 <context context-type="linenumber">115</context>
2851 </context-group>
2852 <context-group purpose="location">
2853 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2854 <context context-type="linenumber">82</context>
2855 </context-group>
2856 <context-group purpose="location">
2857 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2858 <context context-type="linenumber">211</context>
2859 </context-group>
2860 </trans-unit>
2861 <trans-unit id="e19d80c6277747a68f3da8cfe1318303d2b5c952" datatype="html">
2862 <source>Display all licenses</source>
2863 <target/>
2864 <context-group purpose="location">
2865 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2866 <context context-type="linenumber">121</context>
2867 </context-group>
2868 </trans-unit>
2869 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619" datatype="html">
2870 <source>Language</source>
2871 <target/>
2872 <context-group purpose="location">
2873 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2874 <context context-type="linenumber">128</context>
2875 </context-group>
2876 <context-group purpose="location">
2877 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
2878 <context context-type="linenumber">10</context>
2879 </context-group>
2880 <context-group purpose="location">
2881 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2882 <context context-type="linenumber">96</context>
2883 </context-group>
2884 <context-group purpose="location">
2885 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2886 <context context-type="linenumber">220</context>
2887 </context-group>
2888 </trans-unit>
2889 <trans-unit id="dcc3173a99661496cd1f836283993cc3e6576b26" datatype="html">
2890 <source>Display all languages</source>
2891 <target/>
2892 <context-group purpose="location">
2893 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2894 <context context-type="linenumber">134</context>
2895 </context-group>
2896 </trans-unit>
2897 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8" datatype="html">
2898 <source>All of these tags</source>
2899 <target/>
2900 <context-group purpose="location">
2901 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2902 <context context-type="linenumber">143</context>
2903 </context-group>
2904 </trans-unit>
2905 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf" datatype="html">
2906 <source>+ Tag</source>
2907 <target/>
2908 <context-group purpose="location">
2909 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2910 <context context-type="linenumber">150</context>
2911 </context-group>
2912 <context-group purpose="location">
2913 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2914 <context context-type="linenumber">163</context>
2915 </context-group>
2916 <context-group purpose="location">
2917 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2918 <context context-type="linenumber">33</context>
2919 </context-group>
2920 </trans-unit>
2921 <trans-unit id="e5a71671bcec89845f208e90c3bf508aafc8f931" datatype="html">
2922 <source>Enter a tag</source>
2923 <target/>
2924 <context-group purpose="location">
2925 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2926 <context context-type="linenumber">150</context>
2927 </context-group>
2928 <context-group purpose="location">
2929 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2930 <context context-type="linenumber">163</context>
2931 </context-group>
2932 </trans-unit>
2933 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab" datatype="html">
2934 <source>One of these tags</source>
2935 <target/>
2936 <context-group purpose="location">
2937 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2938 <context context-type="linenumber">156</context>
2939 </context-group>
2940 </trans-unit>
2941 <trans-unit id="ca72d574353a355b8fadbc1ceda174a0bd1bf7cd" datatype="html">
2942 <source>Reset</source>
2943 <target/>
2944 <context-group purpose="location">
2945 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2946 <context context-type="linenumber">171</context>
2947 </context-group>
2948 </trans-unit>
2949 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
2950 <source>Filter</source>
2951 <target/>
2952 <context-group purpose="location">
2953 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2954 <context context-type="linenumber">175</context>
2955 </context-group>
2956 </trans-unit>
2957 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
2958 <source>Display unlisted and private videos</source>
2959 <target/>
2960 <context-group purpose="location">
2961 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2962 <context context-type="linenumber">22</context>
2963 </context-group>
2964 <context-group purpose="location">
2965 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2966 <context context-type="linenumber">22</context>
2967 </context-group>
2968 <context-group purpose="location">
2969 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2970 <context context-type="linenumber">22</context>
2971 </context-group>
2972 <context-group purpose="location">
2973 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2974 <context context-type="linenumber">22</context>
2975 </context-group>
2976 <context-group purpose="location">
2977 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2978 <context context-type="linenumber">22</context>
2979 </context-group>
2980 <context-group purpose="location">
2981 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2982 <context context-type="linenumber">22</context>
2983 </context-group>
2984 <context-group purpose="location">
2985 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2986 <context context-type="linenumber">22</context>
2987 </context-group>
2988 </trans-unit>
2989 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
2990 <source>Add caption</source>
2991 <target/>
2992 <context-group purpose="location">
2993 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
2994 <context context-type="linenumber">5</context>
2995 </context-group>
2996 </trans-unit>
2997 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8" datatype="html">
2998 <source>Select the caption file</source>
2999 <target/>
3000 <context-group purpose="location">
3001 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
3002 <context context-type="linenumber">24</context>
3003 </context-group>
3004 </trans-unit>
3005 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html">
3006 <source>This will replace an existing caption!</source>
3007 <target/>
3008 <context-group purpose="location">
3009 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
3010 <context context-type="linenumber">30</context>
3011 </context-group>
3012 </trans-unit>
3013 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
3014 <source>Add this caption</source>
3015 <target/>
3016 <context-group purpose="location">
3017 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
3018 <context context-type="linenumber">42</context>
3019 </context-group>
3020 </trans-unit>
3021 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html">
3022 <source>Basic info</source>
3023 <target/>
3024 <context-group purpose="location">
3025 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3026 <context context-type="linenumber">5</context>
3027 </context-group>
3028 </trans-unit>
3029 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
3030 <source>Title</source>
3031 <target/>
3032 <context-group purpose="location">
3033 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3034 <context context-type="linenumber">11</context>
3035 </context-group>
3036 </trans-unit>
3037 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
3038 <source>Tags</source>
3039 <target/>
3040 <context-group purpose="location">
3041 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3042 <context context-type="linenumber">19</context>
3043 </context-group>
3044 <context-group purpose="location">
3045 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3046 <context context-type="linenumber">229</context>
3047 </context-group>
3048 </trans-unit>
3049 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
3050 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source>
3051 <target/>
3052 <context-group purpose="location">
3053 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3054 <context context-type="linenumber">23</context>
3055 </context-group>
3056 </trans-unit>
3057 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0" datatype="html">
3058 <source>Enter a new tag</source>
3059 <target/>
3060 <context-group purpose="location">
3061 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3062 <context context-type="linenumber">33</context>
3063 </context-group>
3064 </trans-unit>
3065 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0" datatype="html">
3066 <source>Description</source>
3067 <target/>
3068 <context-group purpose="location">
3069 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3070 <context context-type="linenumber">39</context>
3071 </context-group>
3072 <context-group purpose="location">
3073 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3074 <context context-type="linenumber">38</context>
3075 </context-group>
3076 <context-group purpose="location">
3077 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
3078 <context context-type="linenumber">17</context>
3079 </context-group>
3080 <context-group purpose="location">
3081 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3082 <context context-type="linenumber">44</context>
3083 </context-group>
3084 <context-group purpose="location">
3085 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3086 <context context-type="linenumber">44</context>
3087 </context-group>
3088 <context-group purpose="location">
3089 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
3090 <context context-type="linenumber">64</context>
3091 </context-group>
3092 <context-group purpose="location">
3093 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
3094 <context context-type="linenumber">64</context>
3095 </context-group>
3096 <context-group purpose="location">
3097 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
3098 <context context-type="linenumber">55</context>
3099 </context-group>
3100 </trans-unit>
3101 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html">
3102 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
3103 <target/>
3104 <context-group purpose="location">
3105 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3106 <context context-type="linenumber">43</context>
3107 </context-group>
3108 </trans-unit>
3109 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071" datatype="html">
3110 <source>Channel</source>
3111 <target/>
3112 <context-group purpose="location">
3113 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3114 <context context-type="linenumber">59</context>
3115 </context-group>
3116 <context-group purpose="location">
3117 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3118 <context context-type="linenumber">22</context>
3119 </context-group>
3120 <context-group purpose="location">
3121 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3122 <context context-type="linenumber">11</context>
3123 </context-group>
3124 <context-group purpose="location">
3125 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3126 <context context-type="linenumber">27</context>
3127 </context-group>
3128 <context-group purpose="location">
3129 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3130 <context context-type="linenumber">70</context>
3131 </context-group>
3132 <context-group purpose="location">
3133 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3134 <context context-type="linenumber">70</context>
3135 </context-group>
3136 <context-group purpose="location">
3137 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
3138 <context context-type="linenumber">23</context>
3139 </context-group>
3140 </trans-unit>
3141 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
3142 <source>Privacy</source>
3143 <target/>
3144 <context-group purpose="location">
3145 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3146 <context context-type="linenumber">110</context>
3147 </context-group>
3148 <context-group purpose="location">
3149 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3150 <context context-type="linenumber">31</context>
3151 </context-group>
3152 <context-group purpose="location">
3153 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3154 <context context-type="linenumber">20</context>
3155 </context-group>
3156 <context-group purpose="location">
3157 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3158 <context context-type="linenumber">36</context>
3159 </context-group>
3160 <context-group purpose="location">
3161 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3162 <context context-type="linenumber">187</context>
3163 </context-group>
3164 <context-group purpose="location">
3165 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3166 <context context-type="linenumber">57</context>
3167 </context-group>
3168 <context-group purpose="location">
3169 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3170 <context context-type="linenumber">57</context>
3171 </context-group>
3172 </trans-unit>
3173 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
3174 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
3175 <target/>
3176 <context-group purpose="location">
3177 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3178 <context context-type="linenumber">125</context>
3179 </context-group>
3180 </trans-unit>
3181 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
3182 <source>This video contains mature or explicit content</source>
3183 <target/>
3184 <context-group purpose="location">
3185 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3186 <context context-type="linenumber">139</context>
3187 </context-group>
3188 </trans-unit>
3189 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644" datatype="html">
3190 <source>Some instances do not list videos containing mature or explicit content by default.</source>
3191 <target/>
3192 <context-group purpose="location">
3193 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3194 <context context-type="linenumber">143</context>
3195 </context-group>
3196 </trans-unit>
3197 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html">
3198 <source>Wait transcoding before publishing the video</source>
3199 <target/>
3200 <context-group purpose="location">
3201 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3202 <context context-type="linenumber">149</context>
3203 </context-group>
3204 </trans-unit>
3205 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html">
3206 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3207 <target/>
3208 <context-group purpose="location">
3209 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3210 <context context-type="linenumber">153</context>
3211 </context-group>
3212 </trans-unit>
3213 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html">
3214 <source>Captions</source>
3215 <target/>
3216 <context-group purpose="location">
3217 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3218 <context context-type="linenumber">163</context>
3219 </context-group>
3220 </trans-unit>
3221 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22" datatype="html">
3222 <source>Add another caption</source>
3223 <target/>
3224 <context-group purpose="location">
3225 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3226 <context context-type="linenumber">171</context>
3227 </context-group>
3228 </trans-unit>
3229 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed" datatype="html">
3230 <source>See the subtitle file</source>
3231 <target/>
3232 <context-group purpose="location">
3233 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3234 <context context-type="linenumber">180</context>
3235 </context-group>
3236 </trans-unit>
3237 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
3238 <source>Already uploaded ✔</source>
3239 <target/>
3240 <context-group purpose="location">
3241 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3242 <context context-type="linenumber">184</context>
3243 </context-group>
3244 </trans-unit>
3245 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad" datatype="html">
3246 <source>Will be created on update</source>
3247 <target/>
3248 <context-group purpose="location">
3249 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3250 <context context-type="linenumber">192</context>
3251 </context-group>
3252 </trans-unit>
3253 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9" datatype="html">
3254 <source>Cancel create</source>
3255 <target/>
3256 <context-group purpose="location">
3257 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3258 <context context-type="linenumber">194</context>
3259 </context-group>
3260 </trans-unit>
3261 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393" datatype="html">
3262 <source>Will be deleted on update</source>
3263 <target/>
3264 <context-group purpose="location">
3265 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3266 <context context-type="linenumber">200</context>
3267 </context-group>
3268 </trans-unit>
3269 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c" datatype="html">
3270 <source>Cancel deletion</source>
3271 <target/>
3272 <context-group purpose="location">
3273 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3274 <context context-type="linenumber">202</context>
3275 </context-group>
3276 </trans-unit>
3277 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0" datatype="html">
3278 <source>No captions for now.</source>
3279 <target/>
3280 <context-group purpose="location">
3281 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3282 <context context-type="linenumber">207</context>
3283 </context-group>
3284 </trans-unit>
3285 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1" datatype="html">
3286 <source>Advanced settings</source>
3287 <target/>
3288 <context-group purpose="location">
3289 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3290 <context context-type="linenumber">216</context>
3291 </context-group>
3292 </trans-unit>
3293 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430" datatype="html">
3294 <source>Video preview</source>
3295 <target/>
3296 <context-group purpose="location">
3297 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3298 <context context-type="linenumber">223</context>
3299 </context-group>
3300 </trans-unit>
3301 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604" datatype="html">
3302 <source>Support</source>
3303 <target/>
3304 <context-group purpose="location">
3305 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3306 <context context-type="linenumber">232</context>
3307 </context-group>
3308 </trans-unit>
3309 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html">
3310 <source>Short text to tell people how they can support you (membership platform...).</source>
3311 <target/>
3312 <context-group purpose="location">
3313 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3314 <context context-type="linenumber">233</context>
3315 </context-group>
3316 </trans-unit>
3317 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html">
3318 <source>Original publication date</source>
3319 <target/>
3320 <context-group purpose="location">
3321 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3322 <context context-type="linenumber">246</context>
3323 </context-group>
3324 </trans-unit>
3325 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html">
3326 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3327 <target/>
3328 <context-group purpose="location">
3329 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3330 <context context-type="linenumber">247</context>
3331 </context-group>
3332 </trans-unit>
3333 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a" datatype="html">
3334 <source>Enable video comments</source>
3335 <target/>
3336 <context-group purpose="location">
3337 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3338 <context context-type="linenumber">261</context>
3339 </context-group>
3340 </trans-unit>
3341 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html">
3342 <source>Enable download</source>
3343 <target/>
3344 <context-group purpose="location">
3345 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3346 <context context-type="linenumber">266</context>
3347 </context-group>
3348 </trans-unit>
3349 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html">
3350 <source>URL</source>
3351 <target/>
3352 <context-group purpose="location">
3353 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3354 <context context-type="linenumber">6</context>
3355 </context-group>
3356 <context-group purpose="location">
3357 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3358 <context context-type="linenumber">33</context>
3359 </context-group>
3360 </trans-unit>
3361 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
3362 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source>
3363 <target/>
3364 <context-group purpose="location">
3365 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3366 <context context-type="linenumber">10</context>
3367 </context-group>
3368 </trans-unit>
3369 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
3370 <source>Sorry, but something went wrong</source>
3371 <target/>
3372 <context-group purpose="location">
3373 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3374 <context context-type="linenumber">48</context>
3375 </context-group>
3376 <context-group purpose="location">
3377 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3378 <context context-type="linenumber">63</context>
3379 </context-group>
3380 <context-group purpose="location">
3381 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3382 <context context-type="linenumber">52</context>
3383 </context-group>
3384 </trans-unit>
3385 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
3386 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
3387 <target/>
3388 <context-group purpose="location">
3389 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3390 <context context-type="linenumber">52</context>
3391 </context-group>
3392 </trans-unit>
3393 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html">
3394 <source>Update</source>
3395 <target/>
3396 <context-group purpose="location">
3397 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3398 <context context-type="linenumber">69</context>
3399 </context-group>
3400 <context-group purpose="location">
3401 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3402 <context context-type="linenumber">73</context>
3403 </context-group>
3404 <context-group purpose="location">
3405 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
3406 <context context-type="linenumber">3</context>
3407 </context-group>
3408 <context-group purpose="location">
3409 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
3410 <context context-type="linenumber">18</context>
3411 </context-group>
3412 </trans-unit>
3413 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
3414 <source>Select the file to upload</source>
3415 <target/>
3416 <context-group purpose="location">
3417 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3418 <context context-type="linenumber">6</context>
3419 </context-group>
3420 </trans-unit>
3421 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
3422 <source>Scheduled</source>
3423 <target/>
3424 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3426 <context context-type="linenumber">24</context>
3427 </context-group>
3428 </trans-unit>
3429 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
3430 <source>Video background image</source>
3431 <target/>
3432 <context-group purpose="location">
3433 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3434 <context context-type="linenumber">31</context>
3435 </context-group>
3436 </trans-unit>
3437 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
3438 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source>
3439 <target/>
3440 <context-group purpose="location">
3441 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3442 <context context-type="linenumber">33</context>
3443 </context-group>
3444 </trans-unit>
3445 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
3446 <source>Processing…</source>
3447 <target/>
3448 <context-group purpose="location">
3449 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3450 <context context-type="linenumber">55</context>
3451 </context-group>
3452 </trans-unit>
3453 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
3454 <source>Total video quota</source>
3455 <target/>
3456 <context-group purpose="location">
3457 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3458 <context context-type="linenumber">53</context>
3459 </context-group>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
3462 <context context-type="linenumber">11</context>
3463 </context-group>
3464 </trans-unit>
3465 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
3466 <source>Congratulations! Your video is now available in your private library.</source>
3467 <target/>
3468 <context-group purpose="location">
3469 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3470 <context context-type="linenumber">67</context>
3471 </context-group>
3472 </trans-unit>
3473 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
3474 <source>Publish will be available when upload is finished</source>
3475 <target/>
3476 <context-group purpose="location">
3477 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3478 <context context-type="linenumber">80</context>
3479 </context-group>
3480 </trans-unit>
3481 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
3482 <source>Publish</source>
3483 <target/>
3484 <context-group purpose="location">
3485 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3486 <context context-type="linenumber">87</context>
3487 </context-group>
3488 </trans-unit>
3489 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
3490 <source>Select the torrent to import</source>
3491 <target/>
3492 <context-group purpose="location">
3493 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3494 <context context-type="linenumber">6</context>
3495 </context-group>
3496 </trans-unit>
3497 <trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
3498 <source>OR</source>
3499 <target/>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3502 <context context-type="linenumber">10</context>
3503 </context-group>
3504 </trans-unit>
3505 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
3506 <source>Paste magnet URI</source>
3507 <target/>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3510 <context context-type="linenumber">13</context>
3511 </context-group>
3512 </trans-unit>
3513 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
3514 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
3515 <target/>
3516 <context-group purpose="location">
3517 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3518 <context context-type="linenumber">16</context>
3519 </context-group>
3520 </trans-unit>
3521 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
3522 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
3523 <target/>
3524 <context-group purpose="location">
3525 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3526 <context context-type="linenumber">56</context>
3527 </context-group>
3528 </trans-unit>
3529 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
3530 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source>
3531 <target/>
3532 <context-group purpose="location">
3533 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3534 <context context-type="linenumber">2</context>
3535 </context-group>
3536 </trans-unit>
3537 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860" datatype="html">
3538 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3539 <target/>
3540 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3542 <context context-type="linenumber">9</context>
3543 </context-group>
3544 </trans-unit>
3545 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5" datatype="html">
3546 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3547 <target/>
3548 <context-group purpose="location">
3549 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3550 <context context-type="linenumber">10</context>
3551 </context-group>
3552 </trans-unit>
3553 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3" datatype="html">
3554 <source>Upload a file</source>
3555 <target/>
3556 <context-group purpose="location">
3557 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3558 <context context-type="linenumber">16</context>
3559 </context-group>
3560 </trans-unit>
3561 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470" datatype="html">
3562 <source>Import with URL</source>
3563 <target/>
3564 <context-group purpose="location">
3565 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3566 <context context-type="linenumber">26</context>
3567 </context-group>
3568 </trans-unit>
3569 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340" datatype="html">
3570 <source>Import with torrent</source>
3571 <target/>
3572 <context-group purpose="location">
3573 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3574 <context context-type="linenumber">36</context>
3575 </context-group>
3576 </trans-unit>
3577 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html">
3578 <source>Other videos</source>
3579 <target/>
3580 <context-group purpose="location">
3581 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
3582 <context context-type="linenumber">4</context>
3583 </context-group>
3584 </trans-unit>
3585 <trans-unit id="70155053814b6999f8abce4f89bab85afc76e538" datatype="html">
3586 <source>AUTOPLAY</source>
3587 <target/>
3588 <context-group purpose="location">
3589 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
3590 <context context-type="linenumber">10</context>
3591 </context-group>
3592 </trans-unit>
3593 <trans-unit id="71b6e75eb1d54bcd9a64b9af9b99121785a065d0" datatype="html">
3594 <source>Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></source>
3595 <target/>
3596 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context>
3598 <context context-type="linenumber">3</context>
3599 </context-group>
3600 </trans-unit>
3601 <trans-unit id="cb66498f1a530d9b29ee5bc6605628add658dd87" datatype="html">
3602 <source>Maybe later</source>
3603 <target/>
3604 <context-group purpose="location">
3605 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context>
3606 <context context-type="linenumber">11</context>
3607 </context-group>
3608 </trans-unit>
3609 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9" datatype="html">
3610 <source>Share</source>
3611 <target/>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3614 <context context-type="linenumber">3</context>
3615 </context-group>
3616 </trans-unit>
3617 <trans-unit id="71420314c00d8b709ea1aad8f608498f8db92258" datatype="html">
3618 <source>Share the playlist</source>
3619 <target/>
3620 <context-group purpose="location">
3621 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3622 <context context-type="linenumber">10</context>
3623 </context-group>
3624 </trans-unit>
3625 <trans-unit id="dfc8701a2a6898d6784db0ebf9d3191552d81d89" datatype="html">
3626 <source>Share the playlist at this video position</source>
3627 <target/>
3628 <context-group purpose="location">
3629 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3630 <context context-type="linenumber">19</context>
3631 </context-group>
3632 </trans-unit>
3633 <trans-unit id="51f7d84d38a304f7f056d2dcaf6d733c3ade35f9" datatype="html">
3634 <source>Share the video</source>
3635 <target/>
3636 <context-group purpose="location">
3637 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3638 <context context-type="linenumber">28</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html">
3642 <source>QR-Code</source>
3643 <target/>
3644 <context-group purpose="location">
3645 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3646 <context context-type="linenumber">43</context>
3647 </context-group>
3648 </trans-unit>
3649 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html">
3650 <source>Embed</source>
3651 <target/>
3652 <context-group purpose="location">
3653 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3654 <context context-type="linenumber">53</context>
3655 </context-group>
3656 </trans-unit>
3657 <trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html">
3658 <source>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).</source>
3659 <target/>
3660 <context-group purpose="location">
3661 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3662 <context context-type="linenumber">59</context>
3663 </context-group>
3664 </trans-unit>
3665 <trans-unit id="9adb13e2ba5160c8b0b100dc3f4cbe6051b5af9b" datatype="html">
3666 <source>Auto select subtitle</source>
3667 <target/>
3668 <context-group purpose="location">
3669 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3670 <context context-type="linenumber">90</context>
3671 </context-group>
3672 </trans-unit>
3673 <trans-unit id="0c2e76c41af25effefd456fb1e86143e0cfd1a4e" datatype="html">
3674 <source>Autoplay</source>
3675 <target/>
3676 <context-group purpose="location">
3677 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3678 <context context-type="linenumber">121</context>
3679 </context-group>
3680 </trans-unit>
3681 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809" datatype="html">
3682 <source>Muted</source>
3683 <target/>
3684 <context-group purpose="location">
3685 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3686 <context context-type="linenumber">128</context>
3687 </context-group>
3688 <context-group purpose="location">
3689 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
3690 <context context-type="linenumber">19</context>
3691 </context-group>
3692 </trans-unit>
3693 <trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html">
3694 <source>Loop</source>
3695 <target/>
3696 <context-group purpose="location">
3697 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3698 <context context-type="linenumber">135</context>
3699 </context-group>
3700 </trans-unit>
3701 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523" datatype="html">
3702 <source>Display video title</source>
3703 <target/>
3704 <context-group purpose="location">
3705 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3706 <context context-type="linenumber">144</context>
3707 </context-group>
3708 </trans-unit>
3709 <trans-unit id="cd0fb32d9b50b615bdce413ca955283df7ab0b74" datatype="html">
3710 <source>Display privacy warning</source>
3711 <target/>
3712 <context-group purpose="location">
3713 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3714 <context context-type="linenumber">151</context>
3715 </context-group>
3716 </trans-unit>
3717 <trans-unit id="3e10c53d0372db827bf38571e56d166f1df963bf" datatype="html">
3718 <source>Display player controls</source>
3719 <target/>
3720 <context-group purpose="location">
3721 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3722 <context context-type="linenumber">158</context>
3723 </context-group>
3724 </trans-unit>
3725 <trans-unit id="f0e9c70583e8264cda79a8151de51cbb1ecb02ef" datatype="html">
3726 <source>More customization</source>
3727 <target/>
3728 <context-group purpose="location">
3729 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3730 <context context-type="linenumber">170</context>
3731 </context-group>
3732 </trans-unit>
3733 <trans-unit id="cfad9c5d4357d7c4ac99cc2ce63c54c9738901d7" datatype="html">
3734 <source>Less customization</source>
3735 <target/>
3736 <context-group purpose="location">
3737 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3738 <context context-type="linenumber">178</context>
3739 </context-group>
3740 </trans-unit>
3741 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html">
3742 <source>Public</source>
3743 <target/>
3744 <context-group purpose="location">
3745 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
3746 <context context-type="linenumber">8</context>
3747 </context-group>
3748 </trans-unit>
3749 <trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614" datatype="html">
3750 <source>The video is being imported, it will be available when the import is finished.</source>
3751 <target/>
3752 <context-group purpose="location">
3753 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3754 <context context-type="linenumber">19</context>
3755 </context-group>
3756 </trans-unit>
3757 <trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246" datatype="html">
3758 <source>The video is being transcoded, it may not work properly.</source>
3759 <target/>
3760 <context-group purpose="location">
3761 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3762 <context context-type="linenumber">23</context>
3763 </context-group>
3764 </trans-unit>
3765 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a" datatype="html">
3766 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
3767 <target/>
3768 <context-group purpose="location">
3769 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3770 <context context-type="linenumber">27</context>
3771 </context-group>
3772 </trans-unit>
3773 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710" datatype="html">
3774 <source>This video is blacklisted.</source>
3775 <target/>
3776 <context-group purpose="location">
3777 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3778 <context context-type="linenumber">32</context>
3779 </context-group>
3780 </trans-unit>
3781 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
3782 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3783 <target/>
3784 <context-group purpose="location">
3785 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3786 <context context-type="linenumber">45</context>
3787 </context-group>
3788 </trans-unit>
3789 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3790 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
3791 <target/>
3792 <context-group purpose="location">
3793 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3794 <context context-type="linenumber">56</context>
3795 </context-group>
3796 </trans-unit>
3797 <trans-unit id="74059c5dce671d464259e3ce37a5d408c3fd7720" datatype="html">
3798 <source>SUPPORT</source>
3799 <target/>
3800 <context-group purpose="location">
3801 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3802 <context context-type="linenumber">87</context>
3803 </context-group>
3804 </trans-unit>
3805 <trans-unit id="83ea0f7a6f84393af198d48193e01a96f3fcbc9a" datatype="html">
3806 <source>SHARE</source>
3807 <target/>
3808 <context-group purpose="location">
3809 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3810 <context context-type="linenumber">92</context>
3811 </context-group>
3812 </trans-unit>
3813 <trans-unit id="cf272d006ff8c0b60e61b14e17fa6a39b30d614a" datatype="html">
3814 <source>SAVE</source>
3815 <target/>
3816 <context-group purpose="location">
3817 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3818 <context context-type="linenumber">103</context>
3819 </context-group>
3820 </trans-unit>
3821 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html">
3822 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3823 <target/>
3824 <context-group purpose="location">
3825 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3826 <context context-type="linenumber">154</context>
3827 </context-group>
3828 </trans-unit>
3829 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html">
3830 <source>Show more</source>
3831 <target/>
3832 <context-group purpose="location">
3833 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3834 <context context-type="linenumber">174</context>
3835 </context-group>
3836 </trans-unit>
3837 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html">
3838 <source>Show less</source>
3839 <target/>
3840 <context-group purpose="location">
3841 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3842 <context context-type="linenumber">180</context>
3843 </context-group>
3844 </trans-unit>
3845 <trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html">
3846 <source>Origin instance</source>
3847 <target/>
3848 <context-group purpose="location">
3849 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3850 <context context-type="linenumber">192</context>
3851 </context-group>
3852 </trans-unit>
3853 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html">
3854 <source>Originally published</source>
3855 <target/>
3856 <context-group purpose="location">
3857 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3858 <context context-type="linenumber">197</context>
3859 </context-group>
3860 </trans-unit>
3861 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
3862 <source>Friendly Reminder:</source>
3863 <target/>
3864 <context-group purpose="location">
3865 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3866 <context context-type="linenumber">261</context>
3867 </context-group>
3868 </trans-unit>
3869 <trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html">
3870 <source>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.</source>
3871 <target/>
3872 <context-group purpose="location">
3873 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3874 <context context-type="linenumber">262</context>
3875 </context-group>
3876 </trans-unit>
3877 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
3878 <source>More information</source>
3879 <target/>
3880 <context-group purpose="location">
3881 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3882 <context context-type="linenumber">266</context>
3883 </context-group>
3884 <context-group purpose="location">
3885 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3886 <context context-type="linenumber">35</context>
3887 </context-group>
3888 <context-group purpose="location">
3889 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3890 <context context-type="linenumber">50</context>
3891 </context-group>
3892 <context-group purpose="location">
3893 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3894 <context context-type="linenumber">39</context>
3895 </context-group>
3896 </trans-unit>
3897 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3898 <source>Get more information</source>
3899 <target/>
3900 <context-group purpose="location">
3901 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3902 <context context-type="linenumber">266</context>
3903 </context-group>
3904 </trans-unit>
3905 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
3906 <source>OK</source>
3907 <target/>
3908 <context-group purpose="location">
3909 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3910 <context context-type="linenumber">269</context>
3911 </context-group>
3912 </trans-unit>
3913 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
3914 <source>1 Comment</source>
3915 <target/>
3916 <context-group purpose="location">
3917 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3918 <context context-type="linenumber">6</context>
3919 </context-group>
3920 </trans-unit>
3921 <trans-unit id="8164af7bbe7fb9a3d2064ddf2627a7a4d5446575" datatype="html">
3922 <source><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</source>
3923 <target/>
3924 <context-group purpose="location">
3925 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3926 <context context-type="linenumber">7</context>
3927 </context-group>
3928 </trans-unit>
3929 <trans-unit id="c5bb9f8936cb33db2ca351a1b87a984fdf11917c" datatype="html">
3930 <source>Comments</source>
3931 <target/>
3932 <context-group purpose="location">
3933 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3934 <context context-type="linenumber">9</context>
3935 </context-group>
3936 </trans-unit>
3937 <trans-unit id="a87cd0a1633f944e697fa2ee68362d8bc11c41ee" datatype="html">
3938 <source>SORT BY</source>
3939 <target/>
3940 <context-group purpose="location">
3941 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3942 <context context-type="linenumber">15</context>
3943 </context-group>
3944 </trans-unit>
3945 <trans-unit id="6d355ab9a2c6af4f7ffcb44dd8ca0c5572f958ca" datatype="html">
3946 <source>Most recent first (default)</source>
3947 <target/>
3948 <context-group purpose="location">
3949 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3950 <context context-type="linenumber">19</context>
3951 </context-group>
3952 </trans-unit>
3953 <trans-unit id="df2d2cca87a54e75abb4196d10358579dd0321b4" datatype="html">
3954 <source>Most replies first</source>
3955 <target/>
3956 <context-group purpose="location">
3957 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3958 <context context-type="linenumber">20</context>
3959 </context-group>
3960 </trans-unit>
3961 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4" datatype="html">
3962 <source>No comments.</source>
3963 <target/>
3964 <context-group purpose="location">
3965 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3966 <context context-type="linenumber">32</context>
3967 </context-group>
3968 </trans-unit>
3969 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
3970 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3971 <target/>
3972 <context-group purpose="location">
3973 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3974 <context context-type="linenumber">78</context>
3975 </context-group>
3976 </trans-unit>
3977 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
3978 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3979 <target/>
3980 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3982 <context context-type="linenumber">81</context>
3983 </context-group>
3984 </trans-unit>
3985 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
3986 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
3987 <target/>
3988 <context-group purpose="location">
3989 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3990 <context context-type="linenumber">85</context>
3991 </context-group>
3992 </trans-unit>
3993 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
3994 <source>Comments are disabled.</source>
3995 <target/>
3996 <context-group purpose="location">
3997 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
3998 <context context-type="linenumber">95</context>
3999 </context-group>
4000 </trans-unit>
4001 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
4002 <source>Add comment...</source>
4003 <target/>
4004 <context-group purpose="location">
4005 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4006 <context context-type="linenumber">6</context>
4007 </context-group>
4008 </trans-unit>
4009 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
4010 <source>Cancel</source>
4011 <target/>
4012 <context-group purpose="location">
4013 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4014 <context context-type="linenumber">20</context>
4015 </context-group>
4016 </trans-unit>
4017 <trans-unit id="8956c0f4c6974289fc63f1ab6b54f5b32ed65eeb" datatype="html">
4018 <source>Reply</source>
4019 <target/>
4020 <context-group purpose="location">
4021 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4022 <context context-type="linenumber">23</context>
4023 </context-group>
4024 </trans-unit>
4025 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135" datatype="html">
4026 <source>You are one step away from commenting</source>
4027 <target/>
4028 <context-group purpose="location">
4029 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4030 <context context-type="linenumber">31</context>
4031 </context-group>
4032 </trans-unit>
4033 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
4034 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source>
4035 <target/>
4036 <context-group purpose="location">
4037 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4038 <context context-type="linenumber">35</context>
4039 </context-group>
4040 </trans-unit>
4041 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb" datatype="html">
4042 <source>If you have an account on Mastodon or Pleroma, you can open it directly in their interface:</source>
4043 <target/>
4044 <context-group purpose="location">
4045 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4046 <context context-type="linenumber">40</context>
4047 </context-group>
4048 </trans-unit>
4049 <trans-unit id="413bcc4a4c824366e17673f38cb2af4619e940e2" datatype="html">
4050 <source>Login to comment</source>
4051 <target/>
4052 <context-group purpose="location">
4053 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4054 <context context-type="linenumber">52</context>
4055 </context-group>
4056 </trans-unit>
4057 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285" datatype="html">
4058 <source>Highlighted comment</source>
4059 <target/>
4060 <context-group purpose="location">
4061 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
4062 <context context-type="linenumber">20</context>
4063 </context-group>
4064 </trans-unit>
4065 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
4066 <source>Reply</source>
4067 <target/>
4068 <context-group purpose="location">
4069 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
4070 <context context-type="linenumber">38</context>
4071 </context-group>
4072 </trans-unit>
4073 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
4074 <source>This comment has been deleted</source>
4075 <target/>
4076 <context-group purpose="location">
4077 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
4078 <context context-type="linenumber">55</context>
4079 </context-group>
4080 </trans-unit>
4081 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
4082 <source>Follows &amp; redundancies</source>
4083 <target/>
4084 <context-group purpose="location">
4085 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4086 <context context-type="linenumber">2</context>
4087 </context-group>
4088 </trans-unit>
4089 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936" datatype="html">
4090 <source>Following</source>
4091 <target/>
4092 <context-group purpose="location">
4093 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4094 <context context-type="linenumber">5</context>
4095 </context-group>
4096 </trans-unit>
4097 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
4098 <source>Followers</source>
4099 <target/>
4100 <context-group purpose="location">
4101 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4102 <context context-type="linenumber">7</context>
4103 </context-group>
4104 </trans-unit>
4105 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
4106 <source>Video redundancies</source>
4107 <target/>
4108 <context-group purpose="location">
4109 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4110 <context context-type="linenumber">9</context>
4111 </context-group>
4112 </trans-unit>
4113 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
4114 <source>Filter...</source>
4115 <target/>
4116 <context-group purpose="location">
4117 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4118 <context context-type="linenumber">11</context>
4119 </context-group>
4120 <context-group purpose="location">
4121 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4122 <context context-type="linenumber">11</context>
4123 </context-group>
4124 <context-group purpose="location">
4125 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4126 <context context-type="linenumber">30</context>
4127 </context-group>
4128 <context-group purpose="location">
4129 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4130 <context context-type="linenumber">12</context>
4131 </context-group>
4132 <context-group purpose="location">
4133 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4134 <context context-type="linenumber">27</context>
4135 </context-group>
4136 <context-group purpose="location">
4137 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4138 <context context-type="linenumber">11</context>
4139 </context-group>
4140 <context-group purpose="location">
4141 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4142 <context context-type="linenumber">11</context>
4143 </context-group>
4144 </trans-unit>
4145 <trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
4146 <source>Clear filters</source>
4147 <target/>
4148 <context-group purpose="location">
4149 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4150 <context context-type="linenumber">15</context>
4151 </context-group>
4152 <context-group purpose="location">
4153 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4154 <context context-type="linenumber">15</context>
4155 </context-group>
4156 <context-group purpose="location">
4157 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4158 <context context-type="linenumber">34</context>
4159 </context-group>
4160 <context-group purpose="location">
4161 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4162 <context context-type="linenumber">16</context>
4163 </context-group>
4164 <context-group purpose="location">
4165 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4166 <context context-type="linenumber">31</context>
4167 </context-group>
4168 <context-group purpose="location">
4169 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4170 <context context-type="linenumber">15</context>
4171 </context-group>
4172 <context-group purpose="location">
4173 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4174 <context context-type="linenumber">15</context>
4175 </context-group>
4176 </trans-unit>
4177 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
4178 <source>Follower handle</source>
4179 <target/>
4180 <context-group purpose="location">
4181 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4182 <context context-type="linenumber">22</context>
4183 </context-group>
4184 </trans-unit>
4185 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
4186 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4187 <target/>
4188 <context-group purpose="location">
4189 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4190 <context context-type="linenumber">23</context>
4191 </context-group>
4192 <context-group purpose="location">
4193 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4194 <context context-type="linenumber">27</context>
4195 </context-group>
4196 <context-group purpose="location">
4197 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4198 <context context-type="linenumber">43</context>
4199 </context-group>
4200 </trans-unit>
4201 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4202 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4203 <target/>
4204 <context-group purpose="location">
4205 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4206 <context context-type="linenumber">24</context>
4207 </context-group>
4208 </trans-unit>
4209 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
4210 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4211 <target/>
4212 <context-group purpose="location">
4213 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4214 <context context-type="linenumber">25</context>
4215 </context-group>
4216 <context-group purpose="location">
4217 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4218 <context context-type="linenumber">28</context>
4219 </context-group>
4220 <context-group purpose="location">
4221 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4222 <context context-type="linenumber">50</context>
4223 </context-group>
4224 <context-group purpose="location">
4225 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4226 <context context-type="linenumber">42</context>
4227 </context-group>
4228 <context-group purpose="location">
4229 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4230 <context context-type="linenumber">31</context>
4231 </context-group>
4232 <context-group purpose="location">
4233 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4234 <context context-type="linenumber">12</context>
4235 </context-group>
4236 </trans-unit>
4237 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
4238 <source>Open actor page in a new tab</source>
4239 <target/>
4240 <context-group purpose="location">
4241 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4242 <context context-type="linenumber">33</context>
4243 </context-group>
4244 </trans-unit>
4245 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
4246 <source>Accepted</source>
4247 <target/>
4248 <context-group purpose="location">
4249 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4250 <context context-type="linenumber">39</context>
4251 </context-group>
4252 <context-group purpose="location">
4253 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4254 <context context-type="linenumber">43</context>
4255 </context-group>
4256 </trans-unit>
4257 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
4258 <source>Pending</source>
4259 <target/>
4260 <context-group purpose="location">
4261 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4262 <context context-type="linenumber">40</context>
4263 </context-group>
4264 <context-group purpose="location">
4265 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4266 <context context-type="linenumber">44</context>
4267 </context-group>
4268 </trans-unit>
4269 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
4270 <source>Accept</source>
4271 <target/>
4272 <context-group purpose="location">
4273 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4274 <context context-type="linenumber">47</context>
4275 </context-group>
4276 <context-group purpose="location">
4277 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4278 <context context-type="linenumber">41</context>
4279 </context-group>
4280 </trans-unit>
4281 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
4282 <source>Refuse</source>
4283 <target/>
4284 <context-group purpose="location">
4285 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4286 <context context-type="linenumber">48</context>
4287 </context-group>
4288 <context-group purpose="location">
4289 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4290 <context context-type="linenumber">42</context>
4291 </context-group>
4292 </trans-unit>
4293 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
4294 <source>No follower found matching current filters.</source>
4295 <target/>
4296 <context-group purpose="location">
4297 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4298 <context context-type="linenumber">60</context>
4299 </context-group>
4300 </trans-unit>
4301 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
4302 <source>Your instance doesn't have any follower.</source>
4303 <target/>
4304 <context-group purpose="location">
4305 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4306 <context context-type="linenumber">61</context>
4307 </context-group>
4308 </trans-unit>
4309 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
4310 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
4311 <target/>
4312 <context-group purpose="location">
4313 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4314 <context context-type="linenumber">5</context>
4315 </context-group>
4316 </trans-unit>
4317 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
4318 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
4319 <target/>
4320 <context-group purpose="location">
4321 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
4322 <context context-type="linenumber">3</context>
4323 </context-group>
4324 </trans-unit>
4325 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
4326 <source>1 host (without "http://") per line</source>
4327 <target/>
4328 <context-group purpose="location">
4329 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
4330 <context context-type="linenumber">11</context>
4331 </context-group>
4332 </trans-unit>
4333 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
4334 <source>Follow domain</source>
4335 <target/>
4336 <context-group purpose="location">
4337 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4338 <context context-type="linenumber">19</context>
4339 </context-group>
4340 </trans-unit>
4341 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
4342 <source>Host</source>
4343 <target/>
4344 <context-group purpose="location">
4345 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4346 <context context-type="linenumber">26</context>
4347 </context-group>
4348 </trans-unit>
4349 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
4350 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4351 <target/>
4352 <context-group purpose="location">
4353 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4354 <context context-type="linenumber">29</context>
4355 </context-group>
4356 </trans-unit>
4357 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
4358 <source>Open instance in a new tab</source>
4359 <target/>
4360 <context-group purpose="location">
4361 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4362 <context context-type="linenumber">37</context>
4363 </context-group>
4364 <context-group purpose="location">
4365 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4366 <context context-type="linenumber">35</context>
4367 </context-group>
4368 </trans-unit>
4369 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
4370 <source>No host found matching current filters.</source>
4371 <target/>
4372 <context-group purpose="location">
4373 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4374 <context context-type="linenumber">62</context>
4375 </context-group>
4376 </trans-unit>
4377 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
4378 <source>Your instance is not following anyone.</source>
4379 <target/>
4380 <context-group purpose="location">
4381 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4382 <context context-type="linenumber">63</context>
4383 </context-group>
4384 </trans-unit>
4385 <trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
4386 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source>
4387 <target/>
4388 <context-group purpose="location">
4389 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4390 <context context-type="linenumber">5</context>
4391 </context-group>
4392 </trans-unit>
4393 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4394 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
4395 <target/>
4396 <context-group purpose="location">
4397 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4398 <context context-type="linenumber">72</context>
4399 </context-group>
4400 </trans-unit>
4401 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
4402 <source>Follow domains</source>
4403 <target/>
4404 <context-group purpose="location">
4405 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4406 <context context-type="linenumber">70</context>
4407 </context-group>
4408 </trans-unit>
4409 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
4410 <source>My videos duplicated by remote instances</source>
4411 <target/>
4412 <context-group purpose="location">
4413 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4414 <context context-type="linenumber">7</context>
4415 </context-group>
4416 </trans-unit>
4417 <trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
4418 <source>Remote videos duplicated by my instance</source>
4419 <target/>
4420 <context-group purpose="location">
4421 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4422 <context context-type="linenumber">8</context>
4423 </context-group>
4424 </trans-unit>
4425 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4426 <source>Strategy</source>
4427 <target/>
4428 <context-group purpose="location">
4429 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4430 <context context-type="linenumber">22</context>
4431 </context-group>
4432 </trans-unit>
4433 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
4434 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4435 <target/>
4436 <context-group purpose="location">
4437 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4438 <context context-type="linenumber">23</context>
4439 </context-group>
4440 <context-group purpose="location">
4441 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4442 <context context-type="linenumber">24</context>
4443 </context-group>
4444 </trans-unit>
4445 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
4446 <source>Total size</source>
4447 <target/>
4448 <context-group purpose="location">
4449 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4450 <context context-type="linenumber">24</context>
4451 </context-group>
4452 </trans-unit>
4453 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
4454 <source>List redundancies</source>
4455 <target/>
4456 <context-group purpose="location">
4457 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4458 <context context-type="linenumber">33</context>
4459 </context-group>
4460 </trans-unit>
4461 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4462 <source>Open video in a new tab</source>
4463 <target/>
4464 <context-group purpose="location">
4465 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4466 <context context-type="linenumber">41</context>
4467 </context-group>
4468 <context-group purpose="location">
4469 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4470 <context context-type="linenumber">42</context>
4471 </context-group>
4472 <context-group purpose="location">
4473 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4474 <context context-type="linenumber">74</context>
4475 </context-group>
4476 </trans-unit>
4477 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
4478 <source>Your instance doesn't mirror any video.</source>
4479 <target/>
4480 <context-group purpose="location">
4481 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4482 <context context-type="linenumber">77</context>
4483 </context-group>
4484 </trans-unit>
4485 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
4486 <source>Your instance has no mirrored videos.</source>
4487 <target/>
4488 <context-group purpose="location">
4489 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4490 <context context-type="linenumber">78</context>
4491 </context-group>
4492 </trans-unit>
4493 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
4494 <source>Enabled strategies stats</source>
4495 <target/>
4496 <context-group purpose="location">
4497 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4498 <context context-type="linenumber">87</context>
4499 </context-group>
4500 </trans-unit>
4501 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
4502 <source>No redundancy strategy is enabled on your instance.</source>
4503 <target/>
4504 <context-group purpose="location">
4505 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4506 <context context-type="linenumber">91</context>
4507 </context-group>
4508 </trans-unit>
4509 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4510 <source>Users</source>
4511 <target/>
4512 <context-group purpose="location">
4513 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4514 <context context-type="linenumber">4</context>
4515 </context-group>
4516 <context-group purpose="location">
4517 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4518 <context context-type="linenumber">4</context>
4519 </context-group>
4520 </trans-unit>
4521 <trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
4522 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source>
4523 <target/>
4524 <context-group purpose="location">
4525 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4526 <context context-type="linenumber">24</context>
4527 </context-group>
4528 <context-group purpose="location">
4529 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4530 <context context-type="linenumber">24</context>
4531 </context-group>
4532 </trans-unit>
4533 <trans-unit id="bcf8ce898a641416913d16b5dc39385e83ca069c" datatype="html">
4534 <source>{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</source>
4535 <target/>
4536 <context-group purpose="location">
4537 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4538 <context context-type="linenumber">30</context>
4539 </context-group>
4540 <context-group purpose="location">
4541 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4542 <context context-type="linenumber">30</context>
4543 </context-group>
4544 </trans-unit>
4545 <trans-unit id="8b3b364967f953009a4b83c53ed5cf0b5ff3902a" datatype="html">
4546 <source>{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</source>
4547 <target/>
4548 <context-group purpose="location">
4549 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4550 <context context-type="linenumber">36</context>
4551 </context-group>
4552 <context-group purpose="location">
4553 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4554 <context context-type="linenumber">36</context>
4555 </context-group>
4556 </trans-unit>
4557 <trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html">
4558 <source>Incriminated in reports</source>
4559 <target/>
4560 <context-group purpose="location">
4561 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4562 <context context-type="linenumber">42</context>
4563 </context-group>
4564 <context-group purpose="location">
4565 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4566 <context context-type="linenumber">42</context>
4567 </context-group>
4568 </trans-unit>
4569 <trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html">
4570 <source>Authored reports accepted</source>
4571 <target/>
4572 <context-group purpose="location">
4573 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4574 <context context-type="linenumber">48</context>
4575 </context-group>
4576 <context-group purpose="location">
4577 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4578 <context context-type="linenumber">48</context>
4579 </context-group>
4580 </trans-unit>
4581 <trans-unit id="8e29da1e7e8def288e5cf788c6f5ac6e5824259c" datatype="html">
4582 <source>{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</source>
4583 <target/>
4584 <context-group purpose="location">
4585 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4586 <context context-type="linenumber">54</context>
4587 </context-group>
4588 <context-group purpose="location">
4589 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4590 <context context-type="linenumber">54</context>
4591 </context-group>
4592 </trans-unit>
4593 <trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html">
4594 <source>NEW USER</source>
4595 <target/>
4596 <context-group purpose="location">
4597 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4598 <context context-type="linenumber">73</context>
4599 </context-group>
4600 <context-group purpose="location">
4601 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4602 <context context-type="linenumber">73</context>
4603 </context-group>
4604 </trans-unit>
4605 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48" datatype="html">
4606 <source>Username</source>
4607 <target/>
4608 <context-group purpose="location">
4609 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4610 <context context-type="linenumber">83</context>
4611 </context-group>
4612 <context-group purpose="location">
4613 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4614 <context context-type="linenumber">83</context>
4615 </context-group>
4616 <context-group purpose="location">
4617 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
4618 <context context-type="linenumber">19</context>
4619 </context-group>
4620 </trans-unit>
4621 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a" datatype="html">
4622 <source>john</source>
4623 <target/>
4624 <context-group purpose="location">
4625 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4626 <context context-type="linenumber">85</context>
4627 </context-group>
4628 <context-group purpose="location">
4629 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4630 <context context-type="linenumber">85</context>
4631 </context-group>
4632 </trans-unit>
4633 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05" datatype="html">
4634 <source>mail@example.com</source>
4635 <target/>
4636 <context-group purpose="location">
4637 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4638 <context context-type="linenumber">96</context>
4639 </context-group>
4640 <context-group purpose="location">
4641 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4642 <context context-type="linenumber">96</context>
4643 </context-group>
4644 </trans-unit>
4645 <trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html">
4646 <source>If you leave the password empty, an email will be sent to the user.</source>
4647 <target/>
4648 <context-group purpose="location">
4649 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4650 <context context-type="linenumber">109</context>
4651 </context-group>
4652 <context-group purpose="location">
4653 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4654 <context context-type="linenumber">109</context>
4655 </context-group>
4656 </trans-unit>
4657 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html">
4658 <source>Role</source>
4659 <target/>
4660 <context-group purpose="location">
4661 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4662 <context context-type="linenumber">124</context>
4663 </context-group>
4664 <context-group purpose="location">
4665 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4666 <context context-type="linenumber">124</context>
4667 </context-group>
4668 <context-group purpose="location">
4669 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4670 <context context-type="linenumber">48</context>
4671 </context-group>
4672 </trans-unit>
4673 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
4674 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source>
4675 <target/>
4676 <context-group purpose="location">
4677 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4678 <context context-type="linenumber">148</context>
4679 </context-group>
4680 <context-group purpose="location">
4681 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4682 <context context-type="linenumber">148</context>
4683 </context-group>
4684 </trans-unit>
4685 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496" datatype="html">
4686 <source>Daily video quota</source>
4687 <target/>
4688 <context-group purpose="location">
4689 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4690 <context context-type="linenumber">155</context>
4691 </context-group>
4692 <context-group purpose="location">
4693 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4694 <context context-type="linenumber">155</context>
4695 </context-group>
4696 <context-group purpose="location">
4697 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4698 <context context-type="linenumber">18</context>
4699 </context-group>
4700 </trans-unit>
4701 <trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html">
4702 <source>Doesn't need review before a video goes public</source>
4703 <target/>
4704 <context-group purpose="location">
4705 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4706 <context context-type="linenumber">168</context>
4707 </context-group>
4708 <context-group purpose="location">
4709 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4710 <context context-type="linenumber">168</context>
4711 </context-group>
4712 </trans-unit>
4713 <trans-unit id="e6c299a11dadb59bf789ecc5d85eb1a1ebff4613" datatype="html">
4714 <source>DANGER ZONE</source>
4715 <target/>
4716 <context-group purpose="location">
4717 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4718 <context context-type="linenumber">186</context>
4719 </context-group>
4720 <context-group purpose="location">
4721 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4722 <context context-type="linenumber">186</context>
4723 </context-group>
4724 <context-group purpose="location">
4725 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4726 <context context-type="linenumber">83</context>
4727 </context-group>
4728 </trans-unit>
4729 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html">
4730 <source>Send a link to reset the password by email to the user</source>
4731 <target/>
4732 <context-group purpose="location">
4733 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4734 <context context-type="linenumber">193</context>
4735 </context-group>
4736 <context-group purpose="location">
4737 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4738 <context context-type="linenumber">193</context>
4739 </context-group>
4740 </trans-unit>
4741 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html">
4742 <source>Ask for new password</source>
4743 <target/>
4744 <context-group purpose="location">
4745 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4746 <context context-type="linenumber">194</context>
4747 </context-group>
4748 <context-group purpose="location">
4749 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4750 <context context-type="linenumber">194</context>
4751 </context-group>
4752 </trans-unit>
4753 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html">
4754 <source>Manually set the user password</source>
4755 <target/>
4756 <context-group purpose="location">
4757 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4758 <context context-type="linenumber">198</context>
4759 </context-group>
4760 <context-group purpose="location">
4761 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4762 <context context-type="linenumber">198</context>
4763 </context-group>
4764 </trans-unit>
4765 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html">
4766 <source>Show</source>
4767 <target/>
4768 <context-group purpose="location">
4769 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context>
4770 <context context-type="linenumber">10</context>
4771 </context-group>
4772 </trans-unit>
4773 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74" datatype="html">
4774 <source>Hide</source>
4775 <target/>
4776 <context-group purpose="location">
4777 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context>
4778 <context context-type="linenumber">11</context>
4779 </context-group>
4780 </trans-unit>
4781 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f" datatype="html">
4782 <source>Users list</source>
4783 <target/>
4784 <context-group purpose="location">
4785 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4786 <context context-type="linenumber">2</context>
4787 </context-group>
4788 </trans-unit>
4789 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
4790 <source>Create user</source>
4791 <target/>
4792 <context-group purpose="location">
4793 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4794 <context context-type="linenumber">6</context>
4795 </context-group>
4796 </trans-unit>
4797 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
4798 <source>Batch actions</source>
4799 <target/>
4800 <context-group purpose="location">
4801 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4802 <context context-type="linenumber">22</context>
4803 </context-group>
4804 </trans-unit>
4805 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
4806 <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>
4807 <target/>
4808 <context-group purpose="location">
4809 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4810 <context context-type="linenumber">45</context>
4811 </context-group>
4812 </trans-unit>
4813 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
4814 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4815 <target/>
4816 <context-group purpose="location">
4817 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4818 <context context-type="linenumber">47</context>
4819 </context-group>
4820 </trans-unit>
4821 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
4822 <source>Auth plugin</source>
4823 <target/>
4824 <context-group purpose="location">
4825 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4826 <context context-type="linenumber">49</context>
4827 </context-group>
4828 </trans-unit>
4829 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
4830 <source>(banned)</source>
4831 <target/>
4832 <context-group purpose="location">
4833 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4834 <context context-type="linenumber">82</context>
4835 </context-group>
4836 </trans-unit>
4837 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
4838 <source>Open account in a new tab</source>
4839 <target/>
4840 <context-group purpose="location">
4841 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4842 <context context-type="linenumber">69</context>
4843 </context-group>
4844 <context-group purpose="location">
4845 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4846 <context context-type="linenumber">57</context>
4847 </context-group>
4848 <context-group purpose="location">
4849 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4850 <context context-type="linenumber">31</context>
4851 </context-group>
4852 </trans-unit>
4853 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
4854 <source>User's email must be verified to login</source>
4855 <target/>
4856 <context-group purpose="location">
4857 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4858 <context context-type="linenumber">89</context>
4859 </context-group>
4860 </trans-unit>
4861 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
4862 <source>User's email is verified / User can login without email verification</source>
4863 <target/>
4864 <context-group purpose="location">
4865 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4866 <context context-type="linenumber">93</context>
4867 </context-group>
4868 </trans-unit>
4869 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
4870 <source>Ban reason:</source>
4871 <target/>
4872 <context-group purpose="location">
4873 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4874 <context context-type="linenumber">118</context>
4875 </context-group>
4876 </trans-unit>
4877 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
4878 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
4879 <target/>
4880 <context-group purpose="location">
4881 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4882 <context context-type="linenumber">15</context>
4883 </context-group>
4884 </trans-unit>
4885 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
4886 <source>Moderation</source>
4887 <target/>
4888 <context-group purpose="location">
4889 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
4890 <context context-type="linenumber">2</context>
4891 </context-group>
4892 </trans-unit>
4893 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e" datatype="html">
4894 <source>Video abuses</source>
4895 <target/>
4896 <context-group purpose="location">
4897 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
4898 <context context-type="linenumber">5</context>
4899 </context-group>
4900 </trans-unit>
4901 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html">
4902 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
4903 <target/>
4904 <context-group purpose="location">
4905 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
4906 <context context-type="linenumber">7</context>
4907 </context-group>
4908 </trans-unit>
4909 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45" datatype="html">
4910 <source>Auto-blacklisted videos</source>
4911 <target/>
4912 <context-group purpose="location">
4913 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
4914 <context context-type="linenumber">9</context>
4915 </context-group>
4916 </trans-unit>
4917 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c" datatype="html">
4918 <source>Muted accounts</source>
4919 <target/>
4920 <context-group purpose="location">
4921 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
4922 <context context-type="linenumber">11</context>
4923 </context-group>
4924 <context-group purpose="location">
4925 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
4926 <context context-type="linenumber">2</context>
4927 </context-group>
4928 </trans-unit>
4929 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2" datatype="html">
4930 <source>Muted servers</source>
4931 <target/>
4932 <context-group purpose="location">
4933 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
4934 <context context-type="linenumber">13</context>
4935 </context-group>
4936 </trans-unit>
4937 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
4938 <source>Sensitive</source>
4939 <target/>
4940 <context-group purpose="location">
4941 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4942 <context context-type="linenumber">25</context>
4943 </context-group>
4944 </trans-unit>
4945 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
4946 <source>Unfederated</source>
4947 <target/>
4948 <context-group purpose="location">
4949 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4950 <context context-type="linenumber">26</context>
4951 </context-group>
4952 </trans-unit>
4953 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
4954 <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>
4955 <target/>
4956 <context-group purpose="location">
4957 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4958 <context context-type="linenumber">27</context>
4959 </context-group>
4960 </trans-unit>
4961 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
4962 <source>Video was blacklisted</source>
4963 <target/>
4964 <context-group purpose="location">
4965 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4966 <context context-type="linenumber">50</context>
4967 </context-group>
4968 <context-group purpose="location">
4969 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4970 <context context-type="linenumber">89</context>
4971 </context-group>
4972 </trans-unit>
4973 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
4974 <source>Actions</source>
4975 <target/>
4976 <context-group purpose="location">
4977 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4978 <context context-type="linenumber">72</context>
4979 </context-group>
4980 <context-group purpose="location">
4981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4982 <context context-type="linenumber">123</context>
4983 </context-group>
4984 </trans-unit>
4985 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
4986 <source>Blacklist reason:</source>
4987 <target/>
4988 <context-group purpose="location">
4989 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4990 <context context-type="linenumber">82</context>
4991 </context-group>
4992 </trans-unit>
4993 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
4994 <source>No blacklisted video found matching current filters.</source>
4995 <target/>
4996 <context-group purpose="location">
4997 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4998 <context context-type="linenumber">93</context>
4999 </context-group>
5000 </trans-unit>
5001 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
5002 <source>No blacklisted video found.</source>
5003 <target/>
5004 <context-group purpose="location">
5005 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5006 <context context-type="linenumber">94</context>
5007 </context-group>
5008 </trans-unit>
5009 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
5010 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
5011 <target/>
5012 <context-group purpose="location">
5013 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5014 <context context-type="linenumber">5</context>
5015 </context-group>
5016 </trans-unit>
5017 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
5018 <source>Moderation comment</source>
5019 <target/>
5020 <context-group purpose="location">
5021 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
5022 <context context-type="linenumber">3</context>
5023 </context-group>
5024 </trans-unit>
5025 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html">
5026 <source>This comment can only be seen by you or the other moderators.</source>
5027 <target/>
5028 <context-group purpose="location">
5029 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
5030 <context context-type="linenumber">20</context>
5031 </context-group>
5032 </trans-unit>
5033 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
5034 <source>Update this comment</source>
5035 <target/>
5036 <context-group purpose="location">
5037 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
5038 <context context-type="linenumber">31</context>
5039 </context-group>
5040 </trans-unit>
5041 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
5042 <source>Advanced report filters</source>
5043 <target/>
5044 <context-group purpose="location">
5045 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5046 <context context-type="linenumber">18</context>
5047 </context-group>
5048 </trans-unit>
5049 <trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
5050 <source>Unsolved reports</source>
5051 <target/>
5052 <context-group purpose="location">
5053 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5054 <context context-type="linenumber">19</context>
5055 </context-group>
5056 </trans-unit>
5057 <trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
5058 <source>Accepted reports</source>
5059 <target/>
5060 <context-group purpose="location">
5061 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5062 <context context-type="linenumber">20</context>
5063 </context-group>
5064 </trans-unit>
5065 <trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
5066 <source>Refused reports</source>
5067 <target/>
5068 <context-group purpose="location">
5069 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5070 <context context-type="linenumber">21</context>
5071 </context-group>
5072 </trans-unit>
5073 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
5074 <source>Reports with blacklisted videos</source>
5075 <target/>
5076 <context-group purpose="location">
5077 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5078 <context context-type="linenumber">22</context>
5079 </context-group>
5080 </trans-unit>
5081 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
5082 <source>Reports with deleted videos</source>
5083 <target/>
5084 <context-group purpose="location">
5085 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5086 <context context-type="linenumber">23</context>
5087 </context-group>
5088 </trans-unit>
5089 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
5090 <source>Reporter</source>
5091 <target/>
5092 <context-group purpose="location">
5093 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5094 <context context-type="linenumber">40</context>
5095 </context-group>
5096 <context-group purpose="location">
5097 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5098 <context context-type="linenumber">7</context>
5099 </context-group>
5100 </trans-unit>
5101 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
5102 <source>Video</source>
5103 <target/>
5104 <context-group purpose="location">
5105 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5106 <context context-type="linenumber">41</context>
5107 </context-group>
5108 <context-group purpose="location">
5109 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5110 <context context-type="linenumber">14</context>
5111 </context-group>
5112 <context-group purpose="location">
5113 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5114 <context context-type="linenumber">10</context>
5115 </context-group>
5116 </trans-unit>
5117 <trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
5118 <source>This video has been reported multiple times.</source>
5119 <target/>
5120 <context-group purpose="location">
5121 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5122 <context context-type="linenumber">80</context>
5123 </context-group>
5124 </trans-unit>
5125 <trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
5126 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source>
5127 <target/>
5128 <context-group purpose="location">
5129 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5130 <context context-type="linenumber">91</context>
5131 </context-group>
5132 <context-group purpose="location">
5133 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5134 <context context-type="linenumber">107</context>
5135 </context-group>
5136 </trans-unit>
5137 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
5138 <source>Video was deleted</source>
5139 <target/>
5140 <context-group purpose="location">
5141 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5142 <context context-type="linenumber">98</context>
5143 </context-group>
5144 </trans-unit>
5145 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
5146 <source>No video abuses found matching current filters.</source>
5147 <target/>
5148 <context-group purpose="location">
5149 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5150 <context context-type="linenumber">141</context>
5151 </context-group>
5152 </trans-unit>
5153 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
5154 <source>No video abuses found.</source>
5155 <target/>
5156 <context-group purpose="location">
5157 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5158 <context context-type="linenumber">142</context>
5159 </context-group>
5160 </trans-unit>
5161 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
5162 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
5163 <target/>
5164 <context-group purpose="location">
5165 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5166 <context context-type="linenumber">5</context>
5167 </context-group>
5168 </trans-unit>
5169 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
5170 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
5171 <target/>
5172 <context-group purpose="location">
5173 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5174 <context context-type="linenumber">20</context>
5175 </context-group>
5176 </trans-unit>
5177 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
5178 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
5179 <target/>
5180 <context-group purpose="location">
5181 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5182 <context context-type="linenumber">21</context>
5183 </context-group>
5184 </trans-unit>
5185 <trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
5186 <source>Reportee</source>
5187 <target/>
5188 <context-group purpose="location">
5189 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5190 <context context-type="linenumber">27</context>
5191 </context-group>
5192 </trans-unit>
5193 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
5194 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
5195 <target/>
5196 <context-group purpose="location">
5197 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5198 <context context-type="linenumber">40</context>
5199 </context-group>
5200 </trans-unit>
5201 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
5202 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
5203 <target/>
5204 <context-group purpose="location">
5205 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5206 <context context-type="linenumber">41</context>
5207 </context-group>
5208 </trans-unit>
5209 <trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
5210 <source>Updated</source>
5211 <target/>
5212 <context-group purpose="location">
5213 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5214 <context context-type="linenumber">47</context>
5215 </context-group>
5216 </trans-unit>
5217 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
5218 <source>Report</source>
5219 <target/>
5220 <context-group purpose="location">
5221 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5222 <context context-type="linenumber">54</context>
5223 </context-group>
5224 </trans-unit>
5225 <trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
5226 <source>Note</source>
5227 <target/>
5228 <context-group purpose="location">
5229 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5230 <context context-type="linenumber">61</context>
5231 </context-group>
5232 </trans-unit>
5233 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
5234 <source>The video was deleted</source>
5235 <target/>
5236 <context-group purpose="location">
5237 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5238 <context context-type="linenumber">71</context>
5239 </context-group>
5240 </trans-unit>
5241 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
5242 <source>The video was blacklisted</source>
5243 <target/>
5244 <context-group purpose="location">
5245 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5246 <context context-type="linenumber">72</context>
5247 </context-group>
5248 </trans-unit>
5249 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
5250 <source>Unblacklist</source>
5251 <target/>
5252 <context-group purpose="location">
5253 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
5254 <context context-type="linenumber">12</context>
5255 </context-group>
5256 <context-group purpose="location">
5257 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
5258 <context context-type="linenumber">17</context>
5259 </context-group>
5260 </trans-unit>
5261 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
5262 <source>Mute domain</source>
5263 <target/>
5264 <context-group purpose="location">
5265 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5266 <context context-type="linenumber">19</context>
5267 </context-group>
5268 </trans-unit>
5269 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
5270 <source>Instance</source>
5271 <target/>
5272 <context-group purpose="location">
5273 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5274 <context context-type="linenumber">26</context>
5275 </context-group>
5276 <context-group purpose="location">
5277 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
5278 <context context-type="linenumber">12</context>
5279 </context-group>
5280 <context-group purpose="location">
5281 <context context-type="sourcefile">src/app/+about/about.component.html</context>
5282 <context context-type="linenumber">5</context>
5283 </context-group>
5284 </trans-unit>
5285 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
5286 <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>
5287 <target/>
5288 <context-group purpose="location">
5289 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5290 <context context-type="linenumber">27</context>
5291 </context-group>
5292 <context-group purpose="location">
5293 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5294 <context context-type="linenumber">23</context>
5295 </context-group>
5296 <context-group purpose="location">
5297 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
5298 <context context-type="linenumber">13</context>
5299 </context-group>
5300 <context-group purpose="location">
5301 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
5302 <context context-type="linenumber">13</context>
5303 </context-group>
5304 </trans-unit>
5305 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
5306 <source>Unmute</source>
5307 <target/>
5308 <context-group purpose="location">
5309 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5310 <context context-type="linenumber">42</context>
5311 </context-group>
5312 <context-group purpose="location">
5313 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5314 <context context-type="linenumber">49</context>
5315 </context-group>
5316 <context-group purpose="location">
5317 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
5318 <context context-type="linenumber">23</context>
5319 </context-group>
5320 <context-group purpose="location">
5321 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
5322 <context context-type="linenumber">23</context>
5323 </context-group>
5324 </trans-unit>
5325 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
5326 <source>No server found matching current filters.</source>
5327 <target/>
5328 <context-group purpose="location">
5329 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5330 <context context-type="linenumber">51</context>
5331 </context-group>
5332 </trans-unit>
5333 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
5334 <source>No server found.</source>
5335 <target/>
5336 <context-group purpose="location">
5337 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5338 <context context-type="linenumber">52</context>
5339 </context-group>
5340 </trans-unit>
5341 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
5342 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
5343 <target/>
5344 <context-group purpose="location">
5345 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5346 <context context-type="linenumber">5</context>
5347 </context-group>
5348 </trans-unit>
5349 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
5350 <source>Mute domains</source>
5351 <target/>
5352 <context-group purpose="location">
5353 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5354 <context context-type="linenumber">59</context>
5355 </context-group>
5356 </trans-unit>
5357 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
5358 <source>Account</source>
5359 <target/>
5360 <context-group purpose="location">
5361 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5362 <context context-type="linenumber">22</context>
5363 </context-group>
5364 <context-group purpose="location">
5365 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
5366 <context context-type="linenumber">12</context>
5367 </context-group>
5368 </trans-unit>
5369 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
5370 <source>No account found matching current filters.</source>
5371 <target/>
5372 <context-group purpose="location">
5373 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5374 <context context-type="linenumber">58</context>
5375 </context-group>
5376 </trans-unit>
5377 <trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
5378 <source>No account found.</source>
5379 <target/>
5380 <context-group purpose="location">
5381 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5382 <context context-type="linenumber">59</context>
5383 </context-group>
5384 </trans-unit>
5385 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
5386 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
5387 <target/>
5388 <context-group purpose="location">
5389 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5390 <context context-type="linenumber">5</context>
5391 </context-group>
5392 </trans-unit>
5393 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
5394 <source>Plugins/Themes</source>
5395 <target/>
5396 <context-group purpose="location">
5397 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
5398 <context context-type="linenumber">2</context>
5399 </context-group>
5400 </trans-unit>
5401 <trans-unit id="86288c2ac6b43ed195f0bc8bce825a3ab8151b71" datatype="html">
5402 <source>Installed</source>
5403 <target/>
5404 <context-group purpose="location">
5405 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
5406 <context context-type="linenumber">5</context>
5407 </context-group>
5408 </trans-unit>
5409 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
5410 <source>Go to the plugin homepage</source>
5411 <target/>
5412 <context-group purpose="location">
5413 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
5414 <context context-type="linenumber">17</context>
5415 </context-group>
5416 <context-group purpose="location">
5417 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
5418 <context context-type="linenumber">21</context>
5419 </context-group>
5420 <context-group purpose="location">
5421 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5422 <context context-type="linenumber">40</context>
5423 </context-group>
5424 </trans-unit>
5425 <trans-unit id="1dfba504a0d0bf41da961d89d402dedecde5e30d" datatype="html">
5426 <source>Uninstall</source>
5427 <target/>
5428 <context-group purpose="location">
5429 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
5430 <context context-type="linenumber">32</context>
5431 </context-group>
5432 </trans-unit>
5433 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
5434 <source>Search...</source>
5435 <target/>
5436 <context-group purpose="location">
5437 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5438 <context context-type="linenumber">6</context>
5439 </context-group>
5440 </trans-unit>
5441 <trans-unit id="fcef699ec12dbd6fcf9881d527af2fd775ccfdc7" datatype="html">
5442 <source>To load your new installed plugins or themes, refresh the page.</source>
5443 <target/>
5444 <context-group purpose="location">
5445 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5446 <context context-type="linenumber">9</context>
5447 </context-group>
5448 </trans-unit>
5449 <trans-unit id="8fc026bb4b317bf3a6159c364818202f5bb95a4e" datatype="html">
5450 <source>Popular</source>
5451 <target/>
5452 <context-group purpose="location">
5453 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5454 <context context-type="linenumber">16</context>
5455 </context-group>
5456 </trans-unit>
5457 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005" datatype="html">
5458 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source>
5459 <target/>
5460 <context-group purpose="location">
5461 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5462 <context context-type="linenumber">22</context>
5463 </context-group>
5464 </trans-unit>
5465 <trans-unit id="b1363973a9482c7b0a7c4a1d066fd64625d40207" datatype="html">
5466 <source>No results.</source>
5467 <target/>
5468 <context-group purpose="location">
5469 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5470 <context context-type="linenumber">28</context>
5471 </context-group>
5472 </trans-unit>
5473 <trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html">
5474 <source>Go to the plugin npm package</source>
5475 <target/>
5476 <context-group purpose="location">
5477 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5478 <context context-type="linenumber">44</context>
5479 </context-group>
5480 </trans-unit>
5481 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
5482 <source>This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. </source>
5483 <target/>
5484 <context-group purpose="location">
5485 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context>
5486 <context context-type="linenumber">47</context>
5487 </context-group>
5488 </trans-unit>
5489 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
5490 <source>System</source>
5491 <target/>
5492 <context-group purpose="location">
5493 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5494 <context context-type="linenumber">2</context>
5495 </context-group>
5496 </trans-unit>
5497 <trans-unit id="43f1cc191ebc0b8ce89f6916aa634f5a57158798" datatype="html">
5498 <source>Jobs</source>
5499 <target/>
5500 <context-group purpose="location">
5501 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5502 <context context-type="linenumber">5</context>
5503 </context-group>
5504 </trans-unit>
5505 <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html">
5506 <source>Logs</source>
5507 <target/>
5508 <context-group purpose="location">
5509 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5510 <context context-type="linenumber">7</context>
5511 </context-group>
5512 </trans-unit>
5513 <trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0" datatype="html">
5514 <source>Debug</source>
5515 <target/>
5516 <context-group purpose="location">
5517 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5518 <context context-type="linenumber">9</context>
5519 </context-group>
5520 </trans-unit>
5521 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
5522 <source>Job type</source>
5523 <target/>
5524 <context-group purpose="location">
5525 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5526 <context context-type="linenumber">3</context>
5527 </context-group>
5528 </trans-unit>
5529 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
5530 <source>Job state</source>
5531 <target/>
5532 <context-group purpose="location">
5533 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5534 <context context-type="linenumber">12</context>
5535 </context-group>
5536 </trans-unit>
5537 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
5538 <source>ID</source>
5539 <target/>
5540 <context-group purpose="location">
5541 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5542 <context context-type="linenumber">29</context>
5543 </context-group>
5544 </trans-unit>
5545 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
5546 <source>Type</source>
5547 <target/>
5548 <context-group purpose="location">
5549 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5550 <context context-type="linenumber">30</context>
5551 </context-group>
5552 </trans-unit>
5553 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
5554 <source>State</source>
5555 <target/>
5556 <context-group purpose="location">
5557 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5558 <context context-type="linenumber">32</context>
5559 </context-group>
5560 <context-group purpose="location">
5561 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5562 <context context-type="linenumber">11</context>
5563 </context-group>
5564 </trans-unit>
5565 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
5566 <source>Delayed.</source>
5567 <target/>
5568 <context-group purpose="location">
5569 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5570 <context context-type="linenumber">47</context>
5571 </context-group>
5572 </trans-unit>
5573 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
5574 <source>Will start soon...</source>
5575 <target/>
5576 <context-group purpose="location">
5577 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5578 <context context-type="linenumber">48</context>
5579 </context-group>
5580 </trans-unit>
5581 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
5582 <source>Running...</source>
5583 <target/>
5584 <context-group purpose="location">
5585 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5586 <context context-type="linenumber">49</context>
5587 </context-group>
5588 </trans-unit>
5589 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
5590 <source>Finished</source>
5591 <target/>
5592 <context-group purpose="location">
5593 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5594 <context context-type="linenumber">50</context>
5595 </context-group>
5596 </trans-unit>
5597 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
5598 <source>Failed</source>
5599 <target/>
5600 <context-group purpose="location">
5601 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5602 <context context-type="linenumber">51</context>
5603 </context-group>
5604 </trans-unit>
5605 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
5606 <source>Refresh</source>
5607 <target/>
5608 <context-group purpose="location">
5609 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
5610 <context context-type="linenumber">20</context>
5611 </context-group>
5612 </trans-unit>
5613 <trans-unit id="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
5614 <source>Loading...</source>
5615 <target/>
5616 <context-group purpose="location">
5617 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
5618 <context context-type="linenumber">24</context>
5619 </context-group>
5620 </trans-unit>
5621 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
5622 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source>
5623 <target/>
5624 <context-group purpose="location">
5625 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
5626 <context context-type="linenumber">32</context>
5627 </context-group>
5628 </trans-unit>
5629 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
5630 <source>Instance information</source>
5631 <target/>
5632 <context-group purpose="location">
5633 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5634 <context context-type="linenumber">6</context>
5635 </context-group>
5636 </trans-unit>
5637 <trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html">
5638 <source>INSTANCE</source>
5639 <target/>
5640 <context-group purpose="location">
5641 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5642 <context context-type="linenumber">14</context>
5643 </context-group>
5644 </trans-unit>
5645 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html">
5646 <source>Name</source>
5647 <target/>
5648 <context-group purpose="location">
5649 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5650 <context context-type="linenumber">20</context>
5651 </context-group>
5652 <context-group purpose="location">
5653 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5654 <context context-type="linenumber">32</context>
5655 </context-group>
5656 <context-group purpose="location">
5657 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5658 <context context-type="linenumber">32</context>
5659 </context-group>
5660 </trans-unit>
5661 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b" datatype="html">
5662 <source>Short description</source>
5663 <target/>
5664 <context-group purpose="location">
5665 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5666 <context context-type="linenumber">29</context>
5667 </context-group>
5668 </trans-unit>
5669 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html">
5670 <source>Main instance categories</source>
5671 <target/>
5672 <context-group purpose="location">
5673 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5674 <context context-type="linenumber">47</context>
5675 </context-group>
5676 </trans-unit>
5677 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
5678 <source>Main languages you/your moderators speak</source>
5679 <target/>
5680 <context-group purpose="location">
5681 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5682 <context context-type="linenumber">59</context>
5683 </context-group>
5684 </trans-unit>
5685 <trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
5686 <source>MODERATION &amp; NSFW</source>
5687 <target/>
5688 <context-group purpose="location">
5689 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5690 <context context-type="linenumber">75</context>
5691 </context-group>
5692 </trans-unit>
5693 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
5694 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source>
5695 <target/>
5696 <context-group purpose="location">
5697 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5698 <context context-type="linenumber">76</context>
5699 </context-group>
5700 </trans-unit>
5701 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
5702 <source>This instance is dedicated to sensitive or NSFW content</source>
5703 <target/>
5704 <context-group purpose="location">
5705 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5706 <context context-type="linenumber">86</context>
5707 </context-group>
5708 </trans-unit>
5709 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
5710 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
5711 <target/>
5712 <context-group purpose="location">
5713 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5714 <context context-type="linenumber">90</context>
5715 </context-group>
5716 </trans-unit>
5717 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9" datatype="html">
5718 <source>Policy on videos containing sensitive content</source>
5719 <target/>
5720 <context-group purpose="location">
5721 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5722 <context context-type="linenumber">99</context>
5723 </context-group>
5724 </trans-unit>
5725 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
5726 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
5727 <target/>
5728 <context-group purpose="location">
5729 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5730 <context context-type="linenumber">103</context>
5731 </context-group>
5732 </trans-unit>
5733 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
5734 <source>Terms</source>
5735 <target/>
5736 <context-group purpose="location">
5737 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5738 <context context-type="linenumber">121</context>
5739 </context-group>
5740 <context-group purpose="location">
5741 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5742 <context context-type="linenumber">77</context>
5743 </context-group>
5744 <context-group purpose="location">
5745 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5746 <context context-type="linenumber">88</context>
5747 </context-group>
5748 </trans-unit>
5749 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
5750 <source>Code of conduct</source>
5751 <target/>
5752 <context-group purpose="location">
5753 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5754 <context context-type="linenumber">130</context>
5755 </context-group>
5756 <context-group purpose="location">
5757 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5758 <context context-type="linenumber">71</context>
5759 </context-group>
5760 <context-group purpose="location">
5761 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5762 <context context-type="linenumber">82</context>
5763 </context-group>
5764 </trans-unit>
5765 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
5766 <source>Moderation information</source>
5767 <target/>
5768 <context-group purpose="location">
5769 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5770 <context context-type="linenumber">139</context>
5771 </context-group>
5772 <context-group purpose="location">
5773 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5774 <context context-type="linenumber">65</context>
5775 </context-group>
5776 <context-group purpose="location">
5777 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5778 <context context-type="linenumber">76</context>
5779 </context-group>
5780 </trans-unit>
5781 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
5782 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
5783 <target/>
5784 <context-group purpose="location">
5785 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5786 <context context-type="linenumber">140</context>
5787 </context-group>
5788 </trans-unit>
5789 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
5790 <source>YOU AND YOUR INSTANCE</source>
5791 <target/>
5792 <context-group purpose="location">
5793 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5794 <context context-type="linenumber">154</context>
5795 </context-group>
5796 </trans-unit>
5797 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
5798 <source>Who is behind the instance?</source>
5799 <target/>
5800 <context-group purpose="location">
5801 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5802 <context context-type="linenumber">160</context>
5803 </context-group>
5804 </trans-unit>
5805 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
5806 <source>A single person? A non-profit? A company?</source>
5807 <target/>
5808 <context-group purpose="location">
5809 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5810 <context context-type="linenumber">161</context>
5811 </context-group>
5812 </trans-unit>
5813 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
5814 <source>Why did you create this instance?</source>
5815 <target/>
5816 <context-group purpose="location">
5817 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5818 <context context-type="linenumber">172</context>
5819 </context-group>
5820 </trans-unit>
5821 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
5822 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
5823 <target/>
5824 <context-group purpose="location">
5825 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5826 <context context-type="linenumber">173</context>
5827 </context-group>
5828 </trans-unit>
5829 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
5830 <source>How long do you plan to maintain this instance?</source>
5831 <target/>
5832 <context-group purpose="location">
5833 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5834 <context context-type="linenumber">183</context>
5835 </context-group>
5836 </trans-unit>
5837 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
5838 <source>It's important to know for users who want to register on your instance</source>
5839 <target/>
5840 <context-group purpose="location">
5841 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5842 <context context-type="linenumber">184</context>
5843 </context-group>
5844 </trans-unit>
5845 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
5846 <source>How will you finance the PeerTube server?</source>
5847 <target/>
5848 <context-group purpose="location">
5849 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5850 <context context-type="linenumber">194</context>
5851 </context-group>
5852 </trans-unit>
5853 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
5854 <source>With your own funds? With user donations? Advertising?</source>
5855 <target/>
5856 <context-group purpose="location">
5857 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5858 <context context-type="linenumber">195</context>
5859 </context-group>
5860 </trans-unit>
5861 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
5862 <source>OTHER INFORMATION</source>
5863 <target/>
5864 <context-group purpose="location">
5865 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5866 <context context-type="linenumber">209</context>
5867 </context-group>
5868 </trans-unit>
5869 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
5870 <source>What server/hardware does the instance run on?</source>
5871 <target/>
5872 <context-group purpose="location">
5873 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5874 <context context-type="linenumber">215</context>
5875 </context-group>
5876 </trans-unit>
5877 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
5878 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
5879 <target/>
5880 <context-group purpose="location">
5881 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5882 <context context-type="linenumber">216</context>
5883 </context-group>
5884 </trans-unit>
5885 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
5886 <source>Basic configuration</source>
5887 <target/>
5888 <context-group purpose="location">
5889 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5890 <context context-type="linenumber">234</context>
5891 </context-group>
5892 </trans-unit>
5893 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
5894 <source>APPEARANCE</source>
5895 <target/>
5896 <context-group purpose="location">
5897 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5898 <context context-type="linenumber">240</context>
5899 </context-group>
5900 </trans-unit>
5901 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
5902 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
5903 <target/>
5904 <context-group purpose="location">
5905 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5906 <context context-type="linenumber">241</context>
5907 </context-group>
5908 </trans-unit>
5909 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
5910 <source>default</source>
5911 <target/>
5912 <context-group purpose="location">
5913 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5914 <context context-type="linenumber">254</context>
5915 </context-group>
5916 </trans-unit>
5917 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
5918 <source>Landing page</source>
5919 <target/>
5920 <context-group purpose="location">
5921 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5922 <context context-type="linenumber">263</context>
5923 </context-group>
5924 </trans-unit>
5925 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
5926 <source>Discover videos</source>
5927 <target>Descoperă videoclipuri</target>
5928 <context-group purpose="location">
5929 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5930 <context context-type="linenumber">266</context>
5931 </context-group>
5932 </trans-unit>
5933 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
5934 <source>Trending videos</source>
5935 <target/>
5936 <context-group purpose="location">
5937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5938 <context context-type="linenumber">267</context>
5939 </context-group>
5940 </trans-unit>
5941 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
5942 <source>Most liked videos</source>
5943 <target>Cele mai apreciate videoclipuri</target>
5944 <context-group purpose="location">
5945 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5946 <context context-type="linenumber">268</context>
5947 </context-group>
5948 </trans-unit>
5949 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
5950 <source>Recently added videos</source>
5951 <target/>
5952 <context-group purpose="location">
5953 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5954 <context context-type="linenumber">269</context>
5955 </context-group>
5956 </trans-unit>
5957 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
5958 <source>Local videos</source>
5959 <target/>
5960 <context-group purpose="location">
5961 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5962 <context context-type="linenumber">270</context>
5963 </context-group>
5964 </trans-unit>
5965 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
5966 <source>NEW USERS</source>
5967 <target/>
5968 <context-group purpose="location">
5969 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5970 <context context-type="linenumber">281</context>
5971 </context-group>
5972 </trans-unit>
5973 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
5974 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source>
5975 <target/>
5976 <context-group purpose="location">
5977 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5978 <context context-type="linenumber">282</context>
5979 </context-group>
5980 </trans-unit>
5981 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5982 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5983 <target/>
5984 <context-group purpose="location">
5985 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5986 <context context-type="linenumber">296</context>
5987 </context-group>
5988 <context-group purpose="location">
5989 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5990 <context context-type="linenumber">435</context>
5991 </context-group>
5992 <context-group purpose="location">
5993 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5994 <context context-type="linenumber">448</context>
5995 </context-group>
5996 </trans-unit>
5997 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
5998 <source>Signup requires email verification</source>
5999 <target/>
6000 <context-group purpose="location">
6001 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6002 <context context-type="linenumber">301</context>
6003 </context-group>
6004 </trans-unit>
6005 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
6006 <source>Signup limit</source>
6007 <target/>
6008 <context-group purpose="location">
6009 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6010 <context context-type="linenumber">305</context>
6011 </context-group>
6012 </trans-unit>
6013 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
6014 <source>Signup enabled</source>
6015 <target/>
6016 <context-group purpose="location">
6017 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6018 <context context-type="linenumber">293</context>
6019 </context-group>
6020 </trans-unit>
6021 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
6022 <source>Default video quota per user</source>
6023 <target/>
6024 <context-group purpose="location">
6025 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6026 <context context-type="linenumber">320</context>
6027 </context-group>
6028 </trans-unit>
6029 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
6030 <source>Default daily upload limit per user</source>
6031 <target/>
6032 <context-group purpose="location">
6033 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6034 <context context-type="linenumber">332</context>
6035 </context-group>
6036 </trans-unit>
6037 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
6038 <source>NEW VIDEOS</source>
6039 <target/>
6040 <context-group purpose="location">
6041 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6042 <context context-type="linenumber">349</context>
6043 </context-group>
6044 </trans-unit>
6045 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
6046 <source>Allow import with HTTP URL (i.e. YouTube)</source>
6047 <target/>
6048 <context-group purpose="location">
6049 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6050 <context context-type="linenumber">360</context>
6051 </context-group>
6052 </trans-unit>
6053 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
6054 <source>Allow import with a torrent file or a magnet URI</source>
6055 <target/>
6056 <context-group purpose="location">
6057 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6058 <context context-type="linenumber">367</context>
6059 </context-group>
6060 </trans-unit>
6061 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
6062 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
6063 <target/>
6064 <context-group purpose="location">
6065 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6066 <context context-type="linenumber">384</context>
6067 </context-group>
6068 </trans-unit>
6069 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
6070 <source>Blacklist new videos automatically</source>
6071 <target/>
6072 <context-group purpose="location">
6073 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6074 <context context-type="linenumber">381</context>
6075 </context-group>
6076 </trans-unit>
6077 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
6078 <source>FEDERATION</source>
6079 <target/>
6080 <context-group purpose="location">
6081 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6082 <context context-type="linenumber">398</context>
6083 </context-group>
6084 </trans-unit>
6085 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
6086 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source>
6087 <target/>
6088 <context-group purpose="location">
6089 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6090 <context context-type="linenumber">399</context>
6091 </context-group>
6092 </trans-unit>
6093 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
6094 <source>Other instances can follow yours</source>
6095 <target/>
6096 <context-group purpose="location">
6097 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6098 <context context-type="linenumber">412</context>
6099 </context-group>
6100 </trans-unit>
6101 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
6102 <source>Manually approve new instance followers</source>
6103 <target/>
6104 <context-group purpose="location">
6105 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6106 <context context-type="linenumber">419</context>
6107 </context-group>
6108 </trans-unit>
6109 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
6110 <source>Automatically follow back instances</source>
6111 <target/>
6112 <context-group purpose="location">
6113 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6114 <context context-type="linenumber">432</context>
6115 </context-group>
6116 </trans-unit>
6117 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
6118 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6119 <target/>
6120 <context-group purpose="location">
6121 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6122 <context context-type="linenumber">450</context>
6123 </context-group>
6124 </trans-unit>
6125 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
6126 <source>Index URL</source>
6127 <target/>
6128 <context-group purpose="location">
6129 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6130 <context context-type="linenumber">457</context>
6131 </context-group>
6132 </trans-unit>
6133 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
6134 <source>Automatically follow instances of a public index</source>
6135 <target/>
6136 <context-group purpose="location">
6137 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6138 <context context-type="linenumber">445</context>
6139 </context-group>
6140 </trans-unit>
6141 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
6142 <source>ADMINISTRATORS</source>
6143 <target/>
6144 <context-group purpose="location">
6145 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6146 <context context-type="linenumber">477</context>
6147 </context-group>
6148 </trans-unit>
6149 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
6150 <source>Admin email</source>
6151 <target/>
6152 <context-group purpose="location">
6153 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6154 <context context-type="linenumber">483</context>
6155 </context-group>
6156 </trans-unit>
6157 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
6158 <source>Enable contact form</source>
6159 <target/>
6160 <context-group purpose="location">
6161 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6162 <context context-type="linenumber">494</context>
6163 </context-group>
6164 </trans-unit>
6165 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
6166 <source>Services</source>
6167 <target/>
6168 <context-group purpose="location">
6169 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6170 <context context-type="linenumber">505</context>
6171 </context-group>
6172 </trans-unit>
6173 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
6174 <source>TWITTER</source>
6175 <target/>
6176 <context-group purpose="location">
6177 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6178 <context context-type="linenumber">511</context>
6179 </context-group>
6180 </trans-unit>
6181 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
6182 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
6183 <target/>
6184 <context-group purpose="location">
6185 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6186 <context context-type="linenumber">512</context>
6187 </context-group>
6188 </trans-unit>
6189 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
6190 <source>Your Twitter username</source>
6191 <target/>
6192 <context-group purpose="location">
6193 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6194 <context context-type="linenumber">523</context>
6195 </context-group>
6196 </trans-unit>
6197 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
6198 <source>Instance whitelisted by Twitter</source>
6199 <target/>
6200 <context-group purpose="location">
6201 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6202 <context context-type="linenumber">535</context>
6203 </context-group>
6204 </trans-unit>
6205 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
6206 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source>
6207 <target/>
6208 <context-group purpose="location">
6209 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6210 <context context-type="linenumber">539</context>
6211 </context-group>
6212 </trans-unit>
6213 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
6214 <source>Advanced configuration</source>
6215 <target/>
6216 <context-group purpose="location">
6217 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6218 <context context-type="linenumber">559</context>
6219 </context-group>
6220 </trans-unit>
6221 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
6222 <source>TRANSCODING</source>
6223 <target/>
6224 <context-group purpose="location">
6225 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6226 <context context-type="linenumber">565</context>
6227 </context-group>
6228 </trans-unit>
6229 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
6230 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
6231 <target/>
6232 <context-group purpose="location">
6233 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6234 <context context-type="linenumber">566</context>
6235 </context-group>
6236 </trans-unit>
6237 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
6238 <source>Transcoding enabled</source>
6239 <target/>
6240 <context-group purpose="location">
6241 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6242 <context context-type="linenumber">579</context>
6243 </context-group>
6244 </trans-unit>
6245 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
6246 <source>If you disable transcoding, many videos from your users will not work!</source>
6247 <target/>
6248 <context-group purpose="location">
6249 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6250 <context context-type="linenumber">583</context>
6251 </context-group>
6252 </trans-unit>
6253 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
6254 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
6255 <target/>
6256 <context-group purpose="location">
6257 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6258 <context context-type="linenumber">594</context>
6259 </context-group>
6260 </trans-unit>
6261 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
6262 <source>Allow additional extensions</source>
6263 <target/>
6264 <context-group purpose="location">
6265 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6266 <context context-type="linenumber">591</context>
6267 </context-group>
6268 </trans-unit>
6269 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
6270 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
6271 <target/>
6272 <context-group purpose="location">
6273 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6274 <context context-type="linenumber">605</context>
6275 </context-group>
6276 </trans-unit>
6277 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
6278 <source>Allow audio files upload</source>
6279 <target/>
6280 <context-group purpose="location">
6281 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6282 <context context-type="linenumber">602</context>
6283 </context-group>
6284 </trans-unit>
6285 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
6286 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source>
6287 <target/>
6288 <context-group purpose="location">
6289 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6290 <context context-type="linenumber">617</context>
6291 </context-group>
6292 </trans-unit>
6293 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
6294 <source>WebTorrent support enabled</source>
6295 <target/>
6296 <context-group purpose="location">
6297 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6298 <context context-type="linenumber">614</context>
6299 </context-group>
6300 </trans-unit>
6301 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
6302 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source>
6303 <target/>
6304 <context-group purpose="location">
6305 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6306 <context context-type="linenumber">638</context>
6307 </context-group>
6308 </trans-unit>
6309 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
6310 <source>HLS support enabled</source>
6311 <target/>
6312 <context-group purpose="location">
6313 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6314 <context context-type="linenumber">635</context>
6315 </context-group>
6316 </trans-unit>
6317 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
6318 <source>Transcoding threads</source>
6319 <target/>
6320 <context-group purpose="location">
6321 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6322 <context context-type="linenumber">660</context>
6323 </context-group>
6324 </trans-unit>
6325 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
6326 <source>Resolutions to generate</source>
6327 <target/>
6328 <context-group purpose="location">
6329 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6330 <context context-type="linenumber">673</context>
6331 </context-group>
6332 </trans-unit>
6333 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
6334 <source>CACHE</source>
6335 <target/>
6336 <context-group purpose="location">
6337 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6338 <context context-type="linenumber">699</context>
6339 </context-group>
6340 </trans-unit>
6341 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
6342 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
6343 <target/>
6344 <context-group purpose="location">
6345 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6346 <context context-type="linenumber">700</context>
6347 </context-group>
6348 </trans-unit>
6349 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
6350 <source>Number of previews to keep in cache</source>
6351 <target/>
6352 <context-group purpose="location">
6353 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6354 <context context-type="linenumber">709</context>
6355 </context-group>
6356 </trans-unit>
6357 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
6358 <source>Number of video captions to keep in cache</source>
6359 <target/>
6360 <context-group purpose="location">
6361 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6362 <context context-type="linenumber">718</context>
6363 </context-group>
6364 </trans-unit>
6365 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
6366 <source>CUSTOMIZATIONS</source>
6367 <target/>
6368 <context-group purpose="location">
6369 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6370 <context context-type="linenumber">733</context>
6371 </context-group>
6372 </trans-unit>
6373 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
6374 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
6375 <target/>
6376 <context-group purpose="location">
6377 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6378 <context context-type="linenumber">734</context>
6379 </context-group>
6380 </trans-unit>
6381 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
6382 <source>JavaScript</source>
6383 <target/>
6384 <context-group purpose="location">
6385 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6386 <context context-type="linenumber">744</context>
6387 </context-group>
6388 </trans-unit>
6389 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
6390 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
6391 <target/>
6392 <context-group purpose="location">
6393 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6394 <context context-type="linenumber">747</context>
6395 </context-group>
6396 </trans-unit>
6397 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
6398 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
6399 <target/>
6400 <context-group purpose="location">
6401 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6402 <context context-type="linenumber">766</context>
6403 </context-group>
6404 </trans-unit>
6405 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
6406 <source>Update configuration</source>
6407 <target/>
6408 <context-group purpose="location">
6409 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6410 <context context-type="linenumber">804</context>
6411 </context-group>
6412 </trans-unit>
6413 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
6414 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
6415 <target/>
6416 <context-group purpose="location">
6417 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6418 <context context-type="linenumber">805</context>
6419 </context-group>
6420 </trans-unit>
6421 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
6422 <source>PROFILE</source>
6423 <target/>
6424 <context-group purpose="location">
6425 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6426 <context context-type="linenumber">3</context>
6427 </context-group>
6428 </trans-unit>
6429 <trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html">
6430 <source>VIDEO SETTINGS</source>
6431 <target/>
6432 <context-group purpose="location">
6433 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6434 <context context-type="linenumber">32</context>
6435 </context-group>
6436 </trans-unit>
6437 <trans-unit id="f70dbe547767b3a0f0006d44688beee60c884417" datatype="html">
6438 <source>NOTIFICATIONS</source>
6439 <target/>
6440 <context-group purpose="location">
6441 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6442 <context context-type="linenumber">43</context>
6443 </context-group>
6444 </trans-unit>
6445 <trans-unit id="8e4cafda991c13b5103e45195f7f2488974a913e" datatype="html">
6446 <source>INTERFACE</source>
6447 <target/>
6448 <context-group purpose="location">
6449 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6450 <context context-type="linenumber">53</context>
6451 </context-group>
6452 </trans-unit>
6453 <trans-unit id="ce43cc343ed3bd908e593db994ca3f6dbff079df" datatype="html">
6454 <source>PASSWORD</source>
6455 <target/>
6456 <context-group purpose="location">
6457 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6458 <context context-type="linenumber">63</context>
6459 </context-group>
6460 </trans-unit>
6461 <trans-unit id="d5e31741c591719630b5bba1ba38f8c1a04c10e3" datatype="html">
6462 <source>EMAIL</source>
6463 <target/>
6464 <context-group purpose="location">
6465 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6466 <context context-type="linenumber">73</context>
6467 </context-group>
6468 </trans-unit>
6469 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9" datatype="html">
6470 <source>Change password</source>
6471 <target/>
6472 <context-group purpose="location">
6473 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6474 <context context-type="linenumber">5</context>
6475 </context-group>
6476 <context-group purpose="location">
6477 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6478 <context context-type="linenumber">30</context>
6479 </context-group>
6480 </trans-unit>
6481 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b" datatype="html">
6482 <source>Current password</source>
6483 <target/>
6484 <context-group purpose="location">
6485 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6486 <context context-type="linenumber">7</context>
6487 </context-group>
6488 </trans-unit>
6489 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229" datatype="html">
6490 <source>New password</source>
6491 <target/>
6492 <context-group purpose="location">
6493 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6494 <context context-type="linenumber">15</context>
6495 </context-group>
6496 </trans-unit>
6497 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b" datatype="html">
6498 <source>Confirm new password</source>
6499 <target/>
6500 <context-group purpose="location">
6501 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6502 <context context-type="linenumber">23</context>
6503 </context-group>
6504 </trans-unit>
6505 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
6506 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
6507 <target/>
6508 <context-group purpose="location">
6509 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6510 <context context-type="linenumber">4</context>
6511 </context-group>
6512 </trans-unit>
6513 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
6514 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source>
6515 <target/>
6516 <context-group purpose="location">
6517 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6518 <context context-type="linenumber">8</context>
6519 </context-group>
6520 </trans-unit>
6521 <trans-unit id="d20a2fa4a3360caa8825e49a31b5fd3a442ac219" datatype="html">
6522 <source>New email</source>
6523 <target/>
6524 <context-group purpose="location">
6525 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6526 <context context-type="linenumber">15</context>
6527 </context-group>
6528 </trans-unit>
6529 <trans-unit id="150bb2b8ea3b2745294f0cfe8b37c83dbca4b463" datatype="html">
6530 <source>Your new email</source>
6531 <target/>
6532 <context-group purpose="location">
6533 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6534 <context context-type="linenumber">17</context>
6535 </context-group>
6536 </trans-unit>
6537 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
6538 <source>Your password</source>
6539 <target/>
6540 <context-group purpose="location">
6541 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6542 <context context-type="linenumber">27</context>
6543 </context-group>
6544 </trans-unit>
6545 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
6546 <source>Change email</source>
6547 <target/>
6548 <context-group purpose="location">
6549 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6550 <context context-type="linenumber">35</context>
6551 </context-group>
6552 </trans-unit>
6553 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
6554 <source>Change ownership</source>
6555 <target/>
6556 <context-group purpose="location">
6557 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
6558 <context context-type="linenumber">3</context>
6559 </context-group>
6560 <context-group purpose="location">
6561 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
6562 <context context-type="linenumber">31</context>
6563 </context-group>
6564 </trans-unit>
6565 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
6566 <source>Select the next owner</source>
6567 <target/>
6568 <context-group purpose="location">
6569 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
6570 <context context-type="linenumber">10</context>
6571 </context-group>
6572 </trans-unit>
6573 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
6574 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
6575 <target/>
6576 <context-group purpose="location">
6577 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
6578 <context context-type="linenumber">2</context>
6579 </context-group>
6580 </trans-unit>
6581 <trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html">
6582 <source>Search your videos</source>
6583 <target/>
6584 <context-group purpose="location">
6585 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
6586 <context context-type="linenumber">4</context>
6587 </context-group>
6588 </trans-unit>
6589 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804" datatype="html">
6590 <source>Accept ownership</source>
6591 <target/>
6592 <context-group purpose="location">
6593 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
6594 <context context-type="linenumber">3</context>
6595 </context-group>
6596 </trans-unit>
6597 <trans-unit id="4570c754149df06f31096510abfc925968c35562" datatype="html">
6598 <source>Select the target channel</source>
6599 <target/>
6600 <context-group purpose="location">
6601 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
6602 <context context-type="linenumber">10</context>
6603 </context-group>
6604 </trans-unit>
6605 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740" datatype="html">
6606 <source>Initiator</source>
6607 <target/>
6608 <context-group purpose="location">
6609 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6610 <context context-type="linenumber">13</context>
6611 </context-group>
6612 </trans-unit>
6613 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
6614 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source>
6615 <target/>
6616 <context-group purpose="location">
6617 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6618 <context context-type="linenumber">15</context>
6619 </context-group>
6620 </trans-unit>
6621 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1" datatype="html">
6622 <source>Status</source>
6623 <target/>
6624 <context-group purpose="location">
6625 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6626 <context context-type="linenumber">19</context>
6627 </context-group>
6628 </trans-unit>
6629 <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7" datatype="html">
6630 <source>Action</source>
6631 <target/>
6632 <context-group purpose="location">
6633 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6634 <context context-type="linenumber">20</context>
6635 </context-group>
6636 </trans-unit>
6637 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
6638 <source>Go to the account</source>
6639 <target/>
6640 <context-group purpose="location">
6641 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6642 <context context-type="linenumber">27</context>
6643 </context-group>
6644 </trans-unit>
6645 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
6646 <source>Go to the video</source>
6647 <target/>
6648 <context-group purpose="location">
6649 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6650 <context context-type="linenumber">33</context>
6651 </context-group>
6652 </trans-unit>
6653 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html">
6654 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
6655 <target/>
6656 <context-group purpose="location">
6657 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6658 <context context-type="linenumber">38</context>
6659 </context-group>
6660 </trans-unit>
6661 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
6662 <source>Target</source>
6663 <target/>
6664 <context-group purpose="location">
6665 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
6666 <context context-type="linenumber">9</context>
6667 </context-group>
6668 </trans-unit>
6669 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
6670 <source>See the error</source>
6671 <target/>
6672 <context-group purpose="location">
6673 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
6674 <context context-type="linenumber">20</context>
6675 </context-group>
6676 </trans-unit>
6677 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
6678 <source>This video was deleted</source>
6679 <target/>
6680 <context-group purpose="location">
6681 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
6682 <context context-type="linenumber">37</context>
6683 </context-group>
6684 </trans-unit>
6685 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
6686 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
6687 <target/>
6688 <context-group purpose="location">
6689 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
6690 <context context-type="linenumber">2</context>
6691 </context-group>
6692 </trans-unit>
6693 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45" datatype="html">
6694 <source>Delete your account</source>
6695 <target/>
6696 <context-group purpose="location">
6697 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
6698 <context context-type="linenumber">4</context>
6699 </context-group>
6700 </trans-unit>
6701 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a" datatype="html">
6702 <source>You don't have any subscriptions yet.</source>
6703 <target/>
6704 <context-group purpose="location">
6705 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
6706 <context context-type="linenumber">1</context>
6707 </context-group>
6708 </trans-unit>
6709 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2" datatype="html">
6710 <source>Go to the channel</source>
6711 <target/>
6712 <context-group purpose="location">
6713 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
6714 <context context-type="linenumber">10</context>
6715 </context-group>
6716 <context-group purpose="location">
6717 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
6718 <context context-type="linenumber">15</context>
6719 </context-group>
6720 </trans-unit>
6721 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3" datatype="html">
6722 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
6723 <target/>
6724 <context-group purpose="location">
6725 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
6726 <context context-type="linenumber">15</context>
6727 </context-group>
6728 </trans-unit>
6729 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add" datatype="html">
6730 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
6731 <target/>
6732 <context-group purpose="location">
6733 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
6734 <context context-type="linenumber">18</context>
6735 </context-group>
6736 </trans-unit>
6737 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913" datatype="html">
6738 <source>Go the owner account page</source>
6739 <target/>
6740 <context-group purpose="location">
6741 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
6742 <context context-type="linenumber">17</context>
6743 </context-group>
6744 <context-group purpose="location">
6745 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
6746 <context context-type="linenumber">30</context>
6747 </context-group>
6748 </trans-unit>
6749 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e" datatype="html">
6750 <source>Muted instances</source>
6751 <target/>
6752 <context-group purpose="location">
6753 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
6754 <context context-type="linenumber">2</context>
6755 </context-group>
6756 </trans-unit>
6757 <trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html">
6758 <source>Video history</source>
6759 <target/>
6760 <context-group purpose="location">
6761 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
6762 <context context-type="linenumber">4</context>
6763 </context-group>
6764 </trans-unit>
6765 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
6766 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source>
6767 <target/>
6768 <context-group purpose="location">
6769 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
6770 <context context-type="linenumber">7</context>
6771 </context-group>
6772 </trans-unit>
6773 <trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html">
6774 <source>You don't have any video history yet.</source>
6775 <target/>
6776 <context-group purpose="location">
6777 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
6778 <context context-type="linenumber">14</context>
6779 </context-group>
6780 </trans-unit>
6781 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
6782 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source>
6783 <target/>
6784 <context-group purpose="location">
6785 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
6786 <context context-type="linenumber">2</context>
6787 </context-group>
6788 </trans-unit>
6789 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
6790 <source>All read</source>
6791 <target/>
6792 <context-group purpose="location">
6793 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
6794 <context context-type="linenumber">17</context>
6795 </context-group>
6796 </trans-unit>
6797 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
6798 <source>Activities</source>
6799 <target/>
6800 <context-group purpose="location">
6801 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
6802 <context context-type="linenumber">2</context>
6803 </context-group>
6804 </trans-unit>
6805 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355" datatype="html">
6806 <source>Web</source>
6807 <target/>
6808 <context-group purpose="location">
6809 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
6810 <context context-type="linenumber">3</context>
6811 </context-group>
6812 </trans-unit>
6813 <trans-unit id="9d7a1c199570d42b4cc40d7886fcc7c06b0a35d2" datatype="html">
6814 <source>My Playlists</source>
6815 <target/>
6816 <context-group purpose="location">
6817 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6818 <context context-type="linenumber">4</context>
6819 </context-group>
6820 <context-group purpose="location">
6821 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6822 <context context-type="linenumber">4</context>
6823 </context-group>
6824 </trans-unit>
6825 <trans-unit id="b91219836ab865fd8aa041a8d6c3d84dd78115a4" datatype="html">
6826 <source>NEW PLAYLIST</source>
6827 <target/>
6828 <context-group purpose="location">
6829 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6830 <context context-type="linenumber">25</context>
6831 </context-group>
6832 <context-group purpose="location">
6833 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6834 <context context-type="linenumber">25</context>
6835 </context-group>
6836 </trans-unit>
6837 <trans-unit id="33ce1814b1079cb3a0c0605fc5b4e6f439d2b035" datatype="html">
6838 <source>PLAYLIST</source>
6839 <target/>
6840 <context-group purpose="location">
6841 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6842 <context context-type="linenumber">26</context>
6843 </context-group>
6844 <context-group purpose="location">
6845 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6846 <context context-type="linenumber">26</context>
6847 </context-group>
6848 </trans-unit>
6849 <trans-unit id="88f1b36ea2f7544792f04ee6b58f8c55aaba5c96" datatype="html">
6850 <source>Playlist thumbnail</source>
6851 <target/>
6852 <context-group purpose="location">
6853 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6854 <context context-type="linenumber">84</context>
6855 </context-group>
6856 <context-group purpose="location">
6857 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
6858 <context context-type="linenumber">84</context>
6859 </context-group>
6860 </trans-unit>
6861 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
6862 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
6863 <target/>
6864 <context-group purpose="location">
6865 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
6866 <context context-type="linenumber">2</context>
6867 </context-group>
6868 </trans-unit>
6869 <trans-unit id="a85c7d7a8dcc1ae0d2f945d77f4db36f02ead69b" datatype="html">
6870 <source>Search your playlists</source>
6871 <target/>
6872 <context-group purpose="location">
6873 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
6874 <context context-type="linenumber">4</context>
6875 </context-group>
6876 </trans-unit>
6877 <trans-unit id="61b31fe7bfae807e3ccc0dbf001c6dc9b72aaf19" datatype="html">
6878 <source>Create playlist</source>
6879 <target/>
6880 <context-group purpose="location">
6881 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
6882 <context context-type="linenumber">8</context>
6883 </context-group>
6884 </trans-unit>
6885 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html">
6886 <source>No videos in this playlist.</source>
6887 <target/>
6888 <context-group purpose="location">
6889 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html</context>
6890 <context context-type="linenumber">11</context>
6891 </context-group>
6892 </trans-unit>
6893 <trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html">
6894 <source>Create video channel</source>
6895 <target/>
6896 <context-group purpose="location">
6897 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
6898 <context context-type="linenumber">4</context>
6899 </context-group>
6900 </trans-unit>
6901 <trans-unit id="f15780bbd2d7fa777071975f7445e98a33065e38" datatype="html">
6902 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</source>
6903 <target/>
6904 <context-group purpose="location">
6905 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
6906 <context context-type="linenumber">20</context>
6907 </context-group>
6908 <context-group purpose="location">
6909 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
6910 <context context-type="linenumber">12</context>
6911 </context-group>
6912 <context-group purpose="location">
6913 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
6914 <context context-type="linenumber">28</context>
6915 </context-group>
6916 </trans-unit>
6917 <trans-unit id="d5f0913d08d01648d7e6165c168a99ccd06d1f4c" datatype="html">
6918 <source>My Channels</source>
6919 <target/>
6920 <context-group purpose="location">
6921 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6922 <context context-type="linenumber">4</context>
6923 </context-group>
6924 <context-group purpose="location">
6925 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6926 <context context-type="linenumber">4</context>
6927 </context-group>
6928 </trans-unit>
6929 <trans-unit id="dff0536e48bacc3a4b568f32f9ed8ffc14767cbb" datatype="html">
6930 <source>NEW CHANNEL</source>
6931 <target/>
6932 <context-group purpose="location">
6933 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6934 <context context-type="linenumber">25</context>
6935 </context-group>
6936 <context-group purpose="location">
6937 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6938 <context context-type="linenumber">25</context>
6939 </context-group>
6940 </trans-unit>
6941 <trans-unit id="cc895c3d23ec739ac77d472ff979980195fd30c1" datatype="html">
6942 <source>CHANNEL</source>
6943 <target/>
6944 <context-group purpose="location">
6945 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6946 <context context-type="linenumber">26</context>
6947 </context-group>
6948 <context-group purpose="location">
6949 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6950 <context context-type="linenumber">26</context>
6951 </context-group>
6952 </trans-unit>
6953 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558" datatype="html">
6954 <source>Example: my_channel</source>
6955 <target/>
6956 <context-group purpose="location">
6957 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6958 <context context-type="linenumber">35</context>
6959 </context-group>
6960 <context-group purpose="location">
6961 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6962 <context context-type="linenumber">35</context>
6963 </context-group>
6964 </trans-unit>
6965 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
6966 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
6967 <target/>
6968 <context-group purpose="location">
6969 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6970 <context context-type="linenumber">77</context>
6971 </context-group>
6972 <context-group purpose="location">
6973 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6974 <context context-type="linenumber">77</context>
6975 </context-group>
6976 </trans-unit>
6977 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html">
6978 <source>Overwrite support field of all videos of this channel</source>
6979 <target/>
6980 <context-group purpose="location">
6981 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6982 <context context-type="linenumber">92</context>
6983 </context-group>
6984 <context-group purpose="location">
6985 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
6986 <context context-type="linenumber">92</context>
6987 </context-group>
6988 </trans-unit>
6989 <trans-unit id="3346d8a0bf3dd8c25ddc561ccd5fafb6ee9fadc8" datatype="html">
6990 <source>Welcome to PeerTube!</source>
6991 <target/>
6992 <context-group purpose="location">
6993 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
6994 <context context-type="linenumber">8</context>
6995 </context-group>
6996 </trans-unit>
6997 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
6998 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
6999 <target/>
7000 <context-group purpose="location">
7001 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
7002 <context context-type="linenumber">13</context>
7003 </context-group>
7004 </trans-unit>
7005 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530" datatype="html">
7006 <source>Verify account email confirmation</source>
7007 <target/>
7008 <context-group purpose="location">
7009 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7010 <context context-type="linenumber">2</context>
7011 </context-group>
7012 </trans-unit>
7013 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf" datatype="html">
7014 <source></source>
7015 <target/>
7016 <context-group purpose="location">
7017 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7018 <context context-type="linenumber">6</context>
7019 </context-group>
7020 </trans-unit>
7021 <trans-unit id="b734a13448d714b0f68f49353607364ac3571c12" datatype="html">
7022 <source>Email updated.</source>
7023 <target/>
7024 <context-group purpose="location">
7025 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7026 <context context-type="linenumber">9</context>
7027 </context-group>
7028 </trans-unit>
7029 <trans-unit id="61fd1cffcb763cbfd5829071723cf9b647174bd9" datatype="html">
7030 <source>An error occurred.</source>
7031 <target/>
7032 <context-group purpose="location">
7033 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7034 <context context-type="linenumber">14</context>
7035 </context-group>
7036 </trans-unit>
7037 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97" datatype="html">
7038 <source>Request email for account verification</source>
7039 <target/>
7040 <context-group purpose="location">
7041 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
7042 <context context-type="linenumber">2</context>
7043 </context-group>
7044 </trans-unit>
7045 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af" datatype="html">
7046 <source>Send verification email</source>
7047 <target/>
7048 <context-group purpose="location">
7049 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
7050 <context context-type="linenumber">17</context>
7051 </context-group>
7052 </trans-unit>
7053 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f" datatype="html">
7054 <source>This instance does not require email verification.</source>
7055 <target/>
7056 <context-group purpose="location">
7057 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
7058 <context context-type="linenumber">20</context>
7059 </context-group>
7060 </trans-unit>
7061 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605" datatype="html">
7062 <source>Banned</source>
7063 <target/>
7064 <context-group purpose="location">
7065 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7066 <context context-type="linenumber">18</context>
7067 </context-group>
7068 </trans-unit>
7069 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a" datatype="html">
7070 <source>Instance muted</source>
7071 <target/>
7072 <context-group purpose="location">
7073 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7074 <context context-type="linenumber">20</context>
7075 </context-group>
7076 </trans-unit>
7077 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89" datatype="html">
7078 <source>Muted by your instance</source>
7079 <target/>
7080 <context-group purpose="location">
7081 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7082 <context context-type="linenumber">21</context>
7083 </context-group>
7084 </trans-unit>
7085 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1" datatype="html">
7086 <source>Instance muted by your instance</source>
7087 <target/>
7088 <context-group purpose="location">
7089 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7090 <context context-type="linenumber">22</context>
7091 </context-group>
7092 </trans-unit>
7093 <trans-unit id="1b9099f59dd3baaeeaac2c29fe653dc1b0436157" datatype="html">
7094 <source>Manage account</source>
7095 <target/>
7096 <context-group purpose="location">
7097 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7098 <context context-type="linenumber">35</context>
7099 </context-group>
7100 </trans-unit>
7101 <trans-unit id="87f77a03c185ea644ed8378a562a2d0225513974" datatype="html">
7102 <source>This account does not have channels.</source>
7103 <target/>
7104 <context-group purpose="location">
7105 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7106 <context context-type="linenumber">3</context>
7107 </context-group>
7108 </trans-unit>
7109 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f" datatype="html">
7110 <source>See this video channel</source>
7111 <target/>
7112 <context-group purpose="location">
7113 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7114 <context context-type="linenumber">8</context>
7115 </context-group>
7116 </trans-unit>
7117 <trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html">
7118 <source>This channel doesn't have any videos.</source>
7119 <target/>
7120 <context-group purpose="location">
7121 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7122 <context context-type="linenumber">19</context>
7123 </context-group>
7124 </trans-unit>
7125 <trans-unit id="5c2b42818f05eafa2690d5eac6bcde295c713097" datatype="html">
7126 <source>SHOW THIS CHANNEL</source>
7127 <target/>
7128 <context-group purpose="location">
7129 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7130 <context context-type="linenumber">27</context>
7131 </context-group>
7132 </trans-unit>
7133 <trans-unit id="4af6287e70a4a87329affe109839f14ae598f0ca" datatype="html">
7134 <source>DESCRIPTION</source>
7135 <target/>
7136 <context-group purpose="location">
7137 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
7138 <context context-type="linenumber">3</context>
7139 </context-group>
7140 <context-group purpose="location">
7141 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7142 <context context-type="linenumber">4</context>
7143 </context-group>
7144 </trans-unit>
7145 <trans-unit id="bfc87613409a6cfae59b79ead5d910d8d3c216f5" datatype="html">
7146 <source>STATS</source>
7147 <target/>
7148 <context-group purpose="location">
7149 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
7150 <context context-type="linenumber">8</context>
7151 </context-group>
7152 <context-group purpose="location">
7153 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7154 <context context-type="linenumber">16</context>
7155 </context-group>
7156 </trans-unit>
7157 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
7158 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
7159 <target/>
7160 <context-group purpose="location">
7161 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
7162 <context context-type="linenumber">10</context>
7163 </context-group>
7164 </trans-unit>
7165 <trans-unit id="f696d5719a2a79916d44a175743591dc0d5629fe" datatype="html">
7166 <source>Manage channel</source>
7167 <target/>
7168 <context-group purpose="location">
7169 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
7170 <context context-type="linenumber">21</context>
7171 </context-group>
7172 </trans-unit>
7173 <trans-unit id="29b4ae3296e239446fa0dea88a5112de15cffa54" datatype="html">
7174 <source>Created by</source>
7175 <target/>
7176 <context-group purpose="location">
7177 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
7178 <context context-type="linenumber">31</context>
7179 </context-group>
7180 </trans-unit>
7181 <trans-unit id="b8bf6036a9fb05c08cdb190cdf4e3becc6e6fa0a" datatype="html">
7182 <source>SUPPORT THIS CHANNEL</source>
7183 <target/>
7184 <context-group purpose="location">
7185 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7186 <context context-type="linenumber">9</context>
7187 </context-group>
7188 </trans-unit>
7189 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40" datatype="html">
7190 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
7191 <target/>
7192 <context-group purpose="location">
7193 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7194 <context context-type="linenumber">17</context>
7195 </context-group>
7196 </trans-unit>
7197 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e" datatype="html">
7198 <source>Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists </source>
7199 <target/>
7200 <context-group purpose="location">
7201 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
7202 <context context-type="linenumber">1</context>
7203 </context-group>
7204 </trans-unit>
7205 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f" datatype="html">
7206 <source>This channel does not have playlists.</source>
7207 <target/>
7208 <context-group purpose="location">
7209 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
7210 <context context-type="linenumber">5</context>
7211 </context-group>
7212 </trans-unit>
7213 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390" datatype="html">
7214 <source>PeerTube</source>
7215 <target/>
7216 <context-group purpose="location">
7217 <context context-type="sourcefile">src/app/+about/about.component.html</context>
7218 <context context-type="linenumber">7</context>
7219 </context-group>
7220 </trans-unit>
7221 <trans-unit id="fc978c97e261ee6494db916622339aedb633da3a" datatype="html">
7222 <source>Follows</source>
7223 <target/>
7224 <context-group purpose="location">
7225 <context context-type="sourcefile">src/app/+about/about.component.html</context>
7226 <context context-type="linenumber">9</context>
7227 </context-group>
7228 </trans-unit>
7229 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473" datatype="html">
7230 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
7231 <target/>
7232 <context-group purpose="location">
7233 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7234 <context context-type="linenumber">3</context>
7235 </context-group>
7236 </trans-unit>
7237 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0" datatype="html">
7238 <source>Your name</source>
7239 <target/>
7240 <context-group purpose="location">
7241 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7242 <context context-type="linenumber">11</context>
7243 </context-group>
7244 </trans-unit>
7245 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d" datatype="html">
7246 <source>Your email</source>
7247 <target/>
7248 <context-group purpose="location">
7249 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7250 <context context-type="linenumber">20</context>
7251 </context-group>
7252 </trans-unit>
7253 <trans-unit id="4b0ca852bafa5037c4e64c7b18f9cd1e14b799de" datatype="html">
7254 <source>Subject</source>
7255 <target/>
7256 <context-group purpose="location">
7257 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7258 <context context-type="linenumber">29</context>
7259 </context-group>
7260 </trans-unit>
7261 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df" datatype="html">
7262 <source>Your message</source>
7263 <target/>
7264 <context-group purpose="location">
7265 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7266 <context context-type="linenumber">38</context>
7267 </context-group>
7268 </trans-unit>
7269 <trans-unit id="ce301bc59085d13cf569fb7a97f073148435ec27" datatype="html">
7270 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></source>
7271 <target>Despre <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
7272 <context-group purpose="location">
7273 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7274 <context context-type="linenumber">5</context>
7275 </context-group>
7276 </trans-unit>
7277 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c" datatype="html">
7278 <source>Contact administrator</source>
7279 <target/>
7280 <context-group purpose="location">
7281 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7282 <context context-type="linenumber">7</context>
7283 </context-group>
7284 </trans-unit>
7285 <trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea" datatype="html">
7286 <source>This instance is dedicated to sensitive/NSFW content.</source>
7287 <target/>
7288 <context-group purpose="location">
7289 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7290 <context context-type="linenumber">19</context>
7291 </context-group>
7292 </trans-unit>
7293 <trans-unit id="b37e7abff3d4e62f3bae09f486624aee45d02008" datatype="html">
7294 <source>ADMINISTRATORS &amp; SUSTAINABILITY</source>
7295 <target/>
7296 <context-group purpose="location">
7297 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7298 <context context-type="linenumber">22</context>
7299 </context-group>
7300 </trans-unit>
7301 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html">
7302 <source>Who we are</source>
7303 <target/>
7304 <context-group purpose="location">
7305 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7306 <context context-type="linenumber">27</context>
7307 </context-group>
7308 </trans-unit>
7309 <trans-unit id="911fb379526b62e9a62590722830c146ebd31be8" datatype="html">
7310 <source>Why we created this instance</source>
7311 <target/>
7312 <context-group purpose="location">
7313 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7314 <context context-type="linenumber">33</context>
7315 </context-group>
7316 </trans-unit>
7317 <trans-unit id="3f264e961636eb6eff1dbae7e3887447e22be154" datatype="html">
7318 <source>How long we plan to maintain this instance</source>
7319 <target/>
7320 <context-group purpose="location">
7321 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7322 <context context-type="linenumber">39</context>
7323 </context-group>
7324 </trans-unit>
7325 <trans-unit id="2646614e3af5f103885f64e4f097e45569091fd6" datatype="html">
7326 <source>How we will pay for this instance</source>
7327 <target/>
7328 <context-group purpose="location">
7329 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7330 <context context-type="linenumber">45</context>
7331 </context-group>
7332 </trans-unit>
7333 <trans-unit id="4b08f867a83bf0fef0d15bffc0b4cf277de2d376" datatype="html">
7334 <source>INFORMATION</source>
7335 <target/>
7336 <context-group purpose="location">
7337 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7338 <context context-type="linenumber">50</context>
7339 </context-group>
7340 </trans-unit>
7341 <trans-unit id="fbbd3718f919643cf73006ceb30ec5b09a8b07f2" datatype="html">
7342 <source>MODERATION</source>
7343 <target/>
7344 <context-group purpose="location">
7345 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7346 <context context-type="linenumber">60</context>
7347 </context-group>
7348 </trans-unit>
7349 <trans-unit id="5270b8fd3d35ab0a0475354a84d1265caf4790bd" datatype="html">
7350 <source>OTHER INFORMATION</source>
7351 <target/>
7352 <context-group purpose="location">
7353 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7354 <context context-type="linenumber">82</context>
7355 </context-group>
7356 </trans-unit>
7357 <trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html">
7358 <source>Hardware information</source>
7359 <target/>
7360 <context-group purpose="location">
7361 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7362 <context context-type="linenumber">87</context>
7363 </context-group>
7364 </trans-unit>
7365 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1" datatype="html">
7366 <source>Features found on this instance</source>
7367 <target/>
7368 <context-group purpose="location">
7369 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7370 <context context-type="linenumber">94</context>
7371 </context-group>
7372 <context-group purpose="location">
7373 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7374 <context context-type="linenumber">47</context>
7375 </context-group>
7376 </trans-unit>
7377 <trans-unit id="92538de0e2f6e64f1d05291132b93c32bed81237" datatype="html">
7378 <source>STATISTICS</source>
7379 <target/>
7380 <context-group purpose="location">
7381 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7382 <context context-type="linenumber">100</context>
7383 </context-group>
7384 </trans-unit>
7385 <trans-unit id="6b8b10fedeff64aa441ebedc2b7fbd07f6f246c1" datatype="html">
7386 <source>What is PeerTube?</source>
7387 <target/>
7388 <context-group purpose="location">
7389 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7390 <context context-type="linenumber">2</context>
7391 </context-group>
7392 </trans-unit>
7393 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html">
7394 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source>
7395 <target/>
7396 <context-group purpose="location">
7397 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7398 <context context-type="linenumber">9</context>
7399 </context-group>
7400 </trans-unit>
7401 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
7402 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
7403 <target/>
7404 <context-group purpose="location">
7405 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7406 <context context-type="linenumber">13</context>
7407 </context-group>
7408 </trans-unit>
7409 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
7410 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
7411 <target/>
7412 <context-group purpose="location">
7413 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7414 <context context-type="linenumber">18</context>
7415 </context-group>
7416 </trans-unit>
7417 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
7418 <source>Use PeerTube documentation</source>
7419 <target/>
7420 <context-group purpose="location">
7421 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7422 <context context-type="linenumber">28</context>
7423 </context-group>
7424 </trans-unit>
7425 <trans-unit id="80c7532b45374a38b6c5f3bd5576464660b95b89" datatype="html">
7426 <source>Discover how to setup your account, what is a channel, how to create a playlist and more!</source>
7427 <target/>
7428 <context-group purpose="location">
7429 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7430 <context context-type="linenumber">32</context>
7431 </context-group>
7432 </trans-unit>
7433 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
7434 <source>PeerTube Applications</source>
7435 <target/>
7436 <context-group purpose="location">
7437 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7438 <context context-type="linenumber">41</context>
7439 </context-group>
7440 </trans-unit>
7441 <trans-unit id="41d3c1ad1b83498b20d96d74bc14e0a1e9749529" datatype="html">
7442 <source>Discover unofficial Android applications or browser addons!</source>
7443 <target/>
7444 <context-group purpose="location">
7445 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7446 <context context-type="linenumber">45</context>
7447 </context-group>
7448 </trans-unit>
7449 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
7450 <source>Contribute on PeerTube</source>
7451 <target/>
7452 <context-group purpose="location">
7453 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7454 <context context-type="linenumber">54</context>
7455 </context-group>
7456 </trans-unit>
7457 <trans-unit id="2c4788d7843d80bf5aad6283aba75c8151807e8c" datatype="html">
7458 <source>Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!</source>
7459 <target/>
7460 <context-group purpose="location">
7461 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7462 <context context-type="linenumber">58</context>
7463 </context-group>
7464 </trans-unit>
7465 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1" datatype="html">
7466 <source>P2P &amp; Privacy</source>
7467 <target/>
7468 <context-group purpose="location">
7469 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7470 <context context-type="linenumber">71</context>
7471 </context-group>
7472 </trans-unit>
7473 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
7474 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source>
7475 <target/>
7476 <context-group purpose="location">
7477 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7478 <context context-type="linenumber">74</context>
7479 </context-group>
7480 </trans-unit>
7481 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231" datatype="html">
7482 <source>What are the consequences?</source>
7483 <target/>
7484 <context-group purpose="location">
7485 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7486 <context context-type="linenumber">85</context>
7487 </context-group>
7488 </trans-unit>
7489 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
7490 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source>
7491 <target/>
7492 <context-group purpose="location">
7493 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7494 <context context-type="linenumber">87</context>
7495 </context-group>
7496 </trans-unit>
7497 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
7498 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source>
7499 <target/>
7500 <context-group purpose="location">
7501 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7502 <context context-type="linenumber">93</context>
7503 </context-group>
7504 </trans-unit>
7505 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
7506 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source>
7507 <target/>
7508 <context-group purpose="location">
7509 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7510 <context context-type="linenumber">98</context>
7511 </context-group>
7512 </trans-unit>
7513 <trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html">
7514 <source>Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour</source>
7515 <target/>
7516 <context-group purpose="location">
7517 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7518 <context context-type="linenumber">104</context>
7519 </context-group>
7520 </trans-unit>
7521 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
7522 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source>
7523 <target/>
7524 <context-group purpose="location">
7525 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7526 <context context-type="linenumber">108</context>
7527 </context-group>
7528 </trans-unit>
7529 <trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html">
7530 <source>The IP address is a vague information: usually, it regularly changes and can represent many persons or entities</source>
7531 <target/>
7532 <context-group purpose="location">
7533 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7534 <context context-type="linenumber">113</context>
7535 </context-group>
7536 </trans-unit>
7537 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
7538 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source>
7539 <target/>
7540 <context-group purpose="location">
7541 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7542 <context context-type="linenumber">117</context>
7543 </context-group>
7544 </trans-unit>
7545 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
7546 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source>
7547 <target/>
7548 <context-group purpose="location">
7549 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7550 <context context-type="linenumber">126</context>
7551 </context-group>
7552 </trans-unit>
7553 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf" datatype="html">
7554 <source>How does PeerTube compare with YouTube?</source>
7555 <target/>
7556 <context-group purpose="location">
7557 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7558 <context context-type="linenumber">131</context>
7559 </context-group>
7560 </trans-unit>
7561 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
7562 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
7563 <target/>
7564 <context-group purpose="location">
7565 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7566 <context context-type="linenumber">133</context>
7567 </context-group>
7568 </trans-unit>
7569 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99" datatype="html">
7570 <source>What can I do to limit the exposure of my IP address?</source>
7571 <target/>
7572 <context-group purpose="location">
7573 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7574 <context context-type="linenumber">139</context>
7575 </context-group>
7576 </trans-unit>
7577 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
7578 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
7579 <target/>
7580 <context-group purpose="location">
7581 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7582 <context context-type="linenumber">141</context>
7583 </context-group>
7584 </trans-unit>
7585 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41" datatype="html">
7586 <source>What will be done to mitigate this problem?</source>
7587 <target/>
7588 <context-group purpose="location">
7589 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7590 <context context-type="linenumber">148</context>
7591 </context-group>
7592 </trans-unit>
7593 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
7594 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source>
7595 <target/>
7596 <context-group purpose="location">
7597 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7598 <context context-type="linenumber">150</context>
7599 </context-group>
7600 </trans-unit>
7601 <trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html">
7602 <source>We set a limit to the number of peers sent by the tracker</source>
7603 <target/>
7604 <context-group purpose="location">
7605 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7606 <context context-type="linenumber">156</context>
7607 </context-group>
7608 </trans-unit>
7609 <trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html">
7610 <source>We set a limit on the request frequency received by the tracker</source>
7611 <target/>
7612 <context-group purpose="location">
7613 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7614 <context context-type="linenumber">157</context>
7615 </context-group>
7616 </trans-unit>
7617 <trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html">
7618 <source>Allow instance admins to disable P2P from the administration interface</source>
7619 <target/>
7620 <context-group purpose="location">
7621 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7622 <context context-type="linenumber">158</context>
7623 </context-group>
7624 </trans-unit>
7625 <trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html">
7626 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source>
7627 <target/>
7628 <context-group purpose="location">
7629 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7630 <context context-type="linenumber">159</context>
7631 </context-group>
7632 </trans-unit>
7633 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
7634 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
7635 <target/>
7636 <context-group purpose="location">
7637 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7638 <context context-type="linenumber">162</context>
7639 </context-group>
7640 </trans-unit>
7641 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html">
7642 <source>Followers instances</source>
7643 <target/>
7644 <context-group purpose="location">
7645 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
7646 <context context-type="linenumber">3</context>
7647 </context-group>
7648 </trans-unit>
7649 <trans-unit id="39dabfebe4a70cc00aa454f790b81cf453d38304" datatype="html">
7650 <source>This instance does not have instances followers.</source>
7651 <target/>
7652 <context-group purpose="location">
7653 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
7654 <context context-type="linenumber">5</context>
7655 </context-group>
7656 </trans-unit>
7657 <trans-unit id="d4f8e8ce89a1f258702ba0341d7321f972f60b32" datatype="html">
7658 <source>Followings instances</source>
7659 <target/>
7660 <context-group purpose="location">
7661 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
7662 <context context-type="linenumber">13</context>
7663 </context-group>
7664 </trans-unit>
7665 <trans-unit id="d0f0a0a5da1553964ae4891aaebd2b2c3e5ddae4" datatype="html">
7666 <source>This instance does not have instances followings.</source>
7667 <target/>
7668 <context-group purpose="location">
7669 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
7670 <context context-type="linenumber">15</context>
7671 </context-group>
7672 </trans-unit>
7673 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
7674 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
7675 <target/>
7676 <context-group purpose="location">
7677 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
7678 <context context-type="linenumber">3</context>
7679 </context-group>
7680 </trans-unit>
7681 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d" datatype="html">
7682 <source>Create an account</source>
7683 <target/>
7684 <context-group purpose="location">
7685 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7686 <context context-type="linenumber">3</context>
7687 </context-group>
7688 </trans-unit>
7689 <trans-unit id="f732c304c7433e5a83ffcd862c3dce709a0f4982" datatype="html">
7690 <source>Next</source>
7691 <target/>
7692 <context-group purpose="location">
7693 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7694 <context context-type="linenumber">20</context>
7695 </context-group>
7696 </trans-unit>
7697 <trans-unit id="f127303f2937f5d9ced837f692899f5d599659a1" datatype="html">
7698 <source>Create my account</source>
7699 <target/>
7700 <context-group purpose="location">
7701 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7702 <context context-type="linenumber">28</context>
7703 </context-group>
7704 </trans-unit>
7705 <trans-unit id="cb9d0623f382c9803df997fb30b9a33a5438d919" datatype="html">
7706 <source>PeerTube is creating your account...</source>
7707 <target/>
7708 <context-group purpose="location">
7709 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7710 <context context-type="linenumber">37</context>
7711 </context-group>
7712 </trans-unit>
7713 <trans-unit id="8dd413cee2228118c536f503709329a4d1a395e2" datatype="html">
7714 <source>Done</source>
7715 <target/>
7716 <context-group purpose="location">
7717 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7718 <context context-type="linenumber">33</context>
7719 </context-group>
7720 </trans-unit>
7721 <trans-unit id="88b19801d99f5dcc4043d6d30dfa32c3f68da5ea" datatype="html">
7722 <source>Who are we?</source>
7723 <target/>
7724 <context-group purpose="location">
7725 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7726 <context context-type="linenumber">60</context>
7727 </context-group>
7728 </trans-unit>
7729 <trans-unit id="05db4afa3e85d23d29fcfacaa5a61f0d2ae02dc0" datatype="html">
7730 <source>How long do we plan to maintain this instance?</source>
7731 <target/>
7732 <context-group purpose="location">
7733 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7734 <context context-type="linenumber">65</context>
7735 </context-group>
7736 </trans-unit>
7737 <trans-unit id="b7ad73ca1e5e4a530ca4eaa5285e4fd0c376c089" datatype="html">
7738 <source>How will we finance this instance?</source>
7739 <target/>
7740 <context-group purpose="location">
7741 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7742 <context context-type="linenumber">70</context>
7743 </context-group>
7744 </trans-unit>
7745 <trans-unit id="24e4921833f6fff4376e0ec13a33c44a85922355" datatype="html">
7746 <source>Administrators &amp; Sustainability</source>
7747 <target/>
7748 <context-group purpose="location">
7749 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7750 <context context-type="linenumber">56</context>
7751 </context-group>
7752 </trans-unit>
7753 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
7754 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source>
7755 <target/>
7756 <context-group purpose="location">
7757 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
7758 <context context-type="linenumber">4</context>
7759 </context-group>
7760 </trans-unit>
7761 <trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da" datatype="html">
7762 <source>Other users can decide to subscribe any channel they want, to be notified when you publish a new video.</source>
7763 <target/>
7764 <context-group purpose="location">
7765 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
7766 <context context-type="linenumber">9</context>
7767 </context-group>
7768 </trans-unit>
7769 <trans-unit id="79b3619b36af71e5c70394a3a7b31545e32d83f0" datatype="html">
7770 <source>Channel display name</source>
7771 <target/>
7772 <context-group purpose="location">
7773 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
7774 <context context-type="linenumber">15</context>
7775 </context-group>
7776 </trans-unit>
7777 <trans-unit id="306a2ab7f93c214af3f5579f54bd8b3ad0d5560e" datatype="html">
7778 <source>Channel name</source>
7779 <target/>
7780 <context-group purpose="location">
7781 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
7782 <context context-type="linenumber">30</context>
7783 </context-group>
7784 </trans-unit>
7785 <trans-unit id="cb4c2c5a4f4b34d3158f2344a3e625d0dc321f4d" datatype="html">
7786 <source>Example: my_super_channel</source>
7787 <target/>
7788 <context-group purpose="location">
7789 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
7790 <context context-type="linenumber">34</context>
7791 </context-group>
7792 </trans-unit>
7793 <trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html">
7794 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
7795 <target/>
7796 <context-group purpose="location">
7797 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
7798 <context context-type="linenumber">42</context>
7799 </context-group>
7800 </trans-unit>
7801 <trans-unit id="60534abbe922bf9da7284c1c84d26315d695a5b7" datatype="html">
7802 <source>Channel name cannot be the same than your account name. You can click on the first step to update your account name.</source>
7803 <target/>
7804 <context-group purpose="location">
7805 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
7806 <context context-type="linenumber">50</context>
7807 </context-group>
7808 </trans-unit>
7809 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3" datatype="html">
7810 <source>Example: jane_doe</source>
7811 <target/>
7812 <context-group purpose="location">
7813 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
7814 <context context-type="linenumber">23</context>
7815 </context-group>
7816 </trans-unit>
7817 <trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html">
7818 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
7819 <target/>
7820 <context-group purpose="location">
7821 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
7822 <context context-type="linenumber">31</context>
7823 </context-group>
7824 </trans-unit>
7825 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
7826 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source>
7827 <target/>
7828 <context-group purpose="location">
7829 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
7830 <context context-type="linenumber">65</context>
7831 </context-group>
7832 </trans-unit>
7833 <trans-unit id="b925172fc8e9b9a7fc6b9f5d742993b77ffdda2c" datatype="html">
7834 <source>Sorry, we couldn't find the page you were looking for.</source>
7835 <target/>
7836 <context-group purpose="location">
7837 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
7838 <context context-type="linenumber">4</context>
7839 </context-group>
7840 </trans-unit>
7841 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10" datatype="html">
7842 <source>Your message has been sent.</source>
7843 <target/>
7844 <context-group purpose="location">
7845 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
7846 <context context-type="linenumber">1</context>
7847 </context-group>
7848 </trans-unit>
7849 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c" datatype="html">
7850 <source>You already sent this form recently</source>
7851 <target/>
7852 <context-group purpose="location">
7853 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
7854 <context context-type="linenumber">1</context>
7855 </context-group>
7856 </trans-unit>
7857 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968" datatype="html">
7858 <source>No description</source>
7859 <target/>
7860 <context-group purpose="location">
7861 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context>
7862 <context context-type="linenumber">1</context>
7863 </context-group>
7864 <context-group purpose="location">
7865 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context>
7866 <context context-type="linenumber">1</context>
7867 </context-group>
7868 </trans-unit>
7869 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
7870 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
7871 <target/>
7872 <context-group purpose="location">
7873 <context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context>
7874 <context context-type="linenumber">1</context>
7875 </context-group>
7876 </trans-unit>
7877 <trans-unit id="e1979668b5d368a2a5d476ba4949bc518a4316a0" datatype="html">
7878 <source><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</source>
7879 <target/>
7880 <context-group purpose="location">
7881 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
7882 <context context-type="linenumber">1</context>
7883 </context-group>
7884 </trans-unit>
7885 <trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html">
7886 <source>VIDEO CHANNELS</source>
7887 <target/>
7888 <context-group purpose="location">
7889 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
7890 <context context-type="linenumber">1</context>
7891 </context-group>
7892 </trans-unit>
7893 <trans-unit id="2ccc315673e88d7490220d465da566e3acff72d5" datatype="html">
7894 <source>ABOUT</source>
7895 <target>DESPRE</target>
7896 <context-group purpose="location">
7897 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
7898 <context context-type="linenumber">1</context>
7899 </context-group>
7900 <context-group purpose="location">
7901 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
7902 <context context-type="linenumber">1</context>
7903 </context-group>
7904 </trans-unit>
7905 <trans-unit id="056a9a97eb47882159d3cf5bd8a9fc2cfe9371bf" datatype="html">
7906 <source>Username copied</source>
7907 <target/>
7908 <context-group purpose="location">
7909 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
7910 <context context-type="linenumber">1</context>
7911 </context-group>
7912 <context-group purpose="location">
7913 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
7914 <context context-type="linenumber">1</context>
7915 </context-group>
7916 </trans-unit>
7917 <trans-unit id="f1a851fd8b39e5544e3eec438ebd7f4ccfcc34dc" datatype="html">
7918 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</source>
7919 <target/>
7920 <context-group purpose="location">
7921 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
7922 <context context-type="linenumber">1</context>
7923 </context-group>
7924 </trans-unit>
7925 <trans-unit id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0" datatype="html">
7926 <source>Configuration</source>
7927 <target/>
7928 <context-group purpose="location">
7929 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
7930 <context context-type="linenumber">1</context>
7931 </context-group>
7932 </trans-unit>
7933 <trans-unit id="00437b281d12d04c60a57bd329cff5e3c5febd93" datatype="html">
7934 <source>Audio-only</source>
7935 <target/>
7936 <context-group purpose="location">
7937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7938 <context context-type="linenumber">1</context>
7939 </context-group>
7940 </trans-unit>
7941 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
7942 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
7943 <target/>
7944 <context-group purpose="location">
7945 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7946 <context context-type="linenumber">1</context>
7947 </context-group>
7948 </trans-unit>
7949 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
7950 <source>240p</source>
7951 <target/>
7952 <context-group purpose="location">
7953 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7954 <context context-type="linenumber">1</context>
7955 </context-group>
7956 </trans-unit>
7957 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e" datatype="html">
7958 <source>360p</source>
7959 <target/>
7960 <context-group purpose="location">
7961 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7962 <context context-type="linenumber">1</context>
7963 </context-group>
7964 </trans-unit>
7965 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5" datatype="html">
7966 <source>480p</source>
7967 <target/>
7968 <context-group purpose="location">
7969 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7970 <context context-type="linenumber">1</context>
7971 </context-group>
7972 </trans-unit>
7973 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2" datatype="html">
7974 <source>720p</source>
7975 <target/>
7976 <context-group purpose="location">
7977 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7978 <context context-type="linenumber">1</context>
7979 </context-group>
7980 </trans-unit>
7981 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9" datatype="html">
7982 <source>1080p</source>
7983 <target/>
7984 <context-group purpose="location">
7985 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7986 <context context-type="linenumber">1</context>
7987 </context-group>
7988 </trans-unit>
7989 <trans-unit id="2303f8783df836e13c208710dc029a1d34b6a77a" datatype="html">
7990 <source>2160p</source>
7991 <target/>
7992 <context-group purpose="location">
7993 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7994 <context context-type="linenumber">1</context>
7995 </context-group>
7996 </trans-unit>
7997 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111" datatype="html">
7998 <source>Auto (via ffmpeg)</source>
7999 <target/>
8000 <context-group purpose="location">
8001 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8002 <context context-type="linenumber">1</context>
8003 </context-group>
8004 </trans-unit>
8005 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048" datatype="html">
8006 <source>Configuration updated.</source>
8007 <target/>
8008 <context-group purpose="location">
8009 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8010 <context context-type="linenumber">1</context>
8011 </context-group>
8012 </trans-unit>
8013 <trans-unit id="baa5048f978a6fed563ab1d30a6bb965ea687ba8" datatype="html">
8014 <source>{{'{0} languages selected</source>
8015 <target/>
8016 <context-group purpose="location">
8017 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8018 <context context-type="linenumber">1</context>
8019 </context-group>
8020 <context-group purpose="location">
8021 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
8022 <context context-type="linenumber">1</context>
8023 </context-group>
8024 </trans-unit>
8025 <trans-unit id="812a3c71b3a8e6bfc7f1c5e8690cb4738edb2224" datatype="html">
8026 <source>No language</source>
8027 <target/>
8028 <context-group purpose="location">
8029 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8030 <context context-type="linenumber">1</context>
8031 </context-group>
8032 <context-group purpose="location">
8033 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
8034 <context context-type="linenumber">1</context>
8035 </context-group>
8036 </trans-unit>
8037 <trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0" datatype="html">
8038 <source>{{'{0} categories selected</source>
8039 <target/>
8040 <context-group purpose="location">
8041 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8042 <context context-type="linenumber">1</context>
8043 </context-group>
8044 </trans-unit>
8045 <trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf" datatype="html">
8046 <source>No category</source>
8047 <target/>
8048 <context-group purpose="location">
8049 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8050 <context context-type="linenumber">1</context>
8051 </context-group>
8052 </trans-unit>
8053 <trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
8054 <source>Process domains</source>
8055 <target/>
8056 <context-group purpose="location">
8057 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
8058 <context context-type="linenumber">1</context>
8059 </context-group>
8060 </trans-unit>
8061 <trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
8062 <source>Domain is required.</source>
8063 <target/>
8064 <context-group purpose="location">
8065 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8066 <context context-type="linenumber">1</context>
8067 </context-group>
8068 </trans-unit>
8069 <trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
8070 <source>Domains entered are invalid.</source>
8071 <target/>
8072 <context-group purpose="location">
8073 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8074 <context context-type="linenumber">1</context>
8075 </context-group>
8076 </trans-unit>
8077 <trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
8078 <source>Domains entered contain duplicates.</source>
8079 <target/>
8080 <context-group purpose="location">
8081 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8082 <context context-type="linenumber">1</context>
8083 </context-group>
8084 </trans-unit>
8085 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
8086 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
8087 <target/>
8088 <context-group purpose="location">
8089 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8090 <context context-type="linenumber">1</context>
8091 </context-group>
8092 </trans-unit>
8093 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
8094 <source>Unlimited</source>
8095 <target/>
8096 <context-group purpose="location">
8097 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8098 <context context-type="linenumber">1</context>
8099 </context-group>
8100 <context-group purpose="location">
8101 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8102 <context context-type="linenumber">1</context>
8103 </context-group>
8104 <context-group purpose="location">
8105 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
8106 <context context-type="linenumber">1</context>
8107 </context-group>
8108 <context-group purpose="location">
8109 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
8110 <context context-type="linenumber">1</context>
8111 </context-group>
8112 <context-group purpose="location">
8113 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
8114 <context context-type="linenumber">1</context>
8115 </context-group>
8116 </trans-unit>
8117 <trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
8118 <source>None - no upload possible</source>
8119 <target/>
8120 <context-group purpose="location">
8121 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8122 <context context-type="linenumber">1</context>
8123 </context-group>
8124 <context-group purpose="location">
8125 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8126 <context context-type="linenumber">1</context>
8127 </context-group>
8128 </trans-unit>
8129 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
8130 <source>100MB</source>
8131 <target/>
8132 <context-group purpose="location">
8133 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8134 <context context-type="linenumber">1</context>
8135 </context-group>
8136 <context-group purpose="location">
8137 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8138 <context context-type="linenumber">1</context>
8139 </context-group>
8140 </trans-unit>
8141 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174" datatype="html">
8142 <source>500MB</source>
8143 <target/>
8144 <context-group purpose="location">
8145 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8146 <context context-type="linenumber">1</context>
8147 </context-group>
8148 <context-group purpose="location">
8149 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8150 <context context-type="linenumber">1</context>
8151 </context-group>
8152 </trans-unit>
8153 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b" datatype="html">
8154 <source>1GB</source>
8155 <target/>
8156 <context-group purpose="location">
8157 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8158 <context context-type="linenumber">1</context>
8159 </context-group>
8160 </trans-unit>
8161 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8" datatype="html">
8162 <source>5GB</source>
8163 <target/>
8164 <context-group purpose="location">
8165 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8166 <context context-type="linenumber">1</context>
8167 </context-group>
8168 <context-group purpose="location">
8169 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8170 <context context-type="linenumber">1</context>
8171 </context-group>
8172 </trans-unit>
8173 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae" datatype="html">
8174 <source>20GB</source>
8175 <target/>
8176 <context-group purpose="location">
8177 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8178 <context context-type="linenumber">1</context>
8179 </context-group>
8180 </trans-unit>
8181 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e" datatype="html">
8182 <source>50GB</source>
8183 <target/>
8184 <context-group purpose="location">
8185 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8186 <context context-type="linenumber">1</context>
8187 </context-group>
8188 </trans-unit>
8189 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d" datatype="html">
8190 <source>10MB</source>
8191 <target/>
8192 <context-group purpose="location">
8193 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8194 <context context-type="linenumber">1</context>
8195 </context-group>
8196 </trans-unit>
8197 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af" datatype="html">
8198 <source>50MB</source>
8199 <target/>
8200 <context-group purpose="location">
8201 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8202 <context context-type="linenumber">1</context>
8203 </context-group>
8204 </trans-unit>
8205 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a" datatype="html">
8206 <source>2GB</source>
8207 <target/>
8208 <context-group purpose="location">
8209 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8210 <context context-type="linenumber">1</context>
8211 </context-group>
8212 </trans-unit>
8213 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
8214 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
8215 <target/>
8216 <context-group purpose="location">
8217 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8218 <context context-type="linenumber">1</context>
8219 </context-group>
8220 </trans-unit>
8221 <trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430" datatype="html">
8222 <source>Do you really want to reject this follower?</source>
8223 <target/>
8224 <context-group purpose="location">
8225 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8226 <context context-type="linenumber">1</context>
8227 </context-group>
8228 </trans-unit>
8229 <trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6" datatype="html">
8230 <source>Reject</source>
8231 <target/>
8232 <context-group purpose="location">
8233 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8234 <context context-type="linenumber">1</context>
8235 </context-group>
8236 </trans-unit>
8237 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html">
8238 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
8239 <target/>
8240 <context-group purpose="location">
8241 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8242 <context context-type="linenumber">1</context>
8243 </context-group>
8244 </trans-unit>
8245 <trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61" datatype="html">
8246 <source>Do you really want to delete this follower?</source>
8247 <target/>
8248 <context-group purpose="location">
8249 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8250 <context context-type="linenumber">1</context>
8251 </context-group>
8252 </trans-unit>
8253 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html">
8254 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
8255 <target/>
8256 <context-group purpose="location">
8257 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8258 <context context-type="linenumber">1</context>
8259 </context-group>
8260 </trans-unit>
8261 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
8262 <source>Follow request(s) sent!</source>
8263 <target/>
8264 <context-group purpose="location">
8265 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8266 <context context-type="linenumber">1</context>
8267 </context-group>
8268 </trans-unit>
8269 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
8270 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
8271 <target/>
8272 <context-group purpose="location">
8273 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8274 <context context-type="linenumber">1</context>
8275 </context-group>
8276 </trans-unit>
8277 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902" datatype="html">
8278 <source>Unfollow</source>
8279 <target/>
8280 <context-group purpose="location">
8281 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8282 <context context-type="linenumber">1</context>
8283 </context-group>
8284 </trans-unit>
8285 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0" datatype="html">
8286 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
8287 <target/>
8288 <context-group purpose="location">
8289 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8290 <context context-type="linenumber">1</context>
8291 </context-group>
8292 </trans-unit>
8293 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246" datatype="html">
8294 <source>enabled</source>
8295 <target/>
8296 <context-group purpose="location">
8297 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
8298 <context context-type="linenumber">1</context>
8299 </context-group>
8300 </trans-unit>
8301 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad" datatype="html">
8302 <source>disabled</source>
8303 <target/>
8304 <context-group purpose="location">
8305 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
8306 <context context-type="linenumber">1</context>
8307 </context-group>
8308 </trans-unit>
8309 <trans-unit id="1123807fc813c816404598147173403d00117557" datatype="html">
8310 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
8311 <target/>
8312 <context-group purpose="location">
8313 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
8314 <context context-type="linenumber">1</context>
8315 </context-group>
8316 </trans-unit>
8317 <trans-unit id="fb2e1bed329dc5b84197808c778abb9edcbdb335" datatype="html">
8318 <source>Used</source>
8319 <target/>
8320 <context-group purpose="location">
8321 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8322 <context context-type="linenumber">1</context>
8323 </context-group>
8324 </trans-unit>
8325 <trans-unit id="b7da3e3505cc80f9bf3cffc8444c53e8a9ec70a5" datatype="html">
8326 <source>Available</source>
8327 <target/>
8328 <context-group purpose="location">
8329 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8330 <context context-type="linenumber">1</context>
8331 </context-group>
8332 </trans-unit>
8333 <trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html">
8334 <source>Do you really want to remove this video redundancy?</source>
8335 <target/>
8336 <context-group purpose="location">
8337 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8338 <context context-type="linenumber">1</context>
8339 </context-group>
8340 </trans-unit>
8341 <trans-unit id="9eef7dd291945247d4aefb3994b617d73a0c96e2" datatype="html">
8342 <source>Remove redundancy</source>
8343 <target/>
8344 <context-group purpose="location">
8345 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8346 <context context-type="linenumber">1</context>
8347 </context-group>
8348 </trans-unit>
8349 <trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html">
8350 <source>Video redundancies removed!</source>
8351 <target/>
8352 <context-group purpose="location">
8353 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8354 <context context-type="linenumber">1</context>
8355 </context-group>
8356 </trans-unit>
8357 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da" datatype="html">
8358 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
8359 <target/>
8360 <context-group purpose="location">
8361 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context>
8362 <context context-type="linenumber">1</context>
8363 </context-group>
8364 </trans-unit>
8365 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330" datatype="html">
8366 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
8367 <target/>
8368 <context-group purpose="location">
8369 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
8370 <context context-type="linenumber">1</context>
8371 </context-group>
8372 </trans-unit>
8373 <trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
8374 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source>
8375 <target/>
8376 <context-group purpose="location">
8377 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
8378 <context context-type="linenumber">1</context>
8379 </context-group>
8380 </trans-unit>
8381 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
8382 <source>Comment updated.</source>
8383 <target/>
8384 <context-group purpose="location">
8385 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
8386 <context context-type="linenumber">1</context>
8387 </context-group>
8388 </trans-unit>
8389 <trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
8390 <source>Internal actions</source>
8391 <target/>
8392 <context-group purpose="location">
8393 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8394 <context context-type="linenumber">1</context>
8395 </context-group>
8396 </trans-unit>
8397 <trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
8398 <source>Delete report</source>
8399 <target/>
8400 <context-group purpose="location">
8401 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8402 <context context-type="linenumber">1</context>
8403 </context-group>
8404 </trans-unit>
8405 <trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
8406 <source>Add note</source>
8407 <target/>
8408 <context-group purpose="location">
8409 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8410 <context context-type="linenumber">1</context>
8411 </context-group>
8412 </trans-unit>
8413 <trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
8414 <source>Update note</source>
8415 <target/>
8416 <context-group purpose="location">
8417 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8418 <context context-type="linenumber">1</context>
8419 </context-group>
8420 </trans-unit>
8421 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
8422 <source>Mark as accepted</source>
8423 <target/>
8424 <context-group purpose="location">
8425 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8426 <context context-type="linenumber">1</context>
8427 </context-group>
8428 </trans-unit>
8429 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3" datatype="html">
8430 <source>Mark as rejected</source>
8431 <target/>
8432 <context-group purpose="location">
8433 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8434 <context context-type="linenumber">1</context>
8435 </context-group>
8436 </trans-unit>
8437 <trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
8438 <source>Actions for the video</source>
8439 <target/>
8440 <context-group purpose="location">
8441 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8442 <context context-type="linenumber">1</context>
8443 </context-group>
8444 </trans-unit>
8445 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8446 <source>Video blacklisted.</source>
8447 <target/>
8448 <context-group purpose="location">
8449 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8450 <context context-type="linenumber">1</context>
8451 </context-group>
8452 <context-group purpose="location">
8453 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context>
8454 <context context-type="linenumber">1</context>
8455 </context-group>
8456 </trans-unit>
8457 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
8458 <source>Unblacklist video</source>
8459 <target/>
8460 <context-group purpose="location">
8461 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8462 <context context-type="linenumber">1</context>
8463 </context-group>
8464 </trans-unit>
8465 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
8466 <source>Video unblacklisted.</source>
8467 <target/>
8468 <context-group purpose="location">
8469 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8470 <context context-type="linenumber">1</context>
8471 </context-group>
8472 </trans-unit>
8473 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
8474 <source>Delete video</source>
8475 <target/>
8476 <context-group purpose="location">
8477 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8478 <context context-type="linenumber">1</context>
8479 </context-group>
8480 </trans-unit>
8481 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
8482 <source>Do you really want to delete this video?</source>
8483 <target/>
8484 <context-group purpose="location">
8485 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8486 <context context-type="linenumber">1</context>
8487 </context-group>
8488 <context-group purpose="location">
8489 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8490 <context context-type="linenumber">1</context>
8491 </context-group>
8492 </trans-unit>
8493 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
8494 <source>Video deleted.</source>
8495 <target/>
8496 <context-group purpose="location">
8497 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8498 <context context-type="linenumber">1</context>
8499 </context-group>
8500 </trans-unit>
8501 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
8502 <source>Actions for the reporter</source>
8503 <target/>
8504 <context-group purpose="location">
8505 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8506 <context context-type="linenumber">1</context>
8507 </context-group>
8508 </trans-unit>
8509 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
8510 <source>Mute reporter</source>
8511 <target/>
8512 <context-group purpose="location">
8513 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8514 <context context-type="linenumber">1</context>
8515 </context-group>
8516 </trans-unit>
8517 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
8518 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
8519 <target/>
8520 <context-group purpose="location">
8521 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8522 <context context-type="linenumber">1</context>
8523 </context-group>
8524 <context-group purpose="location">
8525 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8526 <context context-type="linenumber">1</context>
8527 </context-group>
8528 </trans-unit>
8529 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
8530 <source>Mute server</source>
8531 <target/>
8532 <context-group purpose="location">
8533 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8534 <context context-type="linenumber">1</context>
8535 </context-group>
8536 </trans-unit>
8537 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
8538 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
8539 <target/>
8540 <context-group purpose="location">
8541 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8542 <context context-type="linenumber">1</context>
8543 </context-group>
8544 </trans-unit>
8545 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
8546 <source>Do you really want to delete this abuse report?</source>
8547 <target/>
8548 <context-group purpose="location">
8549 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8550 <context context-type="linenumber">1</context>
8551 </context-group>
8552 </trans-unit>
8553 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9" datatype="html">
8554 <source>Abuse deleted.</source>
8555 <target/>
8556 <context-group purpose="location">
8557 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8558 <context context-type="linenumber">1</context>
8559 </context-group>
8560 </trans-unit>
8561 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
8562 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
8563 <target/>
8564 <context-group purpose="location">
8565 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
8566 <context context-type="linenumber">1</context>
8567 </context-group>
8568 </trans-unit>
8569 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
8570 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
8571 <target/>
8572 <context-group purpose="location">
8573 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
8574 <context context-type="linenumber">1</context>
8575 </context-group>
8576 </trans-unit>
8577 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html">
8578 <source>yes</source>
8579 <target/>
8580 <context-group purpose="location">
8581 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
8582 <context context-type="linenumber">1</context>
8583 </context-group>
8584 </trans-unit>
8585 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b" datatype="html">
8586 <source>no</source>
8587 <target/>
8588 <context-group purpose="location">
8589 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
8590 <context context-type="linenumber">1</context>
8591 </context-group>
8592 </trans-unit>
8593 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223" datatype="html">
8594 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
8595 <target/>
8596 <context-group purpose="location">
8597 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
8598 <context context-type="linenumber">1</context>
8599 </context-group>
8600 <context-group purpose="location">
8601 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8602 <context context-type="linenumber">1</context>
8603 </context-group>
8604 </trans-unit>
8605 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f" datatype="html">
8606 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
8607 <target/>
8608 <context-group purpose="location">
8609 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
8610 <context context-type="linenumber">1</context>
8611 </context-group>
8612 <context-group purpose="location">
8613 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8614 <context context-type="linenumber">1</context>
8615 </context-group>
8616 </trans-unit>
8617 <trans-unit id="9ab7a3efed2b78a4d4fd4365eb1b3385ced0d523" datatype="html">
8618 <source>You don't have plugins installed yet.</source>
8619 <target/>
8620 <context-group purpose="location">
8621 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
8622 <context context-type="linenumber">1</context>
8623 </context-group>
8624 </trans-unit>
8625 <trans-unit id="c52fe59dee78663d109bfa6727e172033ff8e61f" datatype="html">
8626 <source>You don't have themes installed yet.</source>
8627 <target/>
8628 <context-group purpose="location">
8629 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
8630 <context context-type="linenumber">1</context>
8631 </context-group>
8632 </trans-unit>
8633 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9" datatype="html">
8634 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source>
8635 <target/>
8636 <context-group purpose="location">
8637 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
8638 <context context-type="linenumber">1</context>
8639 </context-group>
8640 </trans-unit>
8641 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702" datatype="html">
8642 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
8643 <target/>
8644 <context-group purpose="location">
8645 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
8646 <context context-type="linenumber">1</context>
8647 </context-group>
8648 </trans-unit>
8649 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144" datatype="html">
8650 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source>
8651 <target/>
8652 <context-group purpose="location">
8653 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
8654 <context context-type="linenumber">1</context>
8655 </context-group>
8656 </trans-unit>
8657 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b" datatype="html">
8658 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source>
8659 <target/>
8660 <context-group purpose="location">
8661 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
8662 <context context-type="linenumber">1</context>
8663 </context-group>
8664 </trans-unit>
8665 <trans-unit id="53dd049a77e37ce7abc10e174904233f8788464d" datatype="html">
8666 <source>The plugin index is not available. Please retry later.</source>
8667 <target/>
8668 <context-group purpose="location">
8669 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
8670 <context context-type="linenumber">1</context>
8671 </context-group>
8672 </trans-unit>
8673 <trans-unit id="b2e83b683cbef07c420a431ae679c52ebba8a8f0" datatype="html">
8674 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source>
8675 <target/>
8676 <context-group purpose="location">
8677 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
8678 <context context-type="linenumber">1</context>
8679 </context-group>
8680 </trans-unit>
8681 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b" datatype="html">
8682 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
8683 <target/>
8684 <context-group purpose="location">
8685 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
8686 <context context-type="linenumber">1</context>
8687 </context-group>
8688 </trans-unit>
8689 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b" datatype="html">
8690 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source>
8691 <target/>
8692 <context-group purpose="location">
8693 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
8694 <context context-type="linenumber">1</context>
8695 </context-group>
8696 </trans-unit>
8697 <trans-unit id="3554590f772dd4b9b4cc7d282ba00cdac8ad0d12" datatype="html">
8698 <source>Settings updated.</source>
8699 <target/>
8700 <context-group purpose="location">
8701 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts</context>
8702 <context context-type="linenumber">1</context>
8703 </context-group>
8704 </trans-unit>
8705 <trans-unit id="7099af5a120571be073bcfb7babafb38e91a3b50" datatype="html">
8706 <source>Plugins</source>
8707 <target/>
8708 <context-group purpose="location">
8709 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
8710 <context context-type="linenumber">1</context>
8711 </context-group>
8712 </trans-unit>
8713 <trans-unit id="60c855c323706a04ccd2ff22d634bde9b6233bbf" datatype="html">
8714 <source>Themes</source>
8715 <target/>
8716 <context-group purpose="location">
8717 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
8718 <context context-type="linenumber">1</context>
8719 </context-group>
8720 </trans-unit>
8721 <trans-unit id="e72b0e32070d4a69221ef64d793fe7d61381a819" datatype="html">
8722 <source>plugin</source>
8723 <target/>
8724 <context-group purpose="location">
8725 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
8726 <context context-type="linenumber">1</context>
8727 </context-group>
8728 </trans-unit>
8729 <trans-unit id="0f6f5bc1d9e83b758dd60bc6dc7aad7d2cb7f600" datatype="html">
8730 <source>theme</source>
8731 <target/>
8732 <context-group purpose="location">
8733 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
8734 <context context-type="linenumber">1</context>
8735 </context-group>
8736 </trans-unit>
8737 <trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f" datatype="html">
8738 <source>Last week</source>
8739 <target/>
8740 <context-group purpose="location">
8741 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8742 <context context-type="linenumber">1</context>
8743 </context-group>
8744 </trans-unit>
8745 <trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441" datatype="html">
8746 <source>Last day</source>
8747 <target/>
8748 <context-group purpose="location">
8749 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8750 <context context-type="linenumber">1</context>
8751 </context-group>
8752 </trans-unit>
8753 <trans-unit id="9c152780247b402c410b861e521967dca7d9fd10" datatype="html">
8754 <source>Last hour</source>
8755 <target/>
8756 <context-group purpose="location">
8757 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8758 <context context-type="linenumber">1</context>
8759 </context-group>
8760 </trans-unit>
8761 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html">
8762 <source>Info</source>
8763 <target/>
8764 <context-group purpose="location">
8765 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8766 <context context-type="linenumber">1</context>
8767 </context-group>
8768 <context-group purpose="location">
8769 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
8770 <context context-type="linenumber">1</context>
8771 </context-group>
8772 </trans-unit>
8773 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01" datatype="html">
8774 <source>Warning</source>
8775 <target/>
8776 <context-group purpose="location">
8777 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8778 <context context-type="linenumber">1</context>
8779 </context-group>
8780 <context-group purpose="location">
8781 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
8782 <context context-type="linenumber">1</context>
8783 </context-group>
8784 </trans-unit>
8785 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d" datatype="html">
8786 <source>Error</source>
8787 <target/>
8788 <context-group purpose="location">
8789 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8790 <context context-type="linenumber">1</context>
8791 </context-group>
8792 <context-group purpose="location">
8793 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
8794 <context context-type="linenumber">1</context>
8795 </context-group>
8796 <context-group purpose="location">
8797 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
8798 <context context-type="linenumber">1</context>
8799 </context-group>
8800 </trans-unit>
8801 <trans-unit id="36c42d3ca8973e91a59cbfda455d5a2e60ee460d" datatype="html">
8802 <source>Standard logs</source>
8803 <target/>
8804 <context-group purpose="location">
8805 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8806 <context context-type="linenumber">1</context>
8807 </context-group>
8808 </trans-unit>
8809 <trans-unit id="6bc73c8f1beb10bd499ed4272eb599c04768adb8" datatype="html">
8810 <source>Audit logs</source>
8811 <target/>
8812 <context-group purpose="location">
8813 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
8814 <context context-type="linenumber">1</context>
8815 </context-group>
8816 </trans-unit>
8817 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa" datatype="html">
8818 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
8819 <target/>
8820 <context-group purpose="location">
8821 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context>
8822 <context context-type="linenumber">1</context>
8823 </context-group>
8824 </trans-unit>
8825 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html">
8826 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
8827 <target/>
8828 <context-group purpose="location">
8829 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
8830 <context context-type="linenumber">1</context>
8831 </context-group>
8832 </trans-unit>
8833 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2" datatype="html">
8834 <source>Update user password</source>
8835 <target/>
8836 <context-group purpose="location">
8837 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
8838 <context context-type="linenumber">1</context>
8839 </context-group>
8840 </trans-unit>
8841 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
8842 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
8843 <target/>
8844 <context-group purpose="location">
8845 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
8846 <context context-type="linenumber">1</context>
8847 </context-group>
8848 </trans-unit>
8849 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
8850 <source>Update user</source>
8851 <target/>
8852 <context-group purpose="location">
8853 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
8854 <context context-type="linenumber">1</context>
8855 </context-group>
8856 </trans-unit>
8857 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html">
8858 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
8859 <target/>
8860 <context-group purpose="location">
8861 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
8862 <context context-type="linenumber">1</context>
8863 </context-group>
8864 </trans-unit>
8865 <trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html">
8866 <source>Videos will be deleted, comments will be tombstoned.</source>
8867 <target/>
8868 <context-group purpose="location">
8869 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8870 <context context-type="linenumber">1</context>
8871 </context-group>
8872 <context-group purpose="location">
8873 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8874 <context context-type="linenumber">1</context>
8875 </context-group>
8876 </trans-unit>
8877 <trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html">
8878 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
8879 <target/>
8880 <context-group purpose="location">
8881 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8882 <context context-type="linenumber">1</context>
8883 </context-group>
8884 <context-group purpose="location">
8885 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8886 <context context-type="linenumber">1</context>
8887 </context-group>
8888 </trans-unit>
8889 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8" datatype="html">
8890 <source>Unban</source>
8891 <target/>
8892 <context-group purpose="location">
8893 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8894 <context context-type="linenumber">1</context>
8895 </context-group>
8896 <context-group purpose="location">
8897 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8898 <context context-type="linenumber">1</context>
8899 </context-group>
8900 <context-group purpose="location">
8901 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8902 <context context-type="linenumber">1</context>
8903 </context-group>
8904 </trans-unit>
8905 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f" datatype="html">
8906 <source>Set Email as Verified</source>
8907 <target/>
8908 <context-group purpose="location">
8909 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8910 <context context-type="linenumber">1</context>
8911 </context-group>
8912 <context-group purpose="location">
8913 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8914 <context context-type="linenumber">1</context>
8915 </context-group>
8916 </trans-unit>
8917 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf" datatype="html">
8918 <source>You cannot ban root.</source>
8919 <target/>
8920 <context-group purpose="location">
8921 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8922 <context context-type="linenumber">1</context>
8923 </context-group>
8924 <context-group purpose="location">
8925 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8926 <context context-type="linenumber">1</context>
8927 </context-group>
8928 </trans-unit>
8929 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e" datatype="html">
8930 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
8931 <target/>
8932 <context-group purpose="location">
8933 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8934 <context context-type="linenumber">1</context>
8935 </context-group>
8936 </trans-unit>
8937 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd" datatype="html">
8938 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
8939 <target/>
8940 <context-group purpose="location">
8941 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8942 <context context-type="linenumber">1</context>
8943 </context-group>
8944 </trans-unit>
8945 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11" datatype="html">
8946 <source>You cannot delete root.</source>
8947 <target/>
8948 <context-group purpose="location">
8949 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8950 <context context-type="linenumber">1</context>
8951 </context-group>
8952 <context-group purpose="location">
8953 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8954 <context context-type="linenumber">1</context>
8955 </context-group>
8956 </trans-unit>
8957 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51" datatype="html">
8958 <source>If you remove these users, you will not be able to create others with the same username!</source>
8959 <target/>
8960 <context-group purpose="location">
8961 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8962 <context context-type="linenumber">1</context>
8963 </context-group>
8964 </trans-unit>
8965 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329" datatype="html">
8966 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
8967 <target/>
8968 <context-group purpose="location">
8969 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8970 <context context-type="linenumber">1</context>
8971 </context-group>
8972 </trans-unit>
8973 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650" datatype="html">
8974 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
8975 <target/>
8976 <context-group purpose="location">
8977 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
8978 <context context-type="linenumber">1</context>
8979 </context-group>
8980 </trans-unit>
8981 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de" datatype="html">
8982 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
8983 <target/>
8984 <context-group purpose="location">
8985 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context>
8986 <context context-type="linenumber">1</context>
8987 </context-group>
8988 <context-group purpose="location">
8989 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8990 <context context-type="linenumber">1</context>
8991 </context-group>
8992 </trans-unit>
8993 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c" datatype="html">
8994 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
8995 <target/>
8996 <context-group purpose="location">
8997 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context>
8998 <context context-type="linenumber">1</context>
8999 </context-group>
9000 <context-group purpose="location">
9001 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9002 <context context-type="linenumber">1</context>
9003 </context-group>
9004 </trans-unit>
9005 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f" datatype="html">
9006 <source>My videos history</source>
9007 <target/>
9008 <context-group purpose="location">
9009 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9010 <context context-type="linenumber">1</context>
9011 </context-group>
9012 </trans-unit>
9013 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95" datatype="html">
9014 <source>Videos history is enabled</source>
9015 <target/>
9016 <context-group purpose="location">
9017 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9018 <context context-type="linenumber">1</context>
9019 </context-group>
9020 </trans-unit>
9021 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013" datatype="html">
9022 <source>Videos history is disabled</source>
9023 <target/>
9024 <context-group purpose="location">
9025 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9026 <context context-type="linenumber">1</context>
9027 </context-group>
9028 </trans-unit>
9029 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8" datatype="html">
9030 <source>Delete videos history</source>
9031 <target/>
9032 <context-group purpose="location">
9033 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9034 <context context-type="linenumber">1</context>
9035 </context-group>
9036 </trans-unit>
9037 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4" datatype="html">
9038 <source>Are you sure you want to delete all your videos history?</source>
9039 <target/>
9040 <context-group purpose="location">
9041 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9042 <context context-type="linenumber">1</context>
9043 </context-group>
9044 </trans-unit>
9045 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164" datatype="html">
9046 <source>Videos history deleted</source>
9047 <target/>
9048 <context-group purpose="location">
9049 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9050 <context context-type="linenumber">1</context>
9051 </context-group>
9052 </trans-unit>
9053 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e" datatype="html">
9054 <source>Ownership accepted</source>
9055 <target/>
9056 <context-group purpose="location">
9057 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts</context>
9058 <context context-type="linenumber">1</context>
9059 </context-group>
9060 </trans-unit>
9061 <trans-unit id="3a8f29caac7ce9400d11a7c4f8b71a710865f56b" datatype="html">
9062 <source>Please check your emails to verify your new email.</source>
9063 <target/>
9064 <context-group purpose="location">
9065 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
9066 <context context-type="linenumber">1</context>
9067 </context-group>
9068 </trans-unit>
9069 <trans-unit id="8155899f3b3b2e0467846ea7f27fcfb46c882204" datatype="html">
9070 <source>Email updated.</source>
9071 <target/>
9072 <context-group purpose="location">
9073 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
9074 <context context-type="linenumber">1</context>
9075 </context-group>
9076 </trans-unit>
9077 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c" datatype="html">
9078 <source>You current password is invalid.</source>
9079 <target/>
9080 <context-group purpose="location">
9081 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
9082 <context context-type="linenumber">1</context>
9083 </context-group>
9084 <context-group purpose="location">
9085 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
9086 <context context-type="linenumber">1</context>
9087 </context-group>
9088 </trans-unit>
9089 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc" datatype="html">
9090 <source>Password updated.</source>
9091 <target/>
9092 <context-group purpose="location">
9093 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
9094 <context context-type="linenumber">1</context>
9095 </context-group>
9096 </trans-unit>
9097 <trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html">
9098 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source>
9099 <target/>
9100 <context-group purpose="location">
9101 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9102 <context context-type="linenumber">1</context>
9103 </context-group>
9104 </trans-unit>
9105 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311" datatype="html">
9106 <source>Type your username to confirm</source>
9107 <target/>
9108 <context-group purpose="location">
9109 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9110 <context context-type="linenumber">1</context>
9111 </context-group>
9112 </trans-unit>
9113 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065" datatype="html">
9114 <source>Delete my account</source>
9115 <target/>
9116 <context-group purpose="location">
9117 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9118 <context context-type="linenumber">1</context>
9119 </context-group>
9120 </trans-unit>
9121 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7" datatype="html">
9122 <source>Your account is deleted.</source>
9123 <target/>
9124 <context-group purpose="location">
9125 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9126 <context context-type="linenumber">1</context>
9127 </context-group>
9128 </trans-unit>
9129 <trans-unit id="59f77c7dc03357ef1d7a334df06dfc7f31c9a165" datatype="html">
9130 <source>Interface settings updated.</source>
9131 <target/>
9132 <context-group purpose="location">
9133 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts</context>
9134 <context context-type="linenumber">1</context>
9135 </context-group>
9136 <context-group purpose="location">
9137 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts</context>
9138 <context context-type="linenumber">1</context>
9139 </context-group>
9140 </trans-unit>
9141 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585" datatype="html">
9142 <source>New video from your subscriptions</source>
9143 <target/>
9144 <context-group purpose="location">
9145 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9146 <context context-type="linenumber">1</context>
9147 </context-group>
9148 </trans-unit>
9149 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5" datatype="html">
9150 <source>New comment on your video</source>
9151 <target/>
9152 <context-group purpose="location">
9153 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9154 <context context-type="linenumber">1</context>
9155 </context-group>
9156 </trans-unit>
9157 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
9158 <source>New video abuse</source>
9159 <target/>
9160 <context-group purpose="location">
9161 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9162 <context context-type="linenumber">1</context>
9163 </context-group>
9164 </trans-unit>
9165 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47" datatype="html">
9166 <source>Video auto-blacklisted waiting review</source>
9167 <target/>
9168 <context-group purpose="location">
9169 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9170 <context context-type="linenumber">1</context>
9171 </context-group>
9172 </trans-unit>
9173 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996" datatype="html">
9174 <source>One of your video is blacklisted/unblacklisted</source>
9175 <target/>
9176 <context-group purpose="location">
9177 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9178 <context context-type="linenumber">1</context>
9179 </context-group>
9180 </trans-unit>
9181 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc" datatype="html">
9182 <source>Video published (after transcoding/scheduled update)</source>
9183 <target/>
9184 <context-group purpose="location">
9185 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9186 <context context-type="linenumber">1</context>
9187 </context-group>
9188 </trans-unit>
9189 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4" datatype="html">
9190 <source>Video import finished</source>
9191 <target/>
9192 <context-group purpose="location">
9193 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9194 <context context-type="linenumber">1</context>
9195 </context-group>
9196 </trans-unit>
9197 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034" datatype="html">
9198 <source>A new user registered on your instance</source>
9199 <target/>
9200 <context-group purpose="location">
9201 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9202 <context context-type="linenumber">1</context>
9203 </context-group>
9204 </trans-unit>
9205 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2" datatype="html">
9206 <source>You or your channel(s) has a new follower</source>
9207 <target/>
9208 <context-group purpose="location">
9209 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9210 <context context-type="linenumber">1</context>
9211 </context-group>
9212 </trans-unit>
9213 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b" datatype="html">
9214 <source>Someone mentioned you in video comments</source>
9215 <target/>
9216 <context-group purpose="location">
9217 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9218 <context context-type="linenumber">1</context>
9219 </context-group>
9220 </trans-unit>
9221 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html">
9222 <source>Your instance has a new follower</source>
9223 <target/>
9224 <context-group purpose="location">
9225 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9226 <context context-type="linenumber">1</context>
9227 </context-group>
9228 </trans-unit>
9229 <trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869" datatype="html">
9230 <source>Your instance auto followed another instance</source>
9231 <target/>
9232 <context-group purpose="location">
9233 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9234 <context context-type="linenumber">1</context>
9235 </context-group>
9236 </trans-unit>
9237 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401" datatype="html">
9238 <source>Preferences saved</source>
9239 <target/>
9240 <context-group purpose="location">
9241 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9242 <context context-type="linenumber">1</context>
9243 </context-group>
9244 </trans-unit>
9245 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b" datatype="html">
9246 <source>Profile updated.</source>
9247 <target/>
9248 <context-group purpose="location">
9249 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts</context>
9250 <context context-type="linenumber">1</context>
9251 </context-group>
9252 </trans-unit>
9253 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1" datatype="html">
9254 <source>Avatar changed.</source>
9255 <target/>
9256 <context-group purpose="location">
9257 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
9258 <context context-type="linenumber">1</context>
9259 </context-group>
9260 <context-group purpose="location">
9261 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
9262 <context context-type="linenumber">1</context>
9263 </context-group>
9264 </trans-unit>
9265 <trans-unit id="96d143e59c90c4f479eb7a3b55e2a24dc676b31f" datatype="html">
9266 <source>Unknown language</source>
9267 <target/>
9268 <context-group purpose="location">
9269 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
9270 <context context-type="linenumber">1</context>
9271 </context-group>
9272 </trans-unit>
9273 <trans-unit id="732fe7ff80eca196d9825b0ca16134ce8101e93e" datatype="html">
9274 <source>Video settings updated.</source>
9275 <target/>
9276 <context-group purpose="location">
9277 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
9278 <context context-type="linenumber">1</context>
9279 </context-group>
9280 </trans-unit>
9281 <trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html">
9282 <source>Display/Video settings updated.</source>
9283 <target/>
9284 <context-group purpose="location">
9285 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
9286 <context context-type="linenumber">1</context>
9287 </context-group>
9288 </trans-unit>
9289 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645" datatype="html">
9290 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
9291 <target/>
9292 <context-group purpose="location">
9293 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
9294 <context context-type="linenumber">1</context>
9295 </context-group>
9296 </trans-unit>
9297 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47" datatype="html">
9298 <source>This name already exists on this instance.</source>
9299 <target/>
9300 <context-group purpose="location">
9301 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
9302 <context context-type="linenumber">1</context>
9303 </context-group>
9304 </trans-unit>
9305 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
9306 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
9307 <target/>
9308 <context-group purpose="location">
9309 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
9310 <context context-type="linenumber">1</context>
9311 </context-group>
9312 </trans-unit>
9313 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
9314 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source>
9315 <target/>
9316 <context-group purpose="location">
9317 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9318 <context context-type="linenumber">1</context>
9319 </context-group>
9320 </trans-unit>
9321 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99" datatype="html">
9322 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
9323 <target/>
9324 <context-group purpose="location">
9325 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9326 <context context-type="linenumber">1</context>
9327 </context-group>
9328 </trans-unit>
9329 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2" datatype="html">
9330 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
9331 <target/>
9332 <context-group purpose="location">
9333 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9334 <context context-type="linenumber">1</context>
9335 </context-group>
9336 </trans-unit>
9337 <trans-unit id="690c61d85b87df8fab4fd958bceb3849b7f8c64b" datatype="html">
9338 <source>Views for the day</source>
9339 <target/>
9340 <context-group purpose="location">
9341 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9342 <context context-type="linenumber">1</context>
9343 </context-group>
9344 </trans-unit>
9345 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
9346 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
9347 <target/>
9348 <context-group purpose="location">
9349 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context>
9350 <context context-type="linenumber">1</context>
9351 </context-group>
9352 </trans-unit>
9353 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
9354 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
9355 <target/>
9356 <context-group purpose="location">
9357 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context>
9358 <context context-type="linenumber">1</context>
9359 </context-group>
9360 </trans-unit>
9361 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
9362 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
9363 <target/>
9364 <context-group purpose="location">
9365 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
9366 <context context-type="linenumber">1</context>
9367 </context-group>
9368 </trans-unit>
9369 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
9370 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
9371 <target/>
9372 <context-group purpose="location">
9373 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
9374 <context context-type="linenumber">1</context>
9375 </context-group>
9376 </trans-unit>
9377 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html">
9378 <source>My videos</source>
9379 <target/>
9380 <context-group purpose="location">
9381 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9382 <context context-type="linenumber">1</context>
9383 </context-group>
9384 <context-group purpose="location">
9385 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9386 <context context-type="linenumber">1</context>
9387 </context-group>
9388 </trans-unit>
9389 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html">
9390 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
9391 <target/>
9392 <context-group purpose="location">
9393 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9394 <context context-type="linenumber">1</context>
9395 </context-group>
9396 </trans-unit>
9397 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html">
9398 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
9399 <target/>
9400 <context-group purpose="location">
9401 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9402 <context context-type="linenumber">1</context>
9403 </context-group>
9404 </trans-unit>
9405 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html">
9406 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
9407 <target/>
9408 <context-group purpose="location">
9409 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9410 <context context-type="linenumber">1</context>
9411 </context-group>
9412 </trans-unit>
9413 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html">
9414 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
9415 <target/>
9416 <context-group purpose="location">
9417 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9418 <context context-type="linenumber">1</context>
9419 </context-group>
9420 <context-group purpose="location">
9421 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9422 <context context-type="linenumber">1</context>
9423 </context-group>
9424 </trans-unit>
9425 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd" datatype="html">
9426 <source>Ownership change request sent.</source>
9427 <target/>
9428 <context-group purpose="location">
9429 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts</context>
9430 <context context-type="linenumber">1</context>
9431 </context-group>
9432 </trans-unit>
9433 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
9434 <source>My library</source>
9435 <target/>
9436 <context-group purpose="location">
9437 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9438 <context context-type="linenumber">1</context>
9439 </context-group>
9440 </trans-unit>
9441 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html">
9442 <source>My channels</source>
9443 <target/>
9444 <context-group purpose="location">
9445 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9446 <context context-type="linenumber">1</context>
9447 </context-group>
9448 </trans-unit>
9449 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2" datatype="html">
9450 <source>My playlists</source>
9451 <target/>
9452 <context-group purpose="location">
9453 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9454 <context context-type="linenumber">1</context>
9455 </context-group>
9456 </trans-unit>
9457 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9" datatype="html">
9458 <source>My subscriptions</source>
9459 <target/>
9460 <context-group purpose="location">
9461 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9462 <context context-type="linenumber">1</context>
9463 </context-group>
9464 </trans-unit>
9465 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79" datatype="html">
9466 <source>My history</source>
9467 <target/>
9468 <context-group purpose="location">
9469 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9470 <context context-type="linenumber">1</context>
9471 </context-group>
9472 </trans-unit>
9473 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029" datatype="html">
9474 <source>Misc</source>
9475 <target/>
9476 <context-group purpose="location">
9477 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9478 <context context-type="linenumber">1</context>
9479 </context-group>
9480 </trans-unit>
9481 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7" datatype="html">
9482 <source>Ownership changes</source>
9483 <target/>
9484 <context-group purpose="location">
9485 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9486 <context context-type="linenumber">1</context>
9487 </context-group>
9488 </trans-unit>
9489 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6" datatype="html">
9490 <source>My settings</source>
9491 <target/>
9492 <context-group purpose="location">
9493 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9494 <context context-type="linenumber">1</context>
9495 </context-group>
9496 </trans-unit>
9497 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d" datatype="html">
9498 <source>My notifications</source>
9499 <target/>
9500 <context-group purpose="location">
9501 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9502 <context context-type="linenumber">1</context>
9503 </context-group>
9504 </trans-unit>
9505 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
9506 <source>max size</source>
9507 <target/>
9508 <context-group purpose="location">
9509 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context>
9510 <context context-type="linenumber">1</context>
9511 </context-group>
9512 <context-group purpose="location">
9513 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context>
9514 <context context-type="linenumber">1</context>
9515 </context-group>
9516 </trans-unit>
9517 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
9518 <source>Now please check your emails to verify your account and complete signup.</source>
9519 <target/>
9520 <context-group purpose="location">
9521 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
9522 <context context-type="linenumber">1</context>
9523 </context-group>
9524 </trans-unit>
9525 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6" datatype="html">
9526 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
9527 <target/>
9528 <context-group purpose="location">
9529 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
9530 <context context-type="linenumber">1</context>
9531 </context-group>
9532 </trans-unit>
9533 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706" datatype="html">
9534 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
9535 <target/>
9536 <context-group purpose="location">
9537 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context>
9538 <context context-type="linenumber">1</context>
9539 </context-group>
9540 </trans-unit>
9541 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752" datatype="html">
9542 <source>Unable to find user id or verification string.</source>
9543 <target/>
9544 <context-group purpose="location">
9545 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts</context>
9546 <context context-type="linenumber">1</context>
9547 </context-group>
9548 <context-group purpose="location">
9549 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
9550 <context context-type="linenumber">1</context>
9551 </context-group>
9552 </trans-unit>
9553 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9" datatype="html">
9554 <source>Published videos</source>
9555 <target/>
9556 <context-group purpose="location">
9557 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
9558 <context context-type="linenumber">1</context>
9559 </context-group>
9560 </trans-unit>
9561 <trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html">
9562 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source>
9563 <target/>
9564 <context-group purpose="location">
9565 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
9566 <context context-type="linenumber">1</context>
9567 </context-group>
9568 </trans-unit>
9569 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598" datatype="html">
9570 <source>Subscribe to the account</source>
9571 <target/>
9572 <context-group purpose="location">
9573 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
9574 <context context-type="linenumber">1</context>
9575 </context-group>
9576 <context-group purpose="location">
9577 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
9578 <context context-type="linenumber">1</context>
9579 </context-group>
9580 </trans-unit>
9581 <trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html">
9582 <source>VIDEO PLAYLISTS</source>
9583 <target/>
9584 <context-group purpose="location">
9585 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
9586 <context context-type="linenumber">1</context>
9587 </context-group>
9588 </trans-unit>
9589 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013" datatype="html">
9590 <source>Focus the search bar</source>
9591 <target/>
9592 <context-group purpose="location">
9593 <context context-type="sourcefile">src/app/app.component.ts</context>
9594 <context context-type="linenumber">1</context>
9595 </context-group>
9596 </trans-unit>
9597 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099" datatype="html">
9598 <source>Toggle the left menu</source>
9599 <target/>
9600 <context-group purpose="location">
9601 <context context-type="sourcefile">src/app/app.component.ts</context>
9602 <context context-type="linenumber">1</context>
9603 </context-group>
9604 </trans-unit>
9605 <trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html">
9606 <source>Go to the discover videos page</source>
9607 <target/>
9608 <context-group purpose="location">
9609 <context context-type="sourcefile">src/app/app.component.ts</context>
9610 <context context-type="linenumber">1</context>
9611 </context-group>
9612 </trans-unit>
9613 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0" datatype="html">
9614 <source>Go to the trending videos page</source>
9615 <target/>
9616 <context-group purpose="location">
9617 <context context-type="sourcefile">src/app/app.component.ts</context>
9618 <context context-type="linenumber">1</context>
9619 </context-group>
9620 </trans-unit>
9621 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d" datatype="html">
9622 <source>Go to the recently added videos page</source>
9623 <target/>
9624 <context-group purpose="location">
9625 <context context-type="sourcefile">src/app/app.component.ts</context>
9626 <context context-type="linenumber">1</context>
9627 </context-group>
9628 </trans-unit>
9629 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5" datatype="html">
9630 <source>Go to the local videos page</source>
9631 <target/>
9632 <context-group purpose="location">
9633 <context context-type="sourcefile">src/app/app.component.ts</context>
9634 <context context-type="linenumber">1</context>
9635 </context-group>
9636 </trans-unit>
9637 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba" datatype="html">
9638 <source>Go to the videos upload page</source>
9639 <target/>
9640 <context-group purpose="location">
9641 <context context-type="sourcefile">src/app/app.component.ts</context>
9642 <context context-type="linenumber">1</context>
9643 </context-group>
9644 </trans-unit>
9645 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2" datatype="html">
9646 <source>Go to my subscriptions</source>
9647 <target/>
9648 <context-group purpose="location">
9649 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9650 <context context-type="linenumber">1</context>
9651 </context-group>
9652 </trans-unit>
9653 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1" datatype="html">
9654 <source>Go to my videos</source>
9655 <target/>
9656 <context-group purpose="location">
9657 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9658 <context context-type="linenumber">1</context>
9659 </context-group>
9660 </trans-unit>
9661 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7" datatype="html">
9662 <source>Go to my imports</source>
9663 <target/>
9664 <context-group purpose="location">
9665 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9666 <context context-type="linenumber">1</context>
9667 </context-group>
9668 </trans-unit>
9669 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390" datatype="html">
9670 <source>Go to my channels</source>
9671 <target/>
9672 <context-group purpose="location">
9673 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9674 <context context-type="linenumber">1</context>
9675 </context-group>
9676 </trans-unit>
9677 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7" datatype="html">
9678 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. </source>
9679 <target/>
9680 <context-group purpose="location">
9681 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9682 <context context-type="linenumber">1</context>
9683 </context-group>
9684 </trans-unit>
9685 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319" datatype="html">
9686 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
9687 <target/>
9688 <context-group purpose="location">
9689 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9690 <context context-type="linenumber">1</context>
9691 </context-group>
9692 </trans-unit>
9693 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87" datatype="html">
9694 <source>You need to reconnect.</source>
9695 <target/>
9696 <context-group purpose="location">
9697 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9698 <context context-type="linenumber">1</context>
9699 </context-group>
9700 </trans-unit>
9701 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452" datatype="html">
9702 <source>Keyboard Shortcuts:</source>
9703 <target/>
9704 <context-group purpose="location">
9705 <context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context>
9706 <context context-type="linenumber">1</context>
9707 </context-group>
9708 </trans-unit>
9709 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba" datatype="html">
9710 <source>Success</source>
9711 <target/>
9712 <context-group purpose="location">
9713 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
9714 <context context-type="linenumber">1</context>
9715 </context-group>
9716 </trans-unit>
9717 <trans-unit id="4bd9c01837da35babbbe3c7585161268e0ece095" datatype="html">
9718 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</source>
9719 <target/>
9720 <context-group purpose="location">
9721 <context context-type="sourcefile">src/app/login/login.component.ts</context>
9722 <context context-type="linenumber">1</context>
9723 </context-group>
9724 </trans-unit>
9725 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe" datatype="html">
9726 <source>Incorrect username or password.</source>
9727 <target/>
9728 <context-group purpose="location">
9729 <context context-type="sourcefile">src/app/login/login.component.ts</context>
9730 <context context-type="linenumber">1</context>
9731 </context-group>
9732 </trans-unit>
9733 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338" datatype="html">
9734 <source>You account is blocked.</source>
9735 <target/>
9736 <context-group purpose="location">
9737 <context context-type="sourcefile">src/app/login/login.component.ts</context>
9738 <context context-type="linenumber">1</context>
9739 </context-group>
9740 </trans-unit>
9741 <trans-unit id="6e998fc06a19659c22cca43efa1b35515761cbb2" datatype="html">
9742 <source>hide</source>
9743 <target/>
9744 <context-group purpose="location">
9745 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
9746 <context context-type="linenumber">1</context>
9747 </context-group>
9748 </trans-unit>
9749 <trans-unit id="1214427202da5b7fb88968172a3b309f8da35d76" datatype="html">
9750 <source>blur</source>
9751 <target/>
9752 <context-group purpose="location">
9753 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
9754 <context context-type="linenumber">1</context>
9755 </context-group>
9756 </trans-unit>
9757 <trans-unit id="890d991273787485fc939391676762a90edd8f34" datatype="html">
9758 <source>display</source>
9759 <target/>
9760 <context-group purpose="location">
9761 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
9762 <context context-type="linenumber">1</context>
9763 </context-group>
9764 </trans-unit>
9765 <trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
9766 <source>Unknown</source>
9767 <target/>
9768 <context-group purpose="location">
9769 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
9770 <context context-type="linenumber">1</context>
9771 </context-group>
9772 </trans-unit>
9773 <trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html">
9774 <source>any language</source>
9775 <target/>
9776 <context-group purpose="location">
9777 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
9778 <context context-type="linenumber">1</context>
9779 </context-group>
9780 </trans-unit>
9781 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
9782 <source>Your password has been successfully reset!</source>
9783 <target/>
9784 <context-group purpose="location">
9785 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
9786 <context context-type="linenumber">1</context>
9787 </context-group>
9788 </trans-unit>
9789 <trans-unit id="16d449549ab7bc61caf3d636372a4a56b5870383" datatype="html">
9790 <source>Any</source>
9791 <target/>
9792 <context-group purpose="location">
9793 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9794 <context context-type="linenumber">1</context>
9795 </context-group>
9796 <context-group purpose="location">
9797 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9798 <context context-type="linenumber">1</context>
9799 </context-group>
9800 </trans-unit>
9801 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6" datatype="html">
9802 <source>Today</source>
9803 <target/>
9804 <context-group purpose="location">
9805 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9806 <context context-type="linenumber">1</context>
9807 </context-group>
9808 <context-group purpose="location">
9809 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
9810 <context context-type="linenumber">1</context>
9811 </context-group>
9812 </trans-unit>
9813 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d" datatype="html">
9814 <source>Last 7 days</source>
9815 <target/>
9816 <context-group purpose="location">
9817 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9818 <context context-type="linenumber">1</context>
9819 </context-group>
9820 </trans-unit>
9821 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8" datatype="html">
9822 <source>Last 30 days</source>
9823 <target/>
9824 <context-group purpose="location">
9825 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9826 <context context-type="linenumber">1</context>
9827 </context-group>
9828 </trans-unit>
9829 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca" datatype="html">
9830 <source>Last 365 days</source>
9831 <target/>
9832 <context-group purpose="location">
9833 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9834 <context context-type="linenumber">1</context>
9835 </context-group>
9836 </trans-unit>
9837 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc" datatype="html">
9838 <source>Short (&lt; 4 min)</source>
9839 <target/>
9840 <context-group purpose="location">
9841 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9842 <context context-type="linenumber">1</context>
9843 </context-group>
9844 </trans-unit>
9845 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889" datatype="html">
9846 <source>Medium (4-10 min)</source>
9847 <target/>
9848 <context-group purpose="location">
9849 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9850 <context context-type="linenumber">1</context>
9851 </context-group>
9852 </trans-unit>
9853 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
9854 <source>Long (&gt; 10 min)</source>
9855 <target/>
9856 <context-group purpose="location">
9857 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9858 <context context-type="linenumber">1</context>
9859 </context-group>
9860 </trans-unit>
9861 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca" datatype="html">
9862 <source>Relevance</source>
9863 <target/>
9864 <context-group purpose="location">
9865 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9866 <context context-type="linenumber">1</context>
9867 </context-group>
9868 </trans-unit>
9869 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e" datatype="html">
9870 <source>Publish date</source>
9871 <target/>
9872 <context-group purpose="location">
9873 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9874 <context context-type="linenumber">1</context>
9875 </context-group>
9876 </trans-unit>
9877 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html">
9878 <source>Views</source>
9879 <target/>
9880 <context-group purpose="location">
9881 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
9882 <context context-type="linenumber">1</context>
9883 </context-group>
9884 </trans-unit>
9885 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html">
9886 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
9887 <target/>
9888 <context-group purpose="location">
9889 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9890 <context context-type="linenumber">1</context>
9891 </context-group>
9892 </trans-unit>
9893 <trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
9894 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source>
9895 <target/>
9896 <context-group purpose="location">
9897 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9898 <context context-type="linenumber">1</context>
9899 </context-group>
9900 </trans-unit>
9901 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
9902 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
9903 <target/>
9904 <context-group purpose="location">
9905 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9906 <context context-type="linenumber">1</context>
9907 </context-group>
9908 </trans-unit>
9909 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
9910 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
9911 <target/>
9912 <context-group purpose="location">
9913 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9914 <context context-type="linenumber">1</context>
9915 </context-group>
9916 </trans-unit>
9917 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
9918 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
9919 <target/>
9920 <context-group purpose="location">
9921 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9922 <context context-type="linenumber">1</context>
9923 </context-group>
9924 </trans-unit>
9925 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
9926 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
9927 <target/>
9928 <context-group purpose="location">
9929 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9930 <context context-type="linenumber">1</context>
9931 </context-group>
9932 </trans-unit>
9933 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
9934 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
9935 <target/>
9936 <context-group purpose="location">
9937 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9938 <context context-type="linenumber">1</context>
9939 </context-group>
9940 </trans-unit>
9941 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html">
9942 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
9943 <target/>
9944 <context-group purpose="location">
9945 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9946 <context context-type="linenumber">1</context>
9947 </context-group>
9948 </trans-unit>
9949 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html">
9950 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
9951 <target/>
9952 <context-group purpose="location">
9953 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9954 <context context-type="linenumber">1</context>
9955 </context-group>
9956 </trans-unit>
9957 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html">
9958 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
9959 <target/>
9960 <context-group purpose="location">
9961 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9962 <context context-type="linenumber">1</context>
9963 </context-group>
9964 </trans-unit>
9965 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html">
9966 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
9967 <target/>
9968 <context-group purpose="location">
9969 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9970 <context context-type="linenumber">1</context>
9971 </context-group>
9972 </trans-unit>
9973 <trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
9974 <source>just now</source>
9975 <target/>
9976 <context-group purpose="location">
9977 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
9978 <context context-type="linenumber">1</context>
9979 </context-group>
9980 </trans-unit>
9981 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
9982 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
9983 <target/>
9984 <context-group purpose="location">
9985 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
9986 <context context-type="linenumber">1</context>
9987 </context-group>
9988 </trans-unit>
9989 <trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html">
9990 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source>
9991 <target/>
9992 <context-group purpose="location">
9993 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
9994 <context context-type="linenumber">1</context>
9995 </context-group>
9996 </trans-unit>
9997 <trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html">
9998 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source>
9999 <target/>
10000 <context-group purpose="location">
10001 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
10002 <context context-type="linenumber">1</context>
10003 </context-group>
10004 </trans-unit>
10005 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da" datatype="html">
10006 <source>Confirm</source>
10007 <target/>
10008 <context-group purpose="location">
10009 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.ts</context>
10010 <context context-type="linenumber">1</context>
10011 </context-group>
10012 </trans-unit>
10013 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html">
10014 <source>Instance name is required.</source>
10015 <target/>
10016 <context-group purpose="location">
10017 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10018 <context context-type="linenumber">1</context>
10019 </context-group>
10020 </trans-unit>
10021 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d" datatype="html">
10022 <source>Short description should not be longer than 250 characters.</source>
10023 <target/>
10024 <context-group purpose="location">
10025 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10026 <context context-type="linenumber">1</context>
10027 </context-group>
10028 </trans-unit>
10029 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1" datatype="html">
10030 <source>Twitter username is required.</source>
10031 <target/>
10032 <context-group purpose="location">
10033 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10034 <context context-type="linenumber">1</context>
10035 </context-group>
10036 </trans-unit>
10037 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6" datatype="html">
10038 <source>Previews cache size is required.</source>
10039 <target/>
10040 <context-group purpose="location">
10041 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10042 <context context-type="linenumber">1</context>
10043 </context-group>
10044 </trans-unit>
10045 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459" datatype="html">
10046 <source>Previews cache size must be greater than 1.</source>
10047 <target/>
10048 <context-group purpose="location">
10049 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10050 <context context-type="linenumber">1</context>
10051 </context-group>
10052 </trans-unit>
10053 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3" datatype="html">
10054 <source>Previews cache size must be a number.</source>
10055 <target/>
10056 <context-group purpose="location">
10057 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10058 <context context-type="linenumber">1</context>
10059 </context-group>
10060 </trans-unit>
10061 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8" datatype="html">
10062 <source>Captions cache size is required.</source>
10063 <target/>
10064 <context-group purpose="location">
10065 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10066 <context context-type="linenumber">1</context>
10067 </context-group>
10068 </trans-unit>
10069 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c" datatype="html">
10070 <source>Captions cache size must be greater than 1.</source>
10071 <target/>
10072 <context-group purpose="location">
10073 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10074 <context context-type="linenumber">1</context>
10075 </context-group>
10076 </trans-unit>
10077 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e" datatype="html">
10078 <source>Captions cache size must be a number.</source>
10079 <target/>
10080 <context-group purpose="location">
10081 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10082 <context context-type="linenumber">1</context>
10083 </context-group>
10084 </trans-unit>
10085 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828" datatype="html">
10086 <source>Signup limit is required.</source>
10087 <target/>
10088 <context-group purpose="location">
10089 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10090 <context context-type="linenumber">1</context>
10091 </context-group>
10092 </trans-unit>
10093 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7" datatype="html">
10094 <source>Signup limit must be greater than 1.</source>
10095 <target/>
10096 <context-group purpose="location">
10097 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10098 <context context-type="linenumber">1</context>
10099 </context-group>
10100 </trans-unit>
10101 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced" datatype="html">
10102 <source>Signup limit must be a number.</source>
10103 <target/>
10104 <context-group purpose="location">
10105 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10106 <context context-type="linenumber">1</context>
10107 </context-group>
10108 </trans-unit>
10109 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021" datatype="html">
10110 <source>Admin email is required.</source>
10111 <target/>
10112 <context-group purpose="location">
10113 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10114 <context context-type="linenumber">1</context>
10115 </context-group>
10116 </trans-unit>
10117 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66" datatype="html">
10118 <source>Admin email must be valid.</source>
10119 <target/>
10120 <context-group purpose="location">
10121 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10122 <context context-type="linenumber">1</context>
10123 </context-group>
10124 </trans-unit>
10125 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400" datatype="html">
10126 <source>Transcoding threads is required.</source>
10127 <target/>
10128 <context-group purpose="location">
10129 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10130 <context context-type="linenumber">1</context>
10131 </context-group>
10132 </trans-unit>
10133 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd" datatype="html">
10134 <source>Transcoding threads must be greater or equal to 0.</source>
10135 <target/>
10136 <context-group purpose="location">
10137 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10138 <context context-type="linenumber">1</context>
10139 </context-group>
10140 </trans-unit>
10141 <trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html">
10142 <source>Index URL is required.</source>
10143 <target/>
10144 <context-group purpose="location">
10145 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10146 <context context-type="linenumber">1</context>
10147 </context-group>
10148 </trans-unit>
10149 <trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html">
10150 <source>Index URL should be a URL</source>
10151 <target/>
10152 <context-group purpose="location">
10153 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10154 <context context-type="linenumber">1</context>
10155 </context-group>
10156 </trans-unit>
10157 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0" datatype="html">
10158 <source>Email is required.</source>
10159 <target/>
10160 <context-group purpose="location">
10161 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10162 <context context-type="linenumber">1</context>
10163 </context-group>
10164 <context-group purpose="location">
10165 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10166 <context context-type="linenumber">1</context>
10167 </context-group>
10168 </trans-unit>
10169 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1" datatype="html">
10170 <source>Email must be valid.</source>
10171 <target/>
10172 <context-group purpose="location">
10173 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10174 <context context-type="linenumber">1</context>
10175 </context-group>
10176 <context-group purpose="location">
10177 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10178 <context context-type="linenumber">1</context>
10179 </context-group>
10180 </trans-unit>
10181 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33" datatype="html">
10182 <source>Your name is required.</source>
10183 <target/>
10184 <context-group purpose="location">
10185 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10186 <context context-type="linenumber">1</context>
10187 </context-group>
10188 </trans-unit>
10189 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a" datatype="html">
10190 <source>Your name must be at least 1 character long.</source>
10191 <target/>
10192 <context-group purpose="location">
10193 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10194 <context context-type="linenumber">1</context>
10195 </context-group>
10196 </trans-unit>
10197 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b" datatype="html">
10198 <source>Your name cannot be more than 120 characters long.</source>
10199 <target/>
10200 <context-group purpose="location">
10201 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10202 <context context-type="linenumber">1</context>
10203 </context-group>
10204 </trans-unit>
10205 <trans-unit id="73417de6b009e361996f9cd0e3b83d88bed368b6" datatype="html">
10206 <source>A subject is required.</source>
10207 <target/>
10208 <context-group purpose="location">
10209 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10210 <context context-type="linenumber">1</context>
10211 </context-group>
10212 </trans-unit>
10213 <trans-unit id="4f049fd004313524afeaf0ae25f98583a0ffd29b" datatype="html">
10214 <source>The subject must be at least 1 character long.</source>
10215 <target/>
10216 <context-group purpose="location">
10217 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10218 <context context-type="linenumber">1</context>
10219 </context-group>
10220 </trans-unit>
10221 <trans-unit id="d82f880ea1d0ee03c47bf1212a0fbcb23b3edf18" datatype="html">
10222 <source>The subject cannot be more than 120 characters long.</source>
10223 <target/>
10224 <context-group purpose="location">
10225 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10226 <context context-type="linenumber">1</context>
10227 </context-group>
10228 </trans-unit>
10229 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2" datatype="html">
10230 <source>A message is required.</source>
10231 <target/>
10232 <context-group purpose="location">
10233 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10234 <context context-type="linenumber">1</context>
10235 </context-group>
10236 </trans-unit>
10237 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64" datatype="html">
10238 <source>The message must be at least 3 characters long.</source>
10239 <target/>
10240 <context-group purpose="location">
10241 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10242 <context context-type="linenumber">1</context>
10243 </context-group>
10244 </trans-unit>
10245 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60" datatype="html">
10246 <source>The message cannot be more than 5000 characters long.</source>
10247 <target/>
10248 <context-group purpose="location">
10249 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10250 <context context-type="linenumber">1</context>
10251 </context-group>
10252 </trans-unit>
10253 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149" datatype="html">
10254 <source>Username is required.</source>
10255 <target/>
10256 <context-group purpose="location">
10257 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
10258 <context context-type="linenumber">1</context>
10259 </context-group>
10260 <context-group purpose="location">
10261 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10262 <context context-type="linenumber">1</context>
10263 </context-group>
10264 </trans-unit>
10265 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5" datatype="html">
10266 <source>Password is required.</source>
10267 <target/>
10268 <context-group purpose="location">
10269 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
10270 <context context-type="linenumber">1</context>
10271 </context-group>
10272 <context-group purpose="location">
10273 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10274 <context context-type="linenumber">1</context>
10275 </context-group>
10276 </trans-unit>
10277 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154" datatype="html">
10278 <source>Confirmation of the password is required.</source>
10279 <target/>
10280 <context-group purpose="location">
10281 <context context-type="sourcefile">src/app/shared/forms/form-validators/reset-password-validators.service.ts</context>
10282 <context context-type="linenumber">1</context>
10283 </context-group>
10284 </trans-unit>
10285 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a" datatype="html">
10286 <source>Username must be at least 1 character long.</source>
10287 <target/>
10288 <context-group purpose="location">
10289 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10290 <context context-type="linenumber">1</context>
10291 </context-group>
10292 </trans-unit>
10293 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a" datatype="html">
10294 <source>Username cannot be more than 50 characters long.</source>
10295 <target/>
10296 <context-group purpose="location">
10297 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10298 <context context-type="linenumber">1</context>
10299 </context-group>
10300 </trans-unit>
10301 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c" datatype="html">
10302 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
10303 <target/>
10304 <context-group purpose="location">
10305 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10306 <context context-type="linenumber">1</context>
10307 </context-group>
10308 </trans-unit>
10309 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0" datatype="html">
10310 <source>Password must be at least 6 characters long.</source>
10311 <target/>
10312 <context-group purpose="location">
10313 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10314 <context context-type="linenumber">1</context>
10315 </context-group>
10316 <context-group purpose="location">
10317 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10318 <context context-type="linenumber">1</context>
10319 </context-group>
10320 </trans-unit>
10321 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e" datatype="html">
10322 <source>Password cannot be more than 255 characters long.</source>
10323 <target/>
10324 <context-group purpose="location">
10325 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10326 <context context-type="linenumber">1</context>
10327 </context-group>
10328 <context-group purpose="location">
10329 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10330 <context context-type="linenumber">1</context>
10331 </context-group>
10332 </trans-unit>
10333 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732" datatype="html">
10334 <source>The new password and the confirmed password do not correspond.</source>
10335 <target/>
10336 <context-group purpose="location">
10337 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10338 <context context-type="linenumber">1</context>
10339 </context-group>
10340 </trans-unit>
10341 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf" datatype="html">
10342 <source>Video quota is required.</source>
10343 <target/>
10344 <context-group purpose="location">
10345 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10346 <context context-type="linenumber">1</context>
10347 </context-group>
10348 </trans-unit>
10349 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80" datatype="html">
10350 <source>Quota must be greater than -1.</source>
10351 <target/>
10352 <context-group purpose="location">
10353 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10354 <context context-type="linenumber">1</context>
10355 </context-group>
10356 </trans-unit>
10357 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb" datatype="html">
10358 <source>Daily upload limit is required.</source>
10359 <target/>
10360 <context-group purpose="location">
10361 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10362 <context context-type="linenumber">1</context>
10363 </context-group>
10364 </trans-unit>
10365 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e" datatype="html">
10366 <source>Daily upload limit must be greater than -1.</source>
10367 <target/>
10368 <context-group purpose="location">
10369 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10370 <context context-type="linenumber">1</context>
10371 </context-group>
10372 </trans-unit>
10373 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85" datatype="html">
10374 <source>User role is required.</source>
10375 <target/>
10376 <context-group purpose="location">
10377 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10378 <context context-type="linenumber">1</context>
10379 </context-group>
10380 </trans-unit>
10381 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae" datatype="html">
10382 <source>Description must be at least 3 characters long.</source>
10383 <target/>
10384 <context-group purpose="location">
10385 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10386 <context context-type="linenumber">1</context>
10387 </context-group>
10388 <context-group purpose="location">
10389 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10390 <context context-type="linenumber">1</context>
10391 </context-group>
10392 <context-group purpose="location">
10393 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10394 <context context-type="linenumber">1</context>
10395 </context-group>
10396 </trans-unit>
10397 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html">
10398 <source>Description cannot be more than 1000 characters long.</source>
10399 <target/>
10400 <context-group purpose="location">
10401 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10402 <context context-type="linenumber">1</context>
10403 </context-group>
10404 <context-group purpose="location">
10405 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10406 <context context-type="linenumber">1</context>
10407 </context-group>
10408 <context-group purpose="location">
10409 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10410 <context context-type="linenumber">1</context>
10411 </context-group>
10412 </trans-unit>
10413 <trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html">
10414 <source>You must agree with the instance terms in order to register on it.</source>
10415 <target/>
10416 <context-group purpose="location">
10417 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10418 <context context-type="linenumber">1</context>
10419 </context-group>
10420 </trans-unit>
10421 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00" datatype="html">
10422 <source>Ban reason must be at least 3 characters long.</source>
10423 <target/>
10424 <context-group purpose="location">
10425 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10426 <context context-type="linenumber">1</context>
10427 </context-group>
10428 </trans-unit>
10429 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd" datatype="html">
10430 <source>Ban reason cannot be more than 250 characters long.</source>
10431 <target/>
10432 <context-group purpose="location">
10433 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10434 <context context-type="linenumber">1</context>
10435 </context-group>
10436 </trans-unit>
10437 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4" datatype="html">
10438 <source>Display name is required.</source>
10439 <target/>
10440 <context-group purpose="location">
10441 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10442 <context context-type="linenumber">1</context>
10443 </context-group>
10444 <context-group purpose="location">
10445 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10446 <context context-type="linenumber">1</context>
10447 </context-group>
10448 <context-group purpose="location">
10449 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10450 <context context-type="linenumber">1</context>
10451 </context-group>
10452 </trans-unit>
10453 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html">
10454 <source>Display name must be at least 1 character long.</source>
10455 <target/>
10456 <context-group purpose="location">
10457 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10458 <context context-type="linenumber">1</context>
10459 </context-group>
10460 <context-group purpose="location">
10461 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10462 <context context-type="linenumber">1</context>
10463 </context-group>
10464 <context-group purpose="location">
10465 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10466 <context context-type="linenumber">1</context>
10467 </context-group>
10468 </trans-unit>
10469 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html">
10470 <source>Display name cannot be more than 50 characters long.</source>
10471 <target/>
10472 <context-group purpose="location">
10473 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10474 <context context-type="linenumber">1</context>
10475 </context-group>
10476 <context-group purpose="location">
10477 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10478 <context context-type="linenumber">1</context>
10479 </context-group>
10480 </trans-unit>
10481 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6" datatype="html">
10482 <source>Report reason is required.</source>
10483 <target/>
10484 <context-group purpose="location">
10485 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10486 <context context-type="linenumber">1</context>
10487 </context-group>
10488 </trans-unit>
10489 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e" datatype="html">
10490 <source>Report reason must be at least 2 characters long.</source>
10491 <target/>
10492 <context-group purpose="location">
10493 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10494 <context context-type="linenumber">1</context>
10495 </context-group>
10496 </trans-unit>
10497 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa" datatype="html">
10498 <source>Report reason cannot be more than 3000 characters long.</source>
10499 <target/>
10500 <context-group purpose="location">
10501 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10502 <context context-type="linenumber">1</context>
10503 </context-group>
10504 </trans-unit>
10505 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118" datatype="html">
10506 <source>Moderation comment is required.</source>
10507 <target/>
10508 <context-group purpose="location">
10509 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10510 <context context-type="linenumber">1</context>
10511 </context-group>
10512 </trans-unit>
10513 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2" datatype="html">
10514 <source>Moderation comment must be at least 2 characters long.</source>
10515 <target/>
10516 <context-group purpose="location">
10517 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10518 <context context-type="linenumber">1</context>
10519 </context-group>
10520 </trans-unit>
10521 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c" datatype="html">
10522 <source>Moderation comment cannot be more than 3000 characters long.</source>
10523 <target/>
10524 <context-group purpose="location">
10525 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10526 <context context-type="linenumber">1</context>
10527 </context-group>
10528 </trans-unit>
10529 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6" datatype="html">
10530 <source>The channel is required.</source>
10531 <target/>
10532 <context-group purpose="location">
10533 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts</context>
10534 <context context-type="linenumber">1</context>
10535 </context-group>
10536 </trans-unit>
10537 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca" datatype="html">
10538 <source>Blacklist reason must be at least 2 characters long.</source>
10539 <target/>
10540 <context-group purpose="location">
10541 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
10542 <context context-type="linenumber">1</context>
10543 </context-group>
10544 </trans-unit>
10545 <trans-unit id="5009443905b0b152915247799492bf5e164e7626" datatype="html">
10546 <source>Blacklist reason cannot be more than 300 characters long.</source>
10547 <target/>
10548 <context-group purpose="location">
10549 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
10550 <context context-type="linenumber">1</context>
10551 </context-group>
10552 </trans-unit>
10553 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e" datatype="html">
10554 <source>Video caption language is required.</source>
10555 <target/>
10556 <context-group purpose="location">
10557 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
10558 <context context-type="linenumber">1</context>
10559 </context-group>
10560 </trans-unit>
10561 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963" datatype="html">
10562 <source>Video caption file is required.</source>
10563 <target/>
10564 <context-group purpose="location">
10565 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
10566 <context context-type="linenumber">1</context>
10567 </context-group>
10568 </trans-unit>
10569 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294" datatype="html">
10570 <source>The username is required.</source>
10571 <target/>
10572 <context-group purpose="location">
10573 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
10574 <context context-type="linenumber">1</context>
10575 </context-group>
10576 </trans-unit>
10577 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803" datatype="html">
10578 <source>You can only transfer ownership to a local account</source>
10579 <target/>
10580 <context-group purpose="location">
10581 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
10582 <context context-type="linenumber">1</context>
10583 </context-group>
10584 </trans-unit>
10585 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33" datatype="html">
10586 <source>Name is required.</source>
10587 <target/>
10588 <context-group purpose="location">
10589 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10590 <context context-type="linenumber">1</context>
10591 </context-group>
10592 </trans-unit>
10593 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76" datatype="html">
10594 <source>Name must be at least 1 character long.</source>
10595 <target/>
10596 <context-group purpose="location">
10597 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10598 <context context-type="linenumber">1</context>
10599 </context-group>
10600 </trans-unit>
10601 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d" datatype="html">
10602 <source>Name cannot be more than 50 characters long.</source>
10603 <target/>
10604 <context-group purpose="location">
10605 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10606 <context context-type="linenumber">1</context>
10607 </context-group>
10608 </trans-unit>
10609 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18" datatype="html">
10610 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
10611 <target/>
10612 <context-group purpose="location">
10613 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10614 <context context-type="linenumber">1</context>
10615 </context-group>
10616 </trans-unit>
10617 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b" datatype="html">
10618 <source>Support text must be at least 3 characters long.</source>
10619 <target/>
10620 <context-group purpose="location">
10621 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10622 <context context-type="linenumber">1</context>
10623 </context-group>
10624 </trans-unit>
10625 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85" datatype="html">
10626 <source>Support text cannot be more than 1000 characters long.</source>
10627 <target/>
10628 <context-group purpose="location">
10629 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10630 <context context-type="linenumber">1</context>
10631 </context-group>
10632 </trans-unit>
10633 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79" datatype="html">
10634 <source>Comment is required.</source>
10635 <target/>
10636 <context-group purpose="location">
10637 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
10638 <context context-type="linenumber">1</context>
10639 </context-group>
10640 </trans-unit>
10641 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6" datatype="html">
10642 <source>Comment must be at least 2 characters long.</source>
10643 <target/>
10644 <context-group purpose="location">
10645 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
10646 <context context-type="linenumber">1</context>
10647 </context-group>
10648 </trans-unit>
10649 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123" datatype="html">
10650 <source>Comment cannot be more than 3000 characters long.</source>
10651 <target/>
10652 <context-group purpose="location">
10653 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
10654 <context context-type="linenumber">1</context>
10655 </context-group>
10656 </trans-unit>
10657 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9" datatype="html">
10658 <source>Display name cannot be more than 120 characters long.</source>
10659 <target/>
10660 <context-group purpose="location">
10661 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10662 <context context-type="linenumber">1</context>
10663 </context-group>
10664 </trans-unit>
10665 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c" datatype="html">
10666 <source>Privacy is required.</source>
10667 <target/>
10668 <context-group purpose="location">
10669 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10670 <context context-type="linenumber">1</context>
10671 </context-group>
10672 </trans-unit>
10673 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c" datatype="html">
10674 <source>The channel is required when the playlist is public.</source>
10675 <target/>
10676 <context-group purpose="location">
10677 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10678 <context context-type="linenumber">1</context>
10679 </context-group>
10680 </trans-unit>
10681 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html">
10682 <source>Video name is required.</source>
10683 <target/>
10684 <context-group purpose="location">
10685 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10686 <context context-type="linenumber">1</context>
10687 </context-group>
10688 </trans-unit>
10689 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c" datatype="html">
10690 <source>Video name must be at least 3 characters long.</source>
10691 <target/>
10692 <context-group purpose="location">
10693 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10694 <context context-type="linenumber">1</context>
10695 </context-group>
10696 </trans-unit>
10697 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695" datatype="html">
10698 <source>Video name cannot be more than 120 characters long.</source>
10699 <target/>
10700 <context-group purpose="location">
10701 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10702 <context context-type="linenumber">1</context>
10703 </context-group>
10704 </trans-unit>
10705 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4" datatype="html">
10706 <source>Video privacy is required.</source>
10707 <target/>
10708 <context-group purpose="location">
10709 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10710 <context context-type="linenumber">1</context>
10711 </context-group>
10712 </trans-unit>
10713 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16" datatype="html">
10714 <source>Video channel is required.</source>
10715 <target/>
10716 <context-group purpose="location">
10717 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10718 <context context-type="linenumber">1</context>
10719 </context-group>
10720 </trans-unit>
10721 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef" datatype="html">
10722 <source>Video description must be at least 3 characters long.</source>
10723 <target/>
10724 <context-group purpose="location">
10725 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10726 <context context-type="linenumber">1</context>
10727 </context-group>
10728 </trans-unit>
10729 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906" datatype="html">
10730 <source>Video description cannot be more than 10000 characters long.</source>
10731 <target/>
10732 <context-group purpose="location">
10733 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10734 <context context-type="linenumber">1</context>
10735 </context-group>
10736 </trans-unit>
10737 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8" datatype="html">
10738 <source>A tag should be more than 2 characters long.</source>
10739 <target/>
10740 <context-group purpose="location">
10741 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10742 <context context-type="linenumber">1</context>
10743 </context-group>
10744 </trans-unit>
10745 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea" datatype="html">
10746 <source>A tag should be less than 30 characters long.</source>
10747 <target/>
10748 <context-group purpose="location">
10749 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10750 <context context-type="linenumber">1</context>
10751 </context-group>
10752 </trans-unit>
10753 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6" datatype="html">
10754 <source>Video support must be at least 3 characters long.</source>
10755 <target/>
10756 <context-group purpose="location">
10757 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10758 <context context-type="linenumber">1</context>
10759 </context-group>
10760 </trans-unit>
10761 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad" datatype="html">
10762 <source>Video support cannot be more than 1000 characters long.</source>
10763 <target/>
10764 <context-group purpose="location">
10765 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10766 <context context-type="linenumber">1</context>
10767 </context-group>
10768 </trans-unit>
10769 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0" datatype="html">
10770 <source>A date is required to schedule video update.</source>
10771 <target/>
10772 <context-group purpose="location">
10773 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
10774 <context context-type="linenumber">1</context>
10775 </context-group>
10776 </trans-unit>
10777 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5" datatype="html">
10778 <source>Copied</source>
10779 <target/>
10780 <context-group purpose="location">
10781 <context context-type="sourcefile">src/app/shared/forms/input-readonly-copy.component.ts</context>
10782 <context context-type="linenumber">1</context>
10783 </context-group>
10784 <context-group purpose="location">
10785 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
10786 <context context-type="linenumber">1</context>
10787 </context-group>
10788 </trans-unit>
10789 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4" datatype="html">
10790 <source>This file is too large.</source>
10791 <target/>
10792 <context-group purpose="location">
10793 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
10794 <context context-type="linenumber">1</context>
10795 </context-group>
10796 </trans-unit>
10797 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9" datatype="html">
10798 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
10799 <target/>
10800 <context-group purpose="location">
10801 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
10802 <context context-type="linenumber">1</context>
10803 </context-group>
10804 </trans-unit>
10805 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4" datatype="html">
10806 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
10807 <target/>
10808 <context-group purpose="location">
10809 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
10810 <context context-type="linenumber">1</context>
10811 </context-group>
10812 </trans-unit>
10813 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf" datatype="html">
10814 <source>Sunday</source>
10815 <target/>
10816 <context-group purpose="location">
10817 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10818 <context context-type="linenumber">1</context>
10819 </context-group>
10820 </trans-unit>
10821 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596" datatype="html">
10822 <source>Monday</source>
10823 <target/>
10824 <context-group purpose="location">
10825 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10826 <context context-type="linenumber">1</context>
10827 </context-group>
10828 </trans-unit>
10829 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee" datatype="html">
10830 <source>Tuesday</source>
10831 <target/>
10832 <context-group purpose="location">
10833 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10834 <context context-type="linenumber">1</context>
10835 </context-group>
10836 </trans-unit>
10837 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9" datatype="html">
10838 <source>Wednesday</source>
10839 <target/>
10840 <context-group purpose="location">
10841 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10842 <context context-type="linenumber">1</context>
10843 </context-group>
10844 </trans-unit>
10845 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b" datatype="html">
10846 <source>Thursday</source>
10847 <target/>
10848 <context-group purpose="location">
10849 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10850 <context context-type="linenumber">1</context>
10851 </context-group>
10852 </trans-unit>
10853 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215" datatype="html">
10854 <source>Friday</source>
10855 <target/>
10856 <context-group purpose="location">
10857 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10858 <context context-type="linenumber">1</context>
10859 </context-group>
10860 </trans-unit>
10861 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e" datatype="html">
10862 <source>Saturday</source>
10863 <target/>
10864 <context-group purpose="location">
10865 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10866 <context context-type="linenumber">1</context>
10867 </context-group>
10868 </trans-unit>
10869 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef" datatype="html">
10870 <source>Sun</source>
10871 <target/>
10872 <context-group purpose="location">
10873 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10874 <context context-type="linenumber">1</context>
10875 </context-group>
10876 <note priority="1" from="description">Day name short</note>
10877 </trans-unit>
10878 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff" datatype="html">
10879 <source>Mon</source>
10880 <target/>
10881 <context-group purpose="location">
10882 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10883 <context context-type="linenumber">1</context>
10884 </context-group>
10885 <note priority="1" from="description">Day name short</note>
10886 </trans-unit>
10887 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9" datatype="html">
10888 <source>Tue</source>
10889 <target/>
10890 <context-group purpose="location">
10891 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10892 <context context-type="linenumber">1</context>
10893 </context-group>
10894 <note priority="1" from="description">Day name short</note>
10895 </trans-unit>
10896 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d" datatype="html">
10897 <source>Wed</source>
10898 <target/>
10899 <context-group purpose="location">
10900 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10901 <context context-type="linenumber">1</context>
10902 </context-group>
10903 <note priority="1" from="description">Day name short</note>
10904 </trans-unit>
10905 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6" datatype="html">
10906 <source>Thu</source>
10907 <target/>
10908 <context-group purpose="location">
10909 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10910 <context context-type="linenumber">1</context>
10911 </context-group>
10912 <note priority="1" from="description">Day name short</note>
10913 </trans-unit>
10914 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c" datatype="html">
10915 <source>Fri</source>
10916 <target/>
10917 <context-group purpose="location">
10918 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10919 <context context-type="linenumber">1</context>
10920 </context-group>
10921 <note priority="1" from="description">Day name short</note>
10922 </trans-unit>
10923 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261" datatype="html">
10924 <source>Sat</source>
10925 <target/>
10926 <context-group purpose="location">
10927 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10928 <context context-type="linenumber">1</context>
10929 </context-group>
10930 <note priority="1" from="description">Day name short</note>
10931 </trans-unit>
10932 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd" datatype="html">
10933 <source>Su</source>
10934 <target/>
10935 <context-group purpose="location">
10936 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10937 <context context-type="linenumber">1</context>
10938 </context-group>
10939 <note priority="1" from="description">Day name min</note>
10940 </trans-unit>
10941 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3" datatype="html">
10942 <source>Mo</source>
10943 <target/>
10944 <context-group purpose="location">
10945 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10946 <context context-type="linenumber">1</context>
10947 </context-group>
10948 <note priority="1" from="description">Day name min</note>
10949 </trans-unit>
10950 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462" datatype="html">
10951 <source>Tu</source>
10952 <target/>
10953 <context-group purpose="location">
10954 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10955 <context context-type="linenumber">1</context>
10956 </context-group>
10957 <note priority="1" from="description">Day name min</note>
10958 </trans-unit>
10959 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef" datatype="html">
10960 <source>We</source>
10961 <target/>
10962 <context-group purpose="location">
10963 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10964 <context context-type="linenumber">1</context>
10965 </context-group>
10966 <note priority="1" from="description">Day name min</note>
10967 </trans-unit>
10968 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd" datatype="html">
10969 <source>Th</source>
10970 <target/>
10971 <context-group purpose="location">
10972 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10973 <context context-type="linenumber">1</context>
10974 </context-group>
10975 <note priority="1" from="description">Day name min</note>
10976 </trans-unit>
10977 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5" datatype="html">
10978 <source>Fr</source>
10979 <target/>
10980 <context-group purpose="location">
10981 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10982 <context context-type="linenumber">1</context>
10983 </context-group>
10984 <note priority="1" from="description">Day name min</note>
10985 </trans-unit>
10986 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0" datatype="html">
10987 <source>Sa</source>
10988 <target/>
10989 <context-group purpose="location">
10990 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10991 <context context-type="linenumber">1</context>
10992 </context-group>
10993 <note priority="1" from="description">Day name min</note>
10994 </trans-unit>
10995 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0" datatype="html">
10996 <source>January</source>
10997 <target/>
10998 <context-group purpose="location">
10999 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11000 <context context-type="linenumber">1</context>
11001 </context-group>
11002 </trans-unit>
11003 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036" datatype="html">
11004 <source>February</source>
11005 <target/>
11006 <context-group purpose="location">
11007 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11008 <context context-type="linenumber">1</context>
11009 </context-group>
11010 </trans-unit>
11011 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e" datatype="html">
11012 <source>March</source>
11013 <target/>
11014 <context-group purpose="location">
11015 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11016 <context context-type="linenumber">1</context>
11017 </context-group>
11018 </trans-unit>
11019 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a" datatype="html">
11020 <source>April</source>
11021 <target/>
11022 <context-group purpose="location">
11023 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11024 <context context-type="linenumber">1</context>
11025 </context-group>
11026 </trans-unit>
11027 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e" datatype="html">
11028 <source>May</source>
11029 <target/>
11030 <context-group purpose="location">
11031 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11032 <context context-type="linenumber">1</context>
11033 </context-group>
11034 <context-group purpose="location">
11035 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11036 <context context-type="linenumber">1</context>
11037 </context-group>
11038 </trans-unit>
11039 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2" datatype="html">
11040 <source>June</source>
11041 <target/>
11042 <context-group purpose="location">
11043 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11044 <context context-type="linenumber">1</context>
11045 </context-group>
11046 </trans-unit>
11047 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e" datatype="html">
11048 <source>July</source>
11049 <target/>
11050 <context-group purpose="location">
11051 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11052 <context context-type="linenumber">1</context>
11053 </context-group>
11054 </trans-unit>
11055 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829" datatype="html">
11056 <source>August</source>
11057 <target/>
11058 <context-group purpose="location">
11059 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11060 <context context-type="linenumber">1</context>
11061 </context-group>
11062 </trans-unit>
11063 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938" datatype="html">
11064 <source>September</source>
11065 <target/>
11066 <context-group purpose="location">
11067 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11068 <context context-type="linenumber">1</context>
11069 </context-group>
11070 </trans-unit>
11071 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b" datatype="html">
11072 <source>October</source>
11073 <target/>
11074 <context-group purpose="location">
11075 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11076 <context context-type="linenumber">1</context>
11077 </context-group>
11078 </trans-unit>
11079 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52" datatype="html">
11080 <source>November</source>
11081 <target/>
11082 <context-group purpose="location">
11083 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11084 <context context-type="linenumber">1</context>
11085 </context-group>
11086 </trans-unit>
11087 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c" datatype="html">
11088 <source>December</source>
11089 <target/>
11090 <context-group purpose="location">
11091 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11092 <context context-type="linenumber">1</context>
11093 </context-group>
11094 </trans-unit>
11095 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7" datatype="html">
11096 <source>Jan</source>
11097 <target/>
11098 <context-group purpose="location">
11099 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11100 <context context-type="linenumber">1</context>
11101 </context-group>
11102 <note priority="1" from="description">Month name short</note>
11103 </trans-unit>
11104 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60" datatype="html">
11105 <source>Feb</source>
11106 <target/>
11107 <context-group purpose="location">
11108 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11109 <context context-type="linenumber">1</context>
11110 </context-group>
11111 <note priority="1" from="description">Month name short</note>
11112 </trans-unit>
11113 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7" datatype="html">
11114 <source>Mar</source>
11115 <target/>
11116 <context-group purpose="location">
11117 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11118 <context context-type="linenumber">1</context>
11119 </context-group>
11120 <note priority="1" from="description">Month name short</note>
11121 </trans-unit>
11122 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463" datatype="html">
11123 <source>Apr</source>
11124 <target/>
11125 <context-group purpose="location">
11126 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11127 <context context-type="linenumber">1</context>
11128 </context-group>
11129 <note priority="1" from="description">Month name short</note>
11130 </trans-unit>
11131 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f" datatype="html">
11132 <source>Jun</source>
11133 <target/>
11134 <context-group purpose="location">
11135 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11136 <context context-type="linenumber">1</context>
11137 </context-group>
11138 <note priority="1" from="description">Month name short</note>
11139 </trans-unit>
11140 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211" datatype="html">
11141 <source>Jul</source>
11142 <target/>
11143 <context-group purpose="location">
11144 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11145 <context context-type="linenumber">1</context>
11146 </context-group>
11147 <note priority="1" from="description">Month name short</note>
11148 </trans-unit>
11149 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212" datatype="html">
11150 <source>Aug</source>
11151 <target/>
11152 <context-group purpose="location">
11153 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11154 <context context-type="linenumber">1</context>
11155 </context-group>
11156 <note priority="1" from="description">Month name short</note>
11157 </trans-unit>
11158 <trans-unit id="4f739d03be1c936c58978739c317d91566348204" datatype="html">
11159 <source>Sep</source>
11160 <target/>
11161 <context-group purpose="location">
11162 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11163 <context context-type="linenumber">1</context>
11164 </context-group>
11165 <note priority="1" from="description">Month name short</note>
11166 </trans-unit>
11167 <trans-unit id="6607cacb987a588530a13de7018d959240d19153" datatype="html">
11168 <source>Oct</source>
11169 <target/>
11170 <context-group purpose="location">
11171 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11172 <context context-type="linenumber">1</context>
11173 </context-group>
11174 <note priority="1" from="description">Month name short</note>
11175 </trans-unit>
11176 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0" datatype="html">
11177 <source>Nov</source>
11178 <target/>
11179 <context-group purpose="location">
11180 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11181 <context context-type="linenumber">1</context>
11182 </context-group>
11183 <note priority="1" from="description">Month name short</note>
11184 </trans-unit>
11185 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e" datatype="html">
11186 <source>Dec</source>
11187 <target/>
11188 <context-group purpose="location">
11189 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11190 <context context-type="linenumber">1</context>
11191 </context-group>
11192 <note priority="1" from="description">Month name short</note>
11193 </trans-unit>
11194 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html">
11195 <source>Clear</source>
11196 <target/>
11197 <context-group purpose="location">
11198 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11199 <context context-type="linenumber">1</context>
11200 </context-group>
11201 </trans-unit>
11202 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5" datatype="html">
11203 <source>yy-mm-dd</source>
11204 <target/>
11205 <context-group purpose="location">
11206 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11207 <context context-type="linenumber">1</context>
11208 </context-group>
11209 <note priority="1" from="description">Date format in this locale.</note>
11210 </trans-unit>
11211 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24" datatype="html">
11212 <source>Hidden</source>
11213 <target/>
11214 <context-group purpose="location">
11215 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11216 <context context-type="linenumber">1</context>
11217 </context-group>
11218 </trans-unit>
11219 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html">
11220 <source>Blurred with confirmation request</source>
11221 <target/>
11222 <context-group purpose="location">
11223 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11224 <context context-type="linenumber">1</context>
11225 </context-group>
11226 </trans-unit>
11227 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html">
11228 <source>Displayed</source>
11229 <target/>
11230 <context-group purpose="location">
11231 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11232 <context context-type="linenumber">1</context>
11233 </context-group>
11234 </trans-unit>
11235 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html">
11236 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
11237 <target/>
11238 <context-group purpose="location">
11239 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11240 <context context-type="linenumber">1</context>
11241 </context-group>
11242 </trans-unit>
11243 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html">
11244 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
11245 <target/>
11246 <context-group purpose="location">
11247 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11248 <context context-type="linenumber">1</context>
11249 </context-group>
11250 </trans-unit>
11251 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html">
11252 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
11253 <target/>
11254 <context-group purpose="location">
11255 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11256 <context context-type="linenumber">1</context>
11257 </context-group>
11258 </trans-unit>
11259 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html">
11260 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
11261 <target/>
11262 <context-group purpose="location">
11263 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11264 <context context-type="linenumber">1</context>
11265 </context-group>
11266 </trans-unit>
11267 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html">
11268 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
11269 <target/>
11270 <context-group purpose="location">
11271 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11272 <context context-type="linenumber">1</context>
11273 </context-group>
11274 </trans-unit>
11275 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
11276 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
11277 <target/>
11278 <context-group purpose="location">
11279 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11280 <context context-type="linenumber">1</context>
11281 </context-group>
11282 </trans-unit>
11283 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980" datatype="html">
11284 <source>Emphasis</source>
11285 <target/>
11286 <context-group purpose="location">
11287 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11288 <context context-type="linenumber">1</context>
11289 </context-group>
11290 </trans-unit>
11291 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0" datatype="html">
11292 <source>Links</source>
11293 <target/>
11294 <context-group purpose="location">
11295 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11296 <context context-type="linenumber">1</context>
11297 </context-group>
11298 </trans-unit>
11299 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a" datatype="html">
11300 <source>New lines</source>
11301 <target/>
11302 <context-group purpose="location">
11303 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11304 <context context-type="linenumber">1</context>
11305 </context-group>
11306 </trans-unit>
11307 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1" datatype="html">
11308 <source>Lists</source>
11309 <target/>
11310 <context-group purpose="location">
11311 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11312 <context context-type="linenumber">1</context>
11313 </context-group>
11314 </trans-unit>
11315 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866" datatype="html">
11316 <source>Images</source>
11317 <target/>
11318 <context-group purpose="location">
11319 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11320 <context context-type="linenumber">1</context>
11321 </context-group>
11322 </trans-unit>
11323 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681" datatype="html">
11324 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
11325 <target/>
11326 <context-group purpose="location">
11327 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
11328 <context context-type="linenumber">1</context>
11329 </context-group>
11330 </trans-unit>
11331 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd" datatype="html">
11332 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
11333 <target/>
11334 <context-group purpose="location">
11335 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
11336 <context context-type="linenumber">1</context>
11337 </context-group>
11338 </trans-unit>
11339 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734" datatype="html">
11340 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
11341 <target/>
11342 <context-group purpose="location">
11343 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11344 <context context-type="linenumber">1</context>
11345 </context-group>
11346 </trans-unit>
11347 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd" datatype="html">
11348 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
11349 <target/>
11350 <context-group purpose="location">
11351 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11352 <context context-type="linenumber">1</context>
11353 </context-group>
11354 </trans-unit>
11355 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603" datatype="html">
11356 <source>If you remove this user, you will not be able to create another with the same username!</source>
11357 <target/>
11358 <context-group purpose="location">
11359 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11360 <context context-type="linenumber">1</context>
11361 </context-group>
11362 </trans-unit>
11363 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a" datatype="html">
11364 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
11365 <target/>
11366 <context-group purpose="location">
11367 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11368 <context context-type="linenumber">1</context>
11369 </context-group>
11370 </trans-unit>
11371 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096" datatype="html">
11372 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
11373 <target/>
11374 <context-group purpose="location">
11375 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11376 <context context-type="linenumber">1</context>
11377 </context-group>
11378 </trans-unit>
11379 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249" datatype="html">
11380 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
11381 <target/>
11382 <context-group purpose="location">
11383 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11384 <context context-type="linenumber">1</context>
11385 </context-group>
11386 </trans-unit>
11387 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6" datatype="html">
11388 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
11389 <target/>
11390 <context-group purpose="location">
11391 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11392 <context context-type="linenumber">1</context>
11393 </context-group>
11394 </trans-unit>
11395 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
11396 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
11397 <target/>
11398 <context-group purpose="location">
11399 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11400 <context context-type="linenumber">1</context>
11401 </context-group>
11402 </trans-unit>
11403 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830" datatype="html">
11404 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
11405 <target/>
11406 <context-group purpose="location">
11407 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11408 <context context-type="linenumber">1</context>
11409 </context-group>
11410 </trans-unit>
11411 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f" datatype="html">
11412 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
11413 <target/>
11414 <context-group purpose="location">
11415 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11416 <context context-type="linenumber">1</context>
11417 </context-group>
11418 </trans-unit>
11419 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
11420 <source>Edit user</source>
11421 <target/>
11422 <context-group purpose="location">
11423 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11424 <context context-type="linenumber">1</context>
11425 </context-group>
11426 </trans-unit>
11427 <trans-unit id="f140baf295648e021385e7dd57fbbc7cee4ad4e6" datatype="html">
11428 <source>Change quota, role, and more.</source>
11429 <target/>
11430 <context-group purpose="location">
11431 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11432 <context context-type="linenumber">1</context>
11433 </context-group>
11434 </trans-unit>
11435 <trans-unit id="95b95a9c79e4fd9ed41f6855e37b3b06af25bcab" datatype="html">
11436 <source>Delete user</source>
11437 <target/>
11438 <context-group purpose="location">
11439 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11440 <context context-type="linenumber">1</context>
11441 </context-group>
11442 </trans-unit>
11443 <trans-unit id="9b19e922648045e849419204513fe029db427b46" datatype="html">
11444 <source>Unban user</source>
11445 <target/>
11446 <context-group purpose="location">
11447 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11448 <context context-type="linenumber">1</context>
11449 </context-group>
11450 </trans-unit>
11451 <trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html">
11452 <source>Allow the user to login and create videos/comments again</source>
11453 <target/>
11454 <context-group purpose="location">
11455 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11456 <context context-type="linenumber">1</context>
11457 </context-group>
11458 </trans-unit>
11459 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc" datatype="html">
11460 <source>Mute this account</source>
11461 <target/>
11462 <context-group purpose="location">
11463 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11464 <context context-type="linenumber">1</context>
11465 </context-group>
11466 </trans-unit>
11467 <trans-unit id="5f4ea46bfaffa09963d51fa969cb45b82a3c377f" datatype="html">
11468 <source>Hide any content from that user for you.</source>
11469 <target/>
11470 <context-group purpose="location">
11471 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11472 <context context-type="linenumber">1</context>
11473 </context-group>
11474 </trans-unit>
11475 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952" datatype="html">
11476 <source>Unmute this account</source>
11477 <target/>
11478 <context-group purpose="location">
11479 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11480 <context context-type="linenumber">1</context>
11481 </context-group>
11482 </trans-unit>
11483 <trans-unit id="896713adfa81db9a514ba3214ea1b9a7b59543bb" datatype="html">
11484 <source>Show back content from that user for you.</source>
11485 <target/>
11486 <context-group purpose="location">
11487 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11488 <context context-type="linenumber">1</context>
11489 </context-group>
11490 </trans-unit>
11491 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d" datatype="html">
11492 <source>Mute the instance</source>
11493 <target/>
11494 <context-group purpose="location">
11495 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11496 <context context-type="linenumber">1</context>
11497 </context-group>
11498 </trans-unit>
11499 <trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html">
11500 <source>Hide any content from that instance for you.</source>
11501 <target/>
11502 <context-group purpose="location">
11503 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11504 <context context-type="linenumber">1</context>
11505 </context-group>
11506 </trans-unit>
11507 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9" datatype="html">
11508 <source>Unmute the instance</source>
11509 <target/>
11510 <context-group purpose="location">
11511 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11512 <context context-type="linenumber">1</context>
11513 </context-group>
11514 </trans-unit>
11515 <trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html">
11516 <source>Show back content from that instance for you.</source>
11517 <target/>
11518 <context-group purpose="location">
11519 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11520 <context context-type="linenumber">1</context>
11521 </context-group>
11522 </trans-unit>
11523 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
11524 <source>Mute this account by your instance</source>
11525 <target/>
11526 <context-group purpose="location">
11527 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11528 <context context-type="linenumber">1</context>
11529 </context-group>
11530 </trans-unit>
11531 <trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html">
11532 <source>Hide any content from that user for you, your instance and its users.</source>
11533 <target/>
11534 <context-group purpose="location">
11535 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11536 <context context-type="linenumber">1</context>
11537 </context-group>
11538 </trans-unit>
11539 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957" datatype="html">
11540 <source>Unmute this account by your instance</source>
11541 <target/>
11542 <context-group purpose="location">
11543 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11544 <context context-type="linenumber">1</context>
11545 </context-group>
11546 </trans-unit>
11547 <trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html">
11548 <source>Show back content from that user for you, your instance and its users.</source>
11549 <target/>
11550 <context-group purpose="location">
11551 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11552 <context context-type="linenumber">1</context>
11553 </context-group>
11554 </trans-unit>
11555 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178" datatype="html">
11556 <source>Mute the instance by your instance</source>
11557 <target/>
11558 <context-group purpose="location">
11559 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11560 <context context-type="linenumber">1</context>
11561 </context-group>
11562 </trans-unit>
11563 <trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html">
11564 <source>Hide any content from that instance for you, your instance and its users.</source>
11565 <target/>
11566 <context-group purpose="location">
11567 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11568 <context context-type="linenumber">1</context>
11569 </context-group>
11570 </trans-unit>
11571 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a" datatype="html">
11572 <source>Unmute the instance by your instance</source>
11573 <target/>
11574 <context-group purpose="location">
11575 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11576 <context context-type="linenumber">1</context>
11577 </context-group>
11578 </trans-unit>
11579 <trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html">
11580 <source>Show back content from that instance for you, your instance and its users.</source>
11581 <target/>
11582 <context-group purpose="location">
11583 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11584 <context context-type="linenumber">1</context>
11585 </context-group>
11586 </trans-unit>
11587 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
11588 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
11589 <target/>
11590 <context-group purpose="location">
11591 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
11592 <context context-type="linenumber">1</context>
11593 </context-group>
11594 </trans-unit>
11595 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b" datatype="html">
11596 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
11597 <target/>
11598 <context-group purpose="location">
11599 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
11600 <context context-type="linenumber">1</context>
11601 </context-group>
11602 </trans-unit>
11603 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d" datatype="html">
11604 <source>Too many attempts, please try again later.</source>
11605 <target/>
11606 <context-group purpose="location">
11607 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
11608 <context context-type="linenumber">1</context>
11609 </context-group>
11610 </trans-unit>
11611 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc" datatype="html">
11612 <source>Server error. Please retry later.</source>
11613 <target/>
11614 <context-group purpose="location">
11615 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
11616 <context context-type="linenumber">1</context>
11617 </context-group>
11618 </trans-unit>
11619 <trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html">
11620 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
11621 <target/>
11622 <context-group purpose="location">
11623 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
11624 <context context-type="linenumber">1</context>
11625 </context-group>
11626 </trans-unit>
11627 <trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
11628 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
11629 <target/>
11630 <context-group purpose="location">
11631 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
11632 <context context-type="linenumber">1</context>
11633 </context-group>
11634 </trans-unit>
11635 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
11636 <source>Subscribed</source>
11637 <target/>
11638 <context-group purpose="location">
11639 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
11640 <context context-type="linenumber">1</context>
11641 </context-group>
11642 </trans-unit>
11643 <trans-unit id="3bd3791d3b0ab933981a0b884396af74b0c95e2a" datatype="html">
11644 <source>Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
11645 <target/>
11646 <context-group purpose="location">
11647 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
11648 <context context-type="linenumber">1</context>
11649 </context-group>
11650 </trans-unit>
11651 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26" datatype="html">
11652 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
11653 <target/>
11654 <context-group purpose="location">
11655 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
11656 <context context-type="linenumber">1</context>
11657 </context-group>
11658 </trans-unit>
11659 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471" datatype="html">
11660 <source>Unsubscribed</source>
11661 <target/>
11662 <context-group purpose="location">
11663 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
11664 <context context-type="linenumber">1</context>
11665 </context-group>
11666 </trans-unit>
11667 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
11668 <source>Administrator</source>
11669 <target/>
11670 <context-group purpose="location">
11671 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
11672 <context context-type="linenumber">1</context>
11673 </context-group>
11674 </trans-unit>
11675 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf" datatype="html">
11676 <source>Moderator</source>
11677 <target/>
11678 <context-group purpose="location">
11679 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
11680 <context context-type="linenumber">1</context>
11681 </context-group>
11682 </trans-unit>
11683 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
11684 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
11685 <target/>
11686 <context-group purpose="location">
11687 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
11688 <context context-type="linenumber">1</context>
11689 </context-group>
11690 <context-group purpose="location">
11691 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
11692 <context context-type="linenumber">1</context>
11693 </context-group>
11694 </trans-unit>
11695 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
11696 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
11697 <target/>
11698 <context-group purpose="location">
11699 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
11700 <context context-type="linenumber">1</context>
11701 </context-group>
11702 </trans-unit>
11703 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
11704 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
11705 <target/>
11706 <context-group purpose="location">
11707 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
11708 <context context-type="linenumber">1</context>
11709 </context-group>
11710 </trans-unit>
11711 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8" datatype="html">
11712 <source>Timestamps updated</source>
11713 <target/>
11714 <context-group purpose="location">
11715 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
11716 <context context-type="linenumber">1</context>
11717 </context-group>
11718 </trans-unit>
11719 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f" datatype="html">
11720 <source>Starts at</source>
11721 <target/>
11722 <context-group purpose="location">
11723 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
11724 <context context-type="linenumber">1</context>
11725 </context-group>
11726 <context-group purpose="location">
11727 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
11728 <context context-type="linenumber">1</context>
11729 </context-group>
11730 </trans-unit>
11731 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372" datatype="html">
11732 <source>Stops at</source>
11733 <target/>
11734 <context-group purpose="location">
11735 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
11736 <context context-type="linenumber">1</context>
11737 </context-group>
11738 </trans-unit>
11739 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691" datatype="html">
11740 <source>and stops at</source>
11741 <target/>
11742 <context-group purpose="location">
11743 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
11744 <context context-type="linenumber">1</context>
11745 </context-group>
11746 </trans-unit>
11747 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
11748 <source>Encoder</source>
11749 <target/>
11750 <context-group purpose="location">
11751 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11752 <context context-type="linenumber">1</context>
11753 </context-group>
11754 </trans-unit>
11755 <trans-unit id="c01d52b4f10668adeded397b0b1a9a4bfefd4f37" datatype="html">
11756 <source>Format name</source>
11757 <target/>
11758 <context-group purpose="location">
11759 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11760 <context context-type="linenumber">1</context>
11761 </context-group>
11762 </trans-unit>
11763 <trans-unit id="7faaaa08f56427999f3be41df1093ce4089bbd75" datatype="html">
11764 <source>Size</source>
11765 <target/>
11766 <context-group purpose="location">
11767 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11768 <context context-type="linenumber">1</context>
11769 </context-group>
11770 </trans-unit>
11771 <trans-unit id="c1226821b3c276dc443b3e5a2dce10e14dcd6244" datatype="html">
11772 <source>Bitrate</source>
11773 <target/>
11774 <context-group purpose="location">
11775 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11776 <context context-type="linenumber">1</context>
11777 </context-group>
11778 <context-group purpose="location">
11779 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11780 <context context-type="linenumber">1</context>
11781 </context-group>
11782 </trans-unit>
11783 <trans-unit id="205c33d626f4654f36d9d7dcea6f9d9e9b2a7ec7" datatype="html">
11784 <source>Codec</source>
11785 <target/>
11786 <context-group purpose="location">
11787 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11788 <context context-type="linenumber">1</context>
11789 </context-group>
11790 </trans-unit>
11791 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8" datatype="html">
11792 <source>Profile</source>
11793 <target/>
11794 <context-group purpose="location">
11795 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11796 <context context-type="linenumber">1</context>
11797 </context-group>
11798 </trans-unit>
11799 <trans-unit id="b284ee2481274869dfb81764f597da8a13a6813d" datatype="html">
11800 <source>Resolution</source>
11801 <target/>
11802 <context-group purpose="location">
11803 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11804 <context context-type="linenumber">1</context>
11805 </context-group>
11806 </trans-unit>
11807 <trans-unit id="ef33a2dbcf359d6d0bf21cd9057241198657f1a0" datatype="html">
11808 <source>Aspect ratio</source>
11809 <target/>
11810 <context-group purpose="location">
11811 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11812 <context context-type="linenumber">1</context>
11813 </context-group>
11814 </trans-unit>
11815 <trans-unit id="6a584f96af92f3c88346004512fb62c1a2f77bf2" datatype="html">
11816 <source>Average frame rate</source>
11817 <target/>
11818 <context-group purpose="location">
11819 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11820 <context context-type="linenumber">1</context>
11821 </context-group>
11822 </trans-unit>
11823 <trans-unit id="f5ef087f961138ca7624adf451532229eaf1d6d0" datatype="html">
11824 <source>Pixel format</source>
11825 <target/>
11826 <context-group purpose="location">
11827 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11828 <context context-type="linenumber">1</context>
11829 </context-group>
11830 </trans-unit>
11831 <trans-unit id="3a52aa4fd8b70b391767f9398322eeb13219f18c" datatype="html">
11832 <source>Sample rate</source>
11833 <target/>
11834 <context-group purpose="location">
11835 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11836 <context context-type="linenumber">1</context>
11837 </context-group>
11838 </trans-unit>
11839 <trans-unit id="3ca33ac04c81bb041501de891a9d7c8318f810a0" datatype="html">
11840 <source>Channel Layout</source>
11841 <target/>
11842 <context-group purpose="location">
11843 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11844 <context context-type="linenumber">1</context>
11845 </context-group>
11846 </trans-unit>
11847 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50" datatype="html">
11848 <source>Video reported.</source>
11849 <target/>
11850 <context-group purpose="location">
11851 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context>
11852 <context context-type="linenumber">1</context>
11853 </context-group>
11854 </trans-unit>
11855 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
11856 <source>This video will be duplicated by your instance.</source>
11857 <target/>
11858 <context-group purpose="location">
11859 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
11860 <context context-type="linenumber">1</context>
11861 </context-group>
11862 </trans-unit>
11863 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
11864 <source>Save to playlist</source>
11865 <target/>
11866 <context-group purpose="location">
11867 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
11868 <context context-type="linenumber">1</context>
11869 </context-group>
11870 <context-group purpose="location">
11871 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
11872 <context context-type="linenumber">1</context>
11873 </context-group>
11874 </trans-unit>
11875 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
11876 <source>Blacklist</source>
11877 <target/>
11878 <context-group purpose="location">
11879 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
11880 <context context-type="linenumber">1</context>
11881 </context-group>
11882 </trans-unit>
11883 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
11884 <source>Mirror</source>
11885 <target/>
11886 <context-group purpose="location">
11887 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
11888 <context context-type="linenumber">1</context>
11889 </context-group>
11890 </trans-unit>
11891 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
11892 <source>Published</source>
11893 <target/>
11894 <context-group purpose="location">
11895 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
11896 <context context-type="linenumber">1</context>
11897 </context-group>
11898 </trans-unit>
11899 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2" datatype="html">
11900 <source>Publication scheduled on</source>
11901 <target/>
11902 <context-group purpose="location">
11903 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
11904 <context context-type="linenumber">1</context>
11905 </context-group>
11906 </trans-unit>
11907 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02" datatype="html">
11908 <source>Waiting transcoding</source>
11909 <target/>
11910 <context-group purpose="location">
11911 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
11912 <context context-type="linenumber">1</context>
11913 </context-group>
11914 </trans-unit>
11915 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a" datatype="html">
11916 <source>To transcode</source>
11917 <target/>
11918 <context-group purpose="location">
11919 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
11920 <context context-type="linenumber">1</context>
11921 </context-group>
11922 </trans-unit>
11923 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392" datatype="html">
11924 <source>To import</source>
11925 <target/>
11926 <context-group purpose="location">
11927 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
11928 <context context-type="linenumber">1</context>
11929 </context-group>
11930 </trans-unit>
11931 <trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
11932 <source>Add to watch later</source>
11933 <target/>
11934 <context-group purpose="location">
11935 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
11936 <context context-type="linenumber">1</context>
11937 </context-group>
11938 </trans-unit>
11939 <trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
11940 <source>Remove from watch later</source>
11941 <target/>
11942 <context-group purpose="location">
11943 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
11944 <context context-type="linenumber">1</context>
11945 </context-group>
11946 </trans-unit>
11947 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
11948 <source>Only I can see this video</source>
11949 <target/>
11950 <context-group purpose="location">
11951 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
11952 <context context-type="linenumber">1</context>
11953 </context-group>
11954 </trans-unit>
11955 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70" datatype="html">
11956 <source>Only people with the private link can see this video</source>
11957 <target/>
11958 <context-group purpose="location">
11959 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
11960 <context context-type="linenumber">1</context>
11961 </context-group>
11962 </trans-unit>
11963 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b" datatype="html">
11964 <source>Anyone can see this video</source>
11965 <target/>
11966 <context-group purpose="location">
11967 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
11968 <context context-type="linenumber">1</context>
11969 </context-group>
11970 </trans-unit>
11971 <trans-unit id="ed3394ad721212bca2a1da43ad6063b6d4f9a008" datatype="html">
11972 <source>Only users of this instance can see this video</source>
11973 <target/>
11974 <context-group purpose="location">
11975 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
11976 <context context-type="linenumber">1</context>
11977 </context-group>
11978 </trans-unit>
11979 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb" datatype="html">
11980 <source>Video to import updated.</source>
11981 <target/>
11982 <context-group purpose="location">
11983 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
11984 <context context-type="linenumber">1</context>
11985 </context-group>
11986 <context-group purpose="location">
11987 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.ts</context>
11988 <context context-type="linenumber">1</context>
11989 </context-group>
11990 </trans-unit>
11991 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c" datatype="html">
11992 <source>Your video was uploaded to your account and is private.</source>
11993 <target/>
11994 <context-group purpose="location">
11995 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
11996 <context context-type="linenumber">1</context>
11997 </context-group>
11998 </trans-unit>
11999 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264" datatype="html">
12000 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
12001 <target/>
12002 <context-group purpose="location">
12003 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12004 <context context-type="linenumber">1</context>
12005 </context-group>
12006 </trans-unit>
12007 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4" datatype="html">
12008 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
12009 <target/>
12010 <context-group purpose="location">
12011 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12012 <context context-type="linenumber">1</context>
12013 </context-group>
12014 </trans-unit>
12015 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html">
12016 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source>
12017 <target/>
12018 <context-group purpose="location">
12019 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12020 <context context-type="linenumber">1</context>
12021 </context-group>
12022 </trans-unit>
12023 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9" datatype="html">
12024 <source>Upload cancelled</source>
12025 <target/>
12026 <context-group purpose="location">
12027 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12028 <context context-type="linenumber">1</context>
12029 </context-group>
12030 </trans-unit>
12031 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce" datatype="html">
12032 <source>Video published.</source>
12033 <target/>
12034 <context-group purpose="location">
12035 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12036 <context context-type="linenumber">1</context>
12037 </context-group>
12038 </trans-unit>
12039 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee" datatype="html">
12040 <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>
12041 <target/>
12042 <context-group purpose="location">
12043 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12044 <context context-type="linenumber">1</context>
12045 </context-group>
12046 </trans-unit>
12047 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd" datatype="html">
12048 <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>
12049 <target/>
12050 <context-group purpose="location">
12051 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12052 <context context-type="linenumber">1</context>
12053 </context-group>
12054 </trans-unit>
12055 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4" datatype="html">
12056 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
12057 <target/>
12058 <context-group purpose="location">
12059 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
12060 <context context-type="linenumber">1</context>
12061 </context-group>
12062 </trans-unit>
12063 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187" datatype="html">
12064 <source>Video updated.</source>
12065 <target/>
12066 <context-group purpose="location">
12067 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
12068 <context context-type="linenumber">1</context>
12069 </context-group>
12070 </trans-unit>
12071 <trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
12072 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
12073 <target/>
12074 <context-group purpose="location">
12075 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
12076 <context context-type="linenumber">1</context>
12077 </context-group>
12078 </trans-unit>
12079 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
12080 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
12081 <target/>
12082 <context-group purpose="location">
12083 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
12084 <context context-type="linenumber">1</context>
12085 </context-group>
12086 </trans-unit>
12087 <trans-unit id="4334a60889af951a137a22cd862f2675daad3292" datatype="html">
12088 <source>Stop autoplaying next video</source>
12089 <target/>
12090 <context-group purpose="location">
12091 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12092 <context context-type="linenumber">1</context>
12093 </context-group>
12094 </trans-unit>
12095 <trans-unit id="0663c85b5bc0806356ab768f411299c29cf39360" datatype="html">
12096 <source>Autoplay next video</source>
12097 <target/>
12098 <context-group purpose="location">
12099 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12100 <context context-type="linenumber">1</context>
12101 </context-group>
12102 </trans-unit>
12103 <trans-unit id="77fde72fafe6a5272b7d5e3ffedd179ec2d7f8b0" datatype="html">
12104 <source>Stop looping playlist videos</source>
12105 <target/>
12106 <context-group purpose="location">
12107 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12108 <context context-type="linenumber">1</context>
12109 </context-group>
12110 </trans-unit>
12111 <trans-unit id="54428deb88d7bc58721d6839d9406ff607eccef4" datatype="html">
12112 <source>Loop playlist videos</source>
12113 <target/>
12114 <context-group purpose="location">
12115 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12116 <context context-type="linenumber">1</context>
12117 </context-group>
12118 </trans-unit>
12119 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html">
12120 <source>Like this video</source>
12121 <target>Apreciez acest videoclip</target>
12122 <context-group purpose="location">
12123 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12124 <context context-type="linenumber">1</context>
12125 </context-group>
12126 </trans-unit>
12127 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html">
12128 <source>Dislike this video</source>
12129 <target>Nu apreciez acest videoclip</target>
12130 <context-group purpose="location">
12131 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12132 <context context-type="linenumber">1</context>
12133 </context-group>
12134 </trans-unit>
12135 <trans-unit id="d9b40e01fa146a1fbd189c13b01815a1d41c68ab" datatype="html">
12136 <source>Support options for this video</source>
12137 <target/>
12138 <context-group purpose="location">
12139 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12140 <context context-type="linenumber">1</context>
12141 </context-group>
12142 </trans-unit>
12143 <trans-unit id="74e95a8a42bc8e07d3459f86184ce798e6189ec6" datatype="html">
12144 <source>You need to be connected to rate this content.</source>
12145 <target/>
12146 <context-group purpose="location">
12147 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12148 <context context-type="linenumber">1</context>
12149 </context-group>
12150 </trans-unit>
12151 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html">
12152 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
12153 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> au apreciat / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> nu au apreciat</target>
12154 <context-group purpose="location">
12155 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12156 <context context-type="linenumber">1</context>
12157 </context-group>
12158 </trans-unit>
12159 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71" datatype="html">
12160 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
12161 <target/>
12162 <context-group purpose="location">
12163 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12164 <context context-type="linenumber">1</context>
12165 </context-group>
12166 </trans-unit>
12167 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8" datatype="html">
12168 <source>Mature or explicit content</source>
12169 <target/>
12170 <context-group purpose="location">
12171 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12172 <context context-type="linenumber">1</context>
12173 </context-group>
12174 </trans-unit>
12175 <trans-unit id="43ee7c4bd1ed4766ec0c13974a1e08881071c927" datatype="html">
12176 <source>Up Next</source>
12177 <target/>
12178 <context-group purpose="location">
12179 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12180 <context context-type="linenumber">1</context>
12181 </context-group>
12182 </trans-unit>
12183 <trans-unit id="3a592fe9ee94c99deb20352edd7e994debf5c4c8" datatype="html">
12184 <source>Autoplay is suspended</source>
12185 <target/>
12186 <context-group purpose="location">
12187 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12188 <context context-type="linenumber">1</context>
12189 </context-group>
12190 </trans-unit>
12191 <trans-unit id="fe51624a8ab9f682f7f21d485eb64fdb4b15e91e" datatype="html">
12192 <source>Enter/exit fullscreen (requires player focus)</source>
12193 <target/>
12194 <context-group purpose="location">
12195 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12196 <context context-type="linenumber">1</context>
12197 </context-group>
12198 </trans-unit>
12199 <trans-unit id="d5916006cb404a4d3663ac20ad299c45e57a30a6" datatype="html">
12200 <source>Play/Pause the video (requires player focus)</source>
12201 <target/>
12202 <context-group purpose="location">
12203 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12204 <context context-type="linenumber">1</context>
12205 </context-group>
12206 </trans-unit>
12207 <trans-unit id="c797465d457fbb14d62c08c52be9115b60e5605c" datatype="html">
12208 <source>Mute/unmute the video (requires player focus)</source>
12209 <target/>
12210 <context-group purpose="location">
12211 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12212 <context context-type="linenumber">1</context>
12213 </context-group>
12214 </trans-unit>
12215 <trans-unit id="6ec9800a89e1489861dd08b93d0ff42fd5f20f50" datatype="html">
12216 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
12217 <target/>
12218 <context-group purpose="location">
12219 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12220 <context context-type="linenumber">1</context>
12221 </context-group>
12222 </trans-unit>
12223 <trans-unit id="567024b923c37475ef4b2632ec95d07c3f7263f5" datatype="html">
12224 <source>Increase the volume (requires player focus)</source>
12225 <target/>
12226 <context-group purpose="location">
12227 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12228 <context context-type="linenumber">1</context>
12229 </context-group>
12230 </trans-unit>
12231 <trans-unit id="bb7e8567023b189bba28de767769192f5fe28430" datatype="html">
12232 <source>Decrease the volume (requires player focus)</source>
12233 <target/>
12234 <context-group purpose="location">
12235 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12236 <context context-type="linenumber">1</context>
12237 </context-group>
12238 </trans-unit>
12239 <trans-unit id="3fcdc3072de455c3816dc7976ff96ea1bf09eb7b" datatype="html">
12240 <source>Seek the video forward (requires player focus)</source>
12241 <target/>
12242 <context-group purpose="location">
12243 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12244 <context context-type="linenumber">1</context>
12245 </context-group>
12246 </trans-unit>
12247 <trans-unit id="ea2c30e5c87a4923cbf3cdcac9fc8818f79f9a0b" datatype="html">
12248 <source>Seek the video backward (requires player focus)</source>
12249 <target/>
12250 <context-group purpose="location">
12251 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12252 <context context-type="linenumber">1</context>
12253 </context-group>
12254 </trans-unit>
12255 <trans-unit id="a06ba404b91694a9788bf243582ba437b2bd9490" datatype="html">
12256 <source>Increase playback rate (requires player focus)</source>
12257 <target/>
12258 <context-group purpose="location">
12259 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12260 <context context-type="linenumber">1</context>
12261 </context-group>
12262 </trans-unit>
12263 <trans-unit id="68bb1ba6ae67f97934797d79e582fb6f7c3e825d" datatype="html">
12264 <source>Decrease playback rate (requires player focus)</source>
12265 <target/>
12266 <context-group purpose="location">
12267 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12268 <context context-type="linenumber">1</context>
12269 </context-group>
12270 </trans-unit>
12271 <trans-unit id="0fc28c34013089209a65fadcad0a552094ef2104" datatype="html">
12272 <source>Navigate in the video frame by frame (requires player focus)</source>
12273 <target/>
12274 <context-group purpose="location">
12275 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12276 <context context-type="linenumber">1</context>
12277 </context-group>
12278 </trans-unit>
12279 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6" datatype="html">
12280 <source>Like the video</source>
12281 <target/>
12282 <context-group purpose="location">
12283 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12284 <context context-type="linenumber">1</context>
12285 </context-group>
12286 </trans-unit>
12287 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8" datatype="html">
12288 <source>Dislike the video</source>
12289 <target/>
12290 <context-group purpose="location">
12291 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12292 <context context-type="linenumber">1</context>
12293 </context-group>
12294 </trans-unit>
12295 <trans-unit id="1d9b6c0c66a4a5baa73617b1106c3746bc13f003" datatype="html">
12296 <source>When active, the next video is automatically played after the current one.</source>
12297 <target/>
12298 <context-group purpose="location">
12299 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.ts</context>
12300 <context context-type="linenumber">1</context>
12301 </context-group>
12302 </trans-unit>
12303 <trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html">
12304 <source>Videos that have the higher number of likes.</source>
12305 <target/>
12306 <context-group purpose="location">
12307 <context context-type="sourcefile">src/app/videos/video-list/video-most-liked.component.ts</context>
12308 <context context-type="linenumber">1</context>
12309 </context-group>
12310 </trans-unit>
12311 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054" datatype="html">
12312 <source>Trending for the last 24 hours</source>
12313 <target/>
12314 <context-group purpose="location">
12315 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12316 <context context-type="linenumber">1</context>
12317 </context-group>
12318 </trans-unit>
12319 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
12320 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
12321 <target/>
12322 <context-group purpose="location">
12323 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12324 <context context-type="linenumber">1</context>
12325 </context-group>
12326 </trans-unit>
12327 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html">
12328 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
12329 <target/>
12330 <context-group purpose="location">
12331 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12332 <context context-type="linenumber">1</context>
12333 </context-group>
12334 </trans-unit>
12335 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
12336 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
12337 <target/>
12338 <context-group purpose="location">
12339 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12340 <context context-type="linenumber">1</context>
12341 </context-group>
12342 </trans-unit>
12343 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165" datatype="html">
12344 <source>Videos from your subscriptions</source>
12345 <target/>
12346 <context-group purpose="location">
12347 <context context-type="sourcefile">src/app/videos/video-list/video-user-subscriptions.component.ts</context>
12348 <context context-type="linenumber">1</context>
12349 </context-group>
12350 </trans-unit>
12351 </body>
12352 </file>
12353</xliff>
diff --git a/client/src/locale/angular.sq.xlf b/client/src/locale/angular.sq.xlf
new file mode 100644
index 000000000..7462ffa98
--- /dev/null
+++ b/client/src/locale/angular.sq.xlf
@@ -0,0 +1,12754 @@
1<?xml version='1.0' encoding='UTF-8'?>
2<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3 <file source-language="en-US" datatype="plaintext" original="ng2.template" target-language="sq">
4 <body>
5 <trans-unit id="ngb.alert.close" datatype="html">
6 <source>Close</source>
7 <target></target>
8 <context-group purpose="location">
9 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.d.ts</context>
10 <context context-type="linenumber">3</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous" datatype="html">
14 <source>Previous</source>
15 <target></target>
16 <context-group purpose="location">
17 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
18 <context context-type="linenumber">13</context>
19 </context-group>
20 </trans-unit>
21 <trans-unit id="ngb.carousel.next" datatype="html">
22 <source>Next</source>
23 <target></target>
24 <context-group purpose="location">
25 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
26 <context context-type="linenumber">17</context>
27 </context-group>
28 </trans-unit>
29 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
30 <source>Previous month</source>
31 <target></target>
32 <context-group purpose="location">
33 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
34 <context context-type="linenumber">4</context>
35 </context-group>
36 <context-group purpose="location">
37 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
38 <context context-type="linenumber">5</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.next-month" datatype="html">
42 <source>Next month</source>
43 <target></target>
44 <context-group purpose="location">
45 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
46 <context context-type="linenumber">26</context>
47 </context-group>
48 <context-group purpose="location">
49 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
50 <context context-type="linenumber">27</context>
51 </context-group>
52 </trans-unit>
53 <trans-unit id="ngb.datepicker.select-month" datatype="html">
54 <source>Select month</source>
55 <target></target>
56 <context-group purpose="location">
57 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
58 <context context-type="linenumber">5</context>
59 </context-group>
60 <context-group purpose="location">
61 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
62 <context context-type="linenumber">6</context>
63 </context-group>
64 </trans-unit>
65 <trans-unit id="ngb.datepicker.select-year" datatype="html">
66 <source>Select year</source>
67 <target></target>
68 <context-group purpose="location">
69 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
70 <context context-type="linenumber">13</context>
71 </context-group>
72 <context-group purpose="location">
73 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
74 <context context-type="linenumber">14</context>
75 </context-group>
76 </trans-unit>
77 <trans-unit id="ngb.pagination.first" datatype="html">
78 <source>««</source>
79 <target></target>
80 <context-group purpose="location">
81 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
82 <context context-type="linenumber">2</context>
83 </context-group>
84 </trans-unit>
85 <trans-unit id="ngb.pagination.previous" datatype="html">
86 <source>«</source>
87 <target></target>
88 <context-group purpose="location">
89 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
90 <context context-type="linenumber">3</context>
91 </context-group>
92 </trans-unit>
93 <trans-unit id="ngb.pagination.next" datatype="html">
94 <source>»</source>
95 <target></target>
96 <context-group purpose="location">
97 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
98 <context context-type="linenumber">4</context>
99 </context-group>
100 </trans-unit>
101 <trans-unit id="ngb.pagination.last" datatype="html">
102 <source>»»</source>
103 <target></target>
104 <context-group purpose="location">
105 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
106 <context context-type="linenumber">5</context>
107 </context-group>
108 </trans-unit>
109 <trans-unit id="ngb.pagination.first-aria" datatype="html">
110 <source>First</source>
111 <target></target>
112 <context-group purpose="location">
113 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
114 <context context-type="linenumber">14</context>
115 </context-group>
116 </trans-unit>
117 <trans-unit id="ngb.pagination.previous-aria" datatype="html">
118 <source>Previous</source>
119 <target></target>
120 <context-group purpose="location">
121 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
122 <context context-type="linenumber">24</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.pagination.next-aria" datatype="html">
126 <source>Next</source>
127 <target></target>
128 <context-group purpose="location">
129 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
130 <context context-type="linenumber">44</context>
131 </context-group>
132 </trans-unit>
133 <trans-unit id="ngb.pagination.last-aria" datatype="html">
134 <source>Last</source>
135 <target></target>
136 <context-group purpose="location">
137 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
138 <context context-type="linenumber">53</context>
139 </context-group>
140 </trans-unit>
141 <trans-unit id="ngb.progressbar.value" datatype="html">
142 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
143 <target></target>
144 <context-group purpose="location">
145 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context>
146 <context context-type="linenumber">7</context>
147 </context-group>
148 </trans-unit>
149 <trans-unit id="ngb.timepicker.increment-hours" datatype="html">
150 <source>Increment hours</source>
151 <target></target>
152 <context-group purpose="location">
153 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
154 <context context-type="linenumber">9</context>
155 </context-group>
156 </trans-unit>
157 <trans-unit id="ngb.timepicker.HH" datatype="html">
158 <source>HH</source>
159 <target></target>
160 <context-group purpose="location">
161 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
162 <context context-type="linenumber">13</context>
163 </context-group>
164 </trans-unit>
165 <trans-unit id="ngb.timepicker.hours" datatype="html">
166 <source>Hours</source>
167 <target></target>
168 <context-group purpose="location">
169 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
170 <context context-type="linenumber">15</context>
171 </context-group>
172 </trans-unit>
173 <trans-unit id="ngb.timepicker.decrement-hours" datatype="html">
174 <source>Decrement hours</source>
175 <target></target>
176 <context-group purpose="location">
177 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
178 <context context-type="linenumber">23</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
182 <source>Increment minutes</source>
183 <target></target>
184 <context-group purpose="location">
185 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
186 <context context-type="linenumber">32</context>
187 </context-group>
188 </trans-unit>
189 <trans-unit id="ngb.timepicker.MM" datatype="html">
190 <source>MM</source>
191 <target></target>
192 <context-group purpose="location">
193 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
194 <context context-type="linenumber">35</context>
195 </context-group>
196 </trans-unit>
197 <trans-unit id="ngb.timepicker.minutes" datatype="html">
198 <source>Minutes</source>
199 <target></target>
200 <context-group purpose="location">
201 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
202 <context context-type="linenumber">37</context>
203 </context-group>
204 </trans-unit>
205 <trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
206 <source>Decrement minutes</source>
207 <target></target>
208 <context-group purpose="location">
209 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
210 <context context-type="linenumber">45</context>
211 </context-group>
212 </trans-unit>
213 <trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
214 <source>Increment seconds</source>
215 <target></target>
216 <context-group purpose="location">
217 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
218 <context context-type="linenumber">54</context>
219 </context-group>
220 </trans-unit>
221 <trans-unit id="ngb.timepicker.SS" datatype="html">
222 <source>SS</source>
223 <target></target>
224 <context-group purpose="location">
225 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
226 <context context-type="linenumber">57</context>
227 </context-group>
228 </trans-unit>
229 <trans-unit id="ngb.timepicker.seconds" datatype="html">
230 <source>Seconds</source>
231 <target></target>
232 <context-group purpose="location">
233 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
234 <context context-type="linenumber">59</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="ngb.timepicker.decrement-seconds" datatype="html">
238 <source>Decrement seconds</source>
239 <target></target>
240 <context-group purpose="location">
241 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
242 <context context-type="linenumber">67</context>
243 </context-group>
244 </trans-unit>
245 <trans-unit id="ngb.timepicker.PM" datatype="html">
246 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
247 <target></target>
248 <context-group purpose="location">
249 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
250 <context context-type="linenumber">76</context>
251 </context-group>
252 </trans-unit>
253 <trans-unit id="ngb.timepicker.AM" datatype="html">
254 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
255 <target></target>
256 <context-group purpose="location">
257 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
258 <context context-type="linenumber">77</context>
259 </context-group>
260 </trans-unit>
261 <trans-unit id="ngb.toast.close-aria" datatype="html">
262 <source>Close</source>
263 <target></target>
264 <context-group purpose="location">
265 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/toast/toast.d.ts</context>
266 <context context-type="linenumber">8</context>
267 </context-group>
268 </trans-unit>
269 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c" datatype="html">
270 <source>You don't have notifications.</source>
271 <target></target>
272 <context-group purpose="location">
273 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
274 <context context-type="linenumber">1</context>
275 </context-group>
276 </trans-unit>
277 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
278 <source>
279 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
280 </source>
281 <target></target>
282 <context-group purpose="location">
283 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
284 <context context-type="linenumber">15</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html">
288 <source>
289 The notification concerns a video now unavailable
290 </source>
291 <target></target>
292 <context-group purpose="location">
293 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
294 <context context-type="linenumber">23</context>
295 </context-group>
296 </trans-unit>
297 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
298 <source>
299 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
300 </source>
301 <target></target>
302 <context-group purpose="location">
303 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
304 <context context-type="linenumber">32</context>
305 </context-group>
306 </trans-unit>
307 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
308 <source>
309 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
310 </source>
311 <target></target>
312 <context-group purpose="location">
313 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
314 <context context-type="linenumber">40</context>
315 </context-group>
316 </trans-unit>
317 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
318 <source>
319 <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;"/>
320 </source>
321 <target></target>
322 <context-group purpose="location">
323 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
324 <context context-type="linenumber">48</context>
325 </context-group>
326 </trans-unit>
327 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
328 <source>
329 The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
330 </source>
331 <target></target>
332 <context-group purpose="location">
333 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
334 <context context-type="linenumber">56</context>
335 </context-group>
336 </trans-unit>
337 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
338 <source>
339 <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;"/>
340 </source>
341 <target></target>
342 <context-group purpose="location">
343 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
344 <context context-type="linenumber">69</context>
345 </context-group>
346 </trans-unit>
347 <trans-unit id="4d2311a5156bd322cc7e2ebafcf6063ba8232e63" datatype="html">
348 <source>
349 The notification concerns a comment now unavailable
350 </source>
351 <target></target>
352 <context-group purpose="location">
353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
354 <context context-type="linenumber">77</context>
355 </context-group>
356 </trans-unit>
357 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
358 <source>
359 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
360 </source>
361 <target></target>
362 <context-group purpose="location">
363 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
364 <context context-type="linenumber">86</context>
365 </context-group>
366 </trans-unit>
367 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
368 <source>
369 <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
370 </source>
371 <target></target>
372 <context-group purpose="location">
373 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
374 <context context-type="linenumber">94</context>
375 </context-group>
376 </trans-unit>
377 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
378 <source>
379 <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
380 </source>
381 <target></target>
382 <context-group purpose="location">
383 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
384 <context context-type="linenumber">102</context>
385 </context-group>
386 </trans-unit>
387 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
388 <source>
389 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance
390 </source>
391 <target></target>
392 <context-group purpose="location">
393 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
394 <context context-type="linenumber">110</context>
395 </context-group>
396 </trans-unit>
397 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
398 <source>
399 <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
400
401 <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;"/>
402 <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;"/>
403 </source>
404 <target></target>
405 <context-group purpose="location">
406 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
407 <context context-type="linenumber">120</context>
408 </context-group>
409 </trans-unit>
410 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
411 <source>
412 <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;"/>
413 </source>
414 <target></target>
415 <context-group purpose="location">
416 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
417 <context context-type="linenumber">133</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
421 <source>
422 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
423 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
424 </source>
425 <target></target>
426 <context-group purpose="location">
427 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
428 <context context-type="linenumber">141</context>
429 </context-group>
430 </trans-unit>
431 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
432 <source>
433 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
434 </source>
435 <target></target>
436 <context-group purpose="location">
437 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
438 <context context-type="linenumber">150</context>
439 </context-group>
440 </trans-unit>
441 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
442 <source>
443 The notification points to a content now unavailable
444 </source>
445 <target></target>
446 <context-group purpose="location">
447 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
448 <context context-type="linenumber">158</context>
449 </context-group>
450 </trans-unit>
451 <trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
452 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source>
453 <target></target>
454 <context-group purpose="location">
455 <context context-type="sourcefile">src/app/shared/buttons/action-dropdown.component.html</context>
456 <context context-type="linenumber">22</context>
457 </context-group>
458 </trans-unit>
459 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566" datatype="html">
460 <source>Save to</source>
461 <target></target>
462 <context-group purpose="location">
463 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
464 <context context-type="linenumber">4</context>
465 </context-group>
466 </trans-unit>
467 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
468 <source>Options</source>
469 <target></target>
470 <context-group purpose="location">
471 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
472 <context context-type="linenumber">9</context>
473 </context-group>
474 <context-group purpose="location">
475 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
476 <context context-type="linenumber">42</context>
477 </context-group>
478 </trans-unit>
479 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
480 <source>Start at</source>
481 <target></target>
482 <context-group purpose="location">
483 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
484 <context context-type="linenumber">17</context>
485 </context-group>
486 <context-group purpose="location">
487 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
488 <context context-type="linenumber">57</context>
489 </context-group>
490 <context-group purpose="location">
491 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
492 <context context-type="linenumber">75</context>
493 </context-group>
494 </trans-unit>
495 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
496 <source>Stop at</source>
497 <target></target>
498 <context-group purpose="location">
499 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
500 <context context-type="linenumber">31</context>
501 </context-group>
502 <context-group purpose="location">
503 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
504 <context context-type="linenumber">71</context>
505 </context-group>
506 <context-group purpose="location">
507 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
508 <context context-type="linenumber">106</context>
509 </context-group>
510 </trans-unit>
511 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
512 <source>Search playlists</source>
513 <target></target>
514 <context-group purpose="location">
515 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
516 <context context-type="linenumber">45</context>
517 </context-group>
518 </trans-unit>
519 <trans-unit id="19fc45e7e0cab63a8c4422ea7158bf5c6228cee4" datatype="html">
520 <source>Create a private playlist</source>
521 <target></target>
522 <context-group purpose="location">
523 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
524 <context context-type="linenumber">65</context>
525 </context-group>
526 </trans-unit>
527 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html">
528 <source>Display name</source>
529 <target></target>
530 <context-group purpose="location">
531 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
532 <context context-type="linenumber">70</context>
533 </context-group>
534 <context-group purpose="location">
535 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
536 <context context-type="linenumber">6</context>
537 </context-group>
538 <context-group purpose="location">
539 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
540 <context context-type="linenumber">33</context>
541 </context-group>
542 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
544 <context context-type="linenumber">33</context>
545 </context-group>
546 <context-group purpose="location">
547 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
548 <context context-type="linenumber">53</context>
549 </context-group>
550 <context-group purpose="location">
551 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
552 <context context-type="linenumber">53</context>
553 </context-group>
554 <context-group purpose="location">
555 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
556 <context context-type="linenumber">4</context>
557 </context-group>
558 </trans-unit>
559 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
560 <source>Create</source>
561 <target></target>
562 <context-group purpose="location">
563 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
564 <context context-type="linenumber">80</context>
565 </context-group>
566 <context-group purpose="location">
567 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
568 <context context-type="linenumber">8</context>
569 </context-group>
570 <context-group purpose="location">
571 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
572 <context context-type="linenumber">8</context>
573 </context-group>
574 <context-group purpose="location">
575 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
576 <context context-type="linenumber">8</context>
577 </context-group>
578 <context-group purpose="location">
579 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
580 <context context-type="linenumber">8</context>
581 </context-group>
582 <context-group purpose="location">
583 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
584 <context context-type="linenumber">8</context>
585 </context-group>
586 <context-group purpose="location">
587 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
588 <context context-type="linenumber">8</context>
589 </context-group>
590 </trans-unit>
591 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
592 <source>Download</source>
593 <target></target>
594 <context-group purpose="location">
595 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
596 <context context-type="linenumber">4</context>
597 </context-group>
598 <context-group purpose="location">
599 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
600 <context context-type="linenumber">104</context>
601 </context-group>
602 </trans-unit>
603 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
604 <source>subtitles</source>
605 <target></target>
606 <context-group purpose="location">
607 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
608 <context context-type="linenumber">11</context>
609 </context-group>
610 </trans-unit>
611 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
612 <source>video</source>
613 <target></target>
614 <context-group purpose="location">
615 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
616 <context context-type="linenumber">12</context>
617 </context-group>
618 <context-group purpose="location">
619 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
620 <context context-type="linenumber">46</context>
621 </context-group>
622 </trans-unit>
623 <trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html">
624 <source>Format</source>
625 <target></target>
626 <context-group purpose="location">
627 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
628 <context context-type="linenumber">45</context>
629 </context-group>
630 </trans-unit>
631 <trans-unit id="be745b3dc0df310871766eb6c8f78c3ce652a2b4" datatype="html">
632 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/></source>
633 <target></target>
634 <context-group purpose="location">
635 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
636 <context context-type="linenumber">49</context>
637 </context-group>
638 <context-group purpose="location">
639 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
640 <context context-type="linenumber">61</context>
641 </context-group>
642 <context-group purpose="location">
643 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
644 <context context-type="linenumber">73</context>
645 </context-group>
646 </trans-unit>
647 <trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html">
648 <source>Video stream</source>
649 <target></target>
650 <context-group purpose="location">
651 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
652 <context context-type="linenumber">57</context>
653 </context-group>
654 </trans-unit>
655 <trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html">
656 <source>Audio stream</source>
657 <target></target>
658 <context-group purpose="location">
659 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
660 <context context-type="linenumber">69</context>
661 </context-group>
662 </trans-unit>
663 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
664 <source>Direct download</source>
665 <target></target>
666 <context-group purpose="location">
667 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
668 <context context-type="linenumber">87</context>
669 </context-group>
670 </trans-unit>
671 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
672 <source>Torrent (.torrent file)</source>
673 <target></target>
674 <context-group purpose="location">
675 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
676 <context context-type="linenumber">92</context>
677 </context-group>
678 </trans-unit>
679 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html">
680 <source>Cancel</source>
681 <target></target>
682 <context-group purpose="location">
683 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
684 <context context-type="linenumber">99</context>
685 </context-group>
686 <context-group purpose="location">
687 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
688 <context context-type="linenumber">26</context>
689 </context-group>
690 <context-group purpose="location">
691 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
692 <context context-type="linenumber">33</context>
693 </context-group>
694 <context-group purpose="location">
695 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
696 <context context-type="linenumber">26</context>
697 </context-group>
698 <context-group purpose="location">
699 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context>
700 <context context-type="linenumber">20</context>
701 </context-group>
702 <context-group purpose="location">
703 <context context-type="sourcefile">src/app/login/login.component.html</context>
704 <context context-type="linenumber">105</context>
705 </context-group>
706 <context-group purpose="location">
707 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
708 <context context-type="linenumber">37</context>
709 </context-group>
710 <context-group purpose="location">
711 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
712 <context context-type="linenumber">47</context>
713 </context-group>
714 <context-group purpose="location">
715 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
716 <context context-type="linenumber">31</context>
717 </context-group>
718 <context-group purpose="location">
719 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
720 <context context-type="linenumber">26</context>
721 </context-group>
722 <context-group purpose="location">
723 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
724 <context context-type="linenumber">22</context>
725 </context-group>
726 <context-group purpose="location">
727 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
728 <context context-type="linenumber">25</context>
729 </context-group>
730 <context-group purpose="location">
731 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
732 <context context-type="linenumber">48</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
736 <source>Report video</source>
737 <target></target>
738 <context-group purpose="location">
739 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
740 <context context-type="linenumber">3</context>
741 </context-group>
742 </trans-unit>
743 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
744 <source>
745 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>.
746 </source>
747 <target></target>
748 <context-group purpose="location">
749 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
750 <context context-type="linenumber">9</context>
751 </context-group>
752 </trans-unit>
753 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125" datatype="html">
754 <source>Reason...</source>
755 <target></target>
756 <context-group purpose="location">
757 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
758 <context context-type="linenumber">16</context>
759 </context-group>
760 <context-group purpose="location">
761 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
762 <context context-type="linenumber">12</context>
763 </context-group>
764 <context-group purpose="location">
765 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
766 <context context-type="linenumber">12</context>
767 </context-group>
768 </trans-unit>
769 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd" datatype="html">
770 <source>Submit</source>
771 <target></target>
772 <context-group purpose="location">
773 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
774 <context context-type="linenumber">31</context>
775 </context-group>
776 <context-group purpose="location">
777 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
778 <context context-type="linenumber">38</context>
779 </context-group>
780 <context-group purpose="location">
781 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
782 <context context-type="linenumber">27</context>
783 </context-group>
784 <context-group purpose="location">
785 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
786 <context context-type="linenumber">30</context>
787 </context-group>
788 <context-group purpose="location">
789 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
790 <context context-type="linenumber">53</context>
791 </context-group>
792 </trans-unit>
793 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html">
794 <source>Blacklist video</source>
795 <target></target>
796 <context-group purpose="location">
797 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
798 <context context-type="linenumber">3</context>
799 </context-group>
800 </trans-unit>
801 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html">
802 <source>This will ask remote instances to delete it</source>
803 <target></target>
804 <context-group purpose="location">
805 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
806 <context context-type="linenumber">26</context>
807 </context-group>
808 </trans-unit>
809 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html">
810 <source>Unfederate the video</source>
811 <target></target>
812 <context-group purpose="location">
813 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
814 <context context-type="linenumber">23</context>
815 </context-group>
816 </trans-unit>
817 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
818 <source>Unlisted</source>
819 <target></target>
820 <context-group purpose="location">
821 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
822 <context context-type="linenumber">6</context>
823 </context-group>
824 <context-group purpose="location">
825 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
826 <context context-type="linenumber">6</context>
827 </context-group>
828 </trans-unit>
829 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
830 <source>Private</source>
831 <target></target>
832 <context-group purpose="location">
833 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
834 <context context-type="linenumber">7</context>
835 </context-group>
836 <context-group purpose="location">
837 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
838 <context context-type="linenumber">33</context>
839 </context-group>
840 <context-group purpose="location">
841 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
842 <context context-type="linenumber">7</context>
843 </context-group>
844 </trans-unit>
845 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
846 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
847 <target></target>
848 <context-group purpose="location">
849 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
850 <context context-type="linenumber">23</context>
851 </context-group>
852 </trans-unit>
853 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
854 <source>Blacklisted</source>
855 <target></target>
856 <context-group purpose="location">
857 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
858 <context context-type="linenumber">41</context>
859 </context-group>
860 </trans-unit>
861 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
862 <source>
863 Sensitive
864 </source>
865 <target></target>
866 <context-group purpose="location">
867 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
868 <context context-type="linenumber">45</context>
869 </context-group>
870 </trans-unit>
871 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
872 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
873 <target></target>
874 <context-group purpose="location">
875 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
876 <context context-type="linenumber">9</context>
877 </context-group>
878 </trans-unit>
879 <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html">
880 <source>
881 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
882 </source>
883 <target></target>
884 <context-group purpose="location">
885 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
886 <context context-type="linenumber">22</context>
887 </context-group>
888 </trans-unit>
889 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html">
890 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
891 <target></target>
892 <context-group purpose="location">
893 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
894 <context context-type="linenumber">29</context>
895 </context-group>
896 </trans-unit>
897 <trans-unit id="15c02cb6b6c3be53477e502d3e1ee26955b23af0" datatype="html">
898 <source>Unavailable</source>
899 <target></target>
900 <context-group purpose="location">
901 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
902 <context context-type="linenumber">32</context>
903 </context-group>
904 </trans-unit>
905 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
906 <source>Deleted</source>
907 <target></target>
908 <context-group purpose="location">
909 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
910 <context context-type="linenumber">34</context>
911 </context-group>
912 <context-group purpose="location">
913 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
914 <context context-type="linenumber">49</context>
915 </context-group>
916 <context-group purpose="location">
917 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
918 <context context-type="linenumber">100</context>
919 </context-group>
920 </trans-unit>
921 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
922 <source>Edit starts/stops at</source>
923 <target></target>
924 <context-group purpose="location">
925 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
926 <context context-type="linenumber">50</context>
927 </context-group>
928 </trans-unit>
929 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
930 <source>Save</source>
931 <target></target>
932 <context-group purpose="location">
933 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
934 <context context-type="linenumber">82</context>
935 </context-group>
936 <context-group purpose="location">
937 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
938 <context context-type="linenumber">74</context>
939 </context-group>
940 <context-group purpose="location">
941 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
942 <context context-type="linenumber">16</context>
943 </context-group>
944 <context-group purpose="location">
945 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
946 <context context-type="linenumber">27</context>
947 </context-group>
948 </trans-unit>
949 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
950 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
951 <target></target>
952 <context-group purpose="location">
953 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
954 <context context-type="linenumber">88</context>
955 </context-group>
956 </trans-unit>
957 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
958 <source>No results.</source>
959 <target></target>
960 <context-group purpose="location">
961 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
962 <context context-type="linenumber">1</context>
963 </context-group>
964 <context-group purpose="location">
965 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
966 <context context-type="linenumber">28</context>
967 </context-group>
968 <context-group purpose="location">
969 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
970 <context context-type="linenumber">28</context>
971 </context-group>
972 <context-group purpose="location">
973 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
974 <context context-type="linenumber">28</context>
975 </context-group>
976 <context-group purpose="location">
977 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
978 <context context-type="linenumber">28</context>
979 </context-group>
980 <context-group purpose="location">
981 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
982 <context context-type="linenumber">28</context>
983 </context-group>
984 <context-group purpose="location">
985 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
986 <context context-type="linenumber">3</context>
987 </context-group>
988 <context-group purpose="location">
989 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
990 <context context-type="linenumber">28</context>
991 </context-group>
992 <context-group purpose="location">
993 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
994 <context context-type="linenumber">28</context>
995 </context-group>
996 </trans-unit>
997 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb" datatype="html">
998 <source>
999 Cancel
1000 </source>
1001 <target></target>
1002 <context-group purpose="location">
1003 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
1004 <context context-type="linenumber">15</context>
1005 </context-group>
1006 </trans-unit>
1007 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
1008 <source>Delete</source>
1009 <target></target>
1010 <context-group purpose="location">
1011 <context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context>
1012 <context context-type="linenumber">5</context>
1013 </context-group>
1014 <context-group purpose="location">
1015 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1016 <context context-type="linenumber">186</context>
1017 </context-group>
1018 <context-group purpose="location">
1019 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
1020 <context context-type="linenumber">39</context>
1021 </context-group>
1022 <context-group purpose="location">
1023 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
1024 <context context-type="linenumber">21</context>
1025 </context-group>
1026 </trans-unit>
1027 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
1028 <source>Edit</source>
1029 <target></target>
1030 <context-group purpose="location">
1031 <context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context>
1032 <context context-type="linenumber">5</context>
1033 </context-group>
1034 <context-group purpose="location">
1035 <context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context>
1036 <context context-type="linenumber">1</context>
1037 </context-group>
1038 <context-group purpose="location">
1039 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1040 <context context-type="linenumber">226</context>
1041 </context-group>
1042 <context-group purpose="location">
1043 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
1044 <context context-type="linenumber">40</context>
1045 </context-group>
1046 <context-group purpose="location">
1047 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1048 <context context-type="linenumber">11</context>
1049 </context-group>
1050 <context-group purpose="location">
1051 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1052 <context context-type="linenumber">11</context>
1053 </context-group>
1054 <context-group purpose="location">
1055 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1056 <context context-type="linenumber">11</context>
1057 </context-group>
1058 <context-group purpose="location">
1059 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1060 <context context-type="linenumber">87</context>
1061 </context-group>
1062 <context-group purpose="location">
1063 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1064 <context context-type="linenumber">11</context>
1065 </context-group>
1066 <context-group purpose="location">
1067 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1068 <context context-type="linenumber">87</context>
1069 </context-group>
1070 <context-group purpose="location">
1071 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
1072 <context context-type="linenumber">11</context>
1073 </context-group>
1074 <context-group purpose="location">
1075 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
1076 <context context-type="linenumber">11</context>
1077 </context-group>
1078 </trans-unit>
1079 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
1080 <source>Truncated preview</source>
1081 <target></target>
1082 <context-group purpose="location">
1083 <context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context>
1084 <context context-type="linenumber">11</context>
1085 </context-group>
1086 </trans-unit>
1087 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
1088 <source>Complete preview</source>
1089 <target></target>
1090 <context-group purpose="location">
1091 <context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context>
1092 <context context-type="linenumber">19</context>
1093 </context-group>
1094 </trans-unit>
1095 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f" datatype="html">
1096 <source>Get help</source>
1097 <target></target>
1098 <context-group purpose="location">
1099 <context context-type="sourcefile">src/app/shared/misc/help.component.html</context>
1100 <context context-type="linenumber">29</context>
1101 </context-group>
1102 </trans-unit>
1103 <trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html">
1104 <source>Recommended</source>
1105 <target></target>
1106 <context-group purpose="location">
1107 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context>
1108 <context context-type="linenumber">33</context>
1109 </context-group>
1110 </trans-unit>
1111 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html">
1112 <source>Go the channel page</source>
1113 <target></target>
1114 <context-group purpose="location">
1115 <context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context>
1116 <context context-type="linenumber">2</context>
1117 </context-group>
1118 <context-group purpose="location">
1119 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1120 <context context-type="linenumber">150</context>
1121 </context-group>
1122 </trans-unit>
1123 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
1124 <source>Go to the account page</source>
1125 <target></target>
1126 <context-group purpose="location">
1127 <context context-type="sourcefile">src/app/shared/channel/avatar.component.html</context>
1128 <context context-type="linenumber">5</context>
1129 </context-group>
1130 <context-group purpose="location">
1131 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1132 <context context-type="linenumber">153</context>
1133 </context-group>
1134 </trans-unit>
1135 <trans-unit id="d0336848b0c375a1c25ba369b3481ee383217a4f" datatype="html">
1136 <source>Subscribe</source>
1137 <target></target>
1138 <context-group purpose="location">
1139 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1140 <context context-type="linenumber">7</context>
1141 </context-group>
1142 </trans-unit>
1143 <trans-unit id="6e215e23505768151b501b7e11dd5b864e604fd9" datatype="html">
1144 <source>Subscribe to all channels</source>
1145 <target></target>
1146 <context-group purpose="location">
1147 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1148 <context context-type="linenumber">9</context>
1149 </context-group>
1150 </trans-unit>
1151 <trans-unit id="c33a843e309de9d67771aa5e666f61e92f4c6216" datatype="html">
1152 <source>channels subscribed</source>
1153 <target></target>
1154 <context-group purpose="location">
1155 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1156 <context context-type="linenumber">11</context>
1157 </context-group>
1158 </trans-unit>
1159 <trans-unit id="e01bfa3629e2133dbf307975446bde047eb8bd1f" datatype="html">
1160 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source>
1161 <target></target>
1162 <context-group purpose="location">
1163 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1164 <context context-type="linenumber">31</context>
1165 </context-group>
1166 </trans-unit>
1167 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66" datatype="html">
1168 <source>Using an ActivityPub account</source>
1169 <target></target>
1170 <context-group purpose="location">
1171 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1172 <context context-type="linenumber">50</context>
1173 </context-group>
1174 </trans-unit>
1175 <trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html">
1176 <source>Subscribe with an account on this instance</source>
1177 <target></target>
1178 <context-group purpose="location">
1179 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1180 <context context-type="linenumber">53</context>
1181 </context-group>
1182 </trans-unit>
1183 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0" datatype="html">
1184 <source>Subscribe with your local account</source>
1185 <target></target>
1186 <context-group purpose="location">
1187 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1188 <context context-type="linenumber">54</context>
1189 </context-group>
1190 </trans-unit>
1191 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed" datatype="html">
1192 <source>Subscribe with a Mastodon account:</source>
1193 <target></target>
1194 <context-group purpose="location">
1195 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1196 <context context-type="linenumber">57</context>
1197 </context-group>
1198 </trans-unit>
1199 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1" datatype="html">
1200 <source>Using a syndication feed</source>
1201 <target></target>
1202 <context-group purpose="location">
1203 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1204 <context context-type="linenumber">62</context>
1205 </context-group>
1206 </trans-unit>
1207 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a" datatype="html">
1208 <source>Subscribe via RSS</source>
1209 <target></target>
1210 <context-group purpose="location">
1211 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
1212 <context context-type="linenumber">63</context>
1213 </context-group>
1214 </trans-unit>
1215 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
1216 <source>
1217 <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;"/>
1218 <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;"/>
1219 </source>
1220 <target></target>
1221 <context-group purpose="location">
1222 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
1223 <context context-type="linenumber">10</context>
1224 </context-group>
1225 </trans-unit>
1226 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
1227 <source>
1228 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1229 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
1230 </source>
1231 <target></target>
1232 <context-group purpose="location">
1233 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
1234 <context context-type="linenumber">17</context>
1235 </context-group>
1236 </trans-unit>
1237 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
1238 <source>
1239 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1240 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
1241 </source>
1242 <target></target>
1243 <context-group purpose="location">
1244 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
1245 <context context-type="linenumber">26</context>
1246 </context-group>
1247 </trans-unit>
1248 <trans-unit id="6513f65441f986d9204122e01b4ab1df1d63d18e" datatype="html">
1249 <source>PeerTube version</source>
1250 <target></target>
1251 <context-group purpose="location">
1252 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1253 <context context-type="linenumber">5</context>
1254 </context-group>
1255 </trans-unit>
1256 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
1257 <source>
1258 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1259 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
1260 </source>
1261 <target></target>
1262 <context-group purpose="location">
1263 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1264 <context context-type="linenumber">11</context>
1265 </context-group>
1266 </trans-unit>
1267 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
1268 <source>User registration allowed</source>
1269 <target></target>
1270 <context-group purpose="location">
1271 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1272 <context context-type="linenumber">20</context>
1273 </context-group>
1274 </trans-unit>
1275 <trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2" datatype="html">
1276 <source>Video uploads</source>
1277 <target></target>
1278 <context-group purpose="location">
1279 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1280 <context context-type="linenumber">27</context>
1281 </context-group>
1282 <context-group purpose="location">
1283 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1284 <context context-type="linenumber">38</context>
1285 </context-group>
1286 </trans-unit>
1287 <trans-unit id="ba774dce7a0cbbc29d7086b8557939c7e8d9883d" datatype="html">
1288 <source>Transcoding in multiple resolutions</source>
1289 <target></target>
1290 <context-group purpose="location">
1291 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1292 <context context-type="linenumber">31</context>
1293 </context-group>
1294 </trans-unit>
1295 <trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html">
1296 <source>Requires manual validation by moderators</source>
1297 <target></target>
1298 <context-group purpose="location">
1299 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1300 <context context-type="linenumber">40</context>
1301 </context-group>
1302 </trans-unit>
1303 <trans-unit id="f1155367f44b4e3d2286db687d324a9b0cc1a7cb" datatype="html">
1304 <source>Automatically published</source>
1305 <target></target>
1306 <context-group purpose="location">
1307 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1308 <context context-type="linenumber">41</context>
1309 </context-group>
1310 </trans-unit>
1311 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b" datatype="html">
1312 <source>Video quota</source>
1313 <target></target>
1314 <context-group purpose="location">
1315 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1316 <context context-type="linenumber">46</context>
1317 </context-group>
1318 <context-group purpose="location">
1319 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1320 <context context-type="linenumber">139</context>
1321 </context-group>
1322 <context-group purpose="location">
1323 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1324 <context context-type="linenumber">139</context>
1325 </context-group>
1326 </trans-unit>
1327 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
1328 <source>
1329 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;"/>
1330 </source>
1331 <target></target>
1332 <context-group purpose="location">
1333 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1334 <context context-type="linenumber">59</context>
1335 </context-group>
1336 </trans-unit>
1337 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
1338 <source>Import</source>
1339 <target></target>
1340 <context-group purpose="location">
1341 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1342 <context context-type="linenumber">66</context>
1343 </context-group>
1344 <context-group purpose="location">
1345 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
1346 <context context-type="linenumber">40</context>
1347 </context-group>
1348 <context-group purpose="location">
1349 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1350 <context context-type="linenumber">45</context>
1351 </context-group>
1352 </trans-unit>
1353 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
1354 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
1355 <target></target>
1356 <context-group purpose="location">
1357 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1358 <context context-type="linenumber">70</context>
1359 </context-group>
1360 </trans-unit>
1361 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
1362 <source>Torrent import</source>
1363 <target></target>
1364 <context-group purpose="location">
1365 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1366 <context context-type="linenumber">77</context>
1367 </context-group>
1368 </trans-unit>
1369 <trans-unit id="59bdc3dfa4075f92c734588899485db702c8f120" datatype="html">
1370 <source>Player</source>
1371 <target></target>
1372 <context-group purpose="location">
1373 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1374 <context context-type="linenumber">85</context>
1375 </context-group>
1376 </trans-unit>
1377 <trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5" datatype="html">
1378 <source>P2P enabled</source>
1379 <target></target>
1380 <context-group purpose="location">
1381 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1382 <context context-type="linenumber">89</context>
1383 </context-group>
1384 </trans-unit>
1385 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016" datatype="html">
1386 <source>Search</source>
1387 <target></target>
1388 <context-group purpose="location">
1389 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1390 <context context-type="linenumber">96</context>
1391 </context-group>
1392 <context-group purpose="location">
1393 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
1394 <context context-type="linenumber">7</context>
1395 </context-group>
1396 </trans-unit>
1397 <trans-unit id="82c6fc1dfd67a87c2a9f54c221907d0d61c63b88" datatype="html">
1398 <source>Users can resolve distant content</source>
1399 <target></target>
1400 <context-group purpose="location">
1401 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
1402 <context context-type="linenumber">100</context>
1403 </context-group>
1404 </trans-unit>
1405 <trans-unit id="b8b6a001cca6fa2ba15600ca3a78dfeebf685d60" datatype="html">
1406 <source>Loading instance statistics...</source>
1407 <target></target>
1408 <context-group purpose="location">
1409 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1410 <context context-type="linenumber">1</context>
1411 </context-group>
1412 </trans-unit>
1413 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d" datatype="html">
1414 <source>Local</source>
1415 <target></target>
1416 <context-group purpose="location">
1417 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1418 <context context-type="linenumber">4</context>
1419 </context-group>
1420 <context-group purpose="location">
1421 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1422 <context context-type="linenumber">131</context>
1423 </context-group>
1424 </trans-unit>
1425 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
1426 <source>users</source>
1427 <target></target>
1428 <context-group purpose="location">
1429 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1430 <context context-type="linenumber">11</context>
1431 </context-group>
1432 </trans-unit>
1433 <trans-unit id="5bc509bb72973f9895241127d5556e9e31051137" datatype="html">
1434 <source>videos</source>
1435 <target></target>
1436 <context-group purpose="location">
1437 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1438 <context context-type="linenumber">21</context>
1439 </context-group>
1440 <context-group purpose="location">
1441 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1442 <context context-type="linenumber">65</context>
1443 </context-group>
1444 </trans-unit>
1445 <trans-unit id="bd21b1e6b5674003187e5cbec0e7e2854f9d8388" datatype="html">
1446 <source>video views</source>
1447 <target></target>
1448 <context-group purpose="location">
1449 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1450 <context context-type="linenumber">31</context>
1451 </context-group>
1452 </trans-unit>
1453 <trans-unit id="d11fe88f08e43bfe4dec7d16fe469aa65d1e3d84" datatype="html">
1454 <source>video comments</source>
1455 <target></target>
1456 <context-group purpose="location">
1457 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1458 <context context-type="linenumber">41</context>
1459 </context-group>
1460 <context-group purpose="location">
1461 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1462 <context context-type="linenumber">75</context>
1463 </context-group>
1464 </trans-unit>
1465 <trans-unit id="0bedca44bfc0ef579be6053ffe0e8cdee9aba07d" datatype="html">
1466 <source>of hosted video</source>
1467 <target></target>
1468 <context-group purpose="location">
1469 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1470 <context context-type="linenumber">51</context>
1471 </context-group>
1472 </trans-unit>
1473 <trans-unit id="de7d61497b3dc7df0f83c57f333458a7064ac4e7" datatype="html">
1474 <source>Federation</source>
1475 <target></target>
1476 <context-group purpose="location">
1477 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1478 <context context-type="linenumber">58</context>
1479 </context-group>
1480 </trans-unit>
1481 <trans-unit id="8de9d3173fafc2c7a94352dec3de899b6cedf9c5" datatype="html">
1482 <source>followers</source>
1483 <target></target>
1484 <context-group purpose="location">
1485 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1486 <context context-type="linenumber">85</context>
1487 </context-group>
1488 </trans-unit>
1489 <trans-unit id="1ec99ffe83830affef834fd7beeda8ee313203fe" datatype="html">
1490 <source>following</source>
1491 <target></target>
1492 <context-group purpose="location">
1493 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1494 <context context-type="linenumber">95</context>
1495 </context-group>
1496 </trans-unit>
1497 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0" datatype="html">
1498 <source>Ban</source>
1499 <target></target>
1500 <context-group purpose="location">
1501 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1502 <context context-type="linenumber">3</context>
1503 </context-group>
1504 </trans-unit>
1505 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251" datatype="html">
1506 <source>
1507 A banned user will no longer be able to login.
1508 </source>
1509 <target></target>
1510 <context-group purpose="location">
1511 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1512 <context context-type="linenumber">20</context>
1513 </context-group>
1514 </trans-unit>
1515 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1516 <source>Ban this user</source>
1517 <target></target>
1518 <context-group purpose="location">
1519 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1520 <context context-type="linenumber">31</context>
1521 </context-group>
1522 </trans-unit>
1523 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1524 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1525 <target></target>
1526 <context-group purpose="location">
1527 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1528 <context context-type="linenumber">12</context>
1529 </context-group>
1530 <context-group purpose="location">
1531 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1532 <context context-type="linenumber">21</context>
1533 </context-group>
1534 </trans-unit>
1535 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129" datatype="html">
1536 <source>Default policy on videos containing sensitive content</source>
1537 <target></target>
1538 <context-group purpose="location">
1539 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1540 <context context-type="linenumber">3</context>
1541 </context-group>
1542 </trans-unit>
1543 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
1544 <source>
1545 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
1546 </source>
1547 <target></target>
1548 <context-group purpose="location">
1549 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1550 <context context-type="linenumber">6</context>
1551 </context-group>
1552 </trans-unit>
1553 <trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
1554 <source>Policy for sensitive videos</source>
1555 <target></target>
1556 <context-group purpose="location">
1557 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1558 <context context-type="linenumber">14</context>
1559 </context-group>
1560 <context-group purpose="location">
1561 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1562 <context context-type="linenumber">111</context>
1563 </context-group>
1564 </trans-unit>
1565 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe" datatype="html">
1566 <source>Do not list</source>
1567 <target></target>
1568 <context-group purpose="location">
1569 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1570 <context context-type="linenumber">15</context>
1571 </context-group>
1572 <context-group purpose="location">
1573 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1574 <context context-type="linenumber">112</context>
1575 </context-group>
1576 </trans-unit>
1577 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
1578 <source>Blur thumbnails</source>
1579 <target></target>
1580 <context-group purpose="location">
1581 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1582 <context context-type="linenumber">16</context>
1583 </context-group>
1584 <context-group purpose="location">
1585 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1586 <context context-type="linenumber">113</context>
1587 </context-group>
1588 </trans-unit>
1589 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
1590 <source>Display</source>
1591 <target></target>
1592 <context-group purpose="location">
1593 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1594 <context context-type="linenumber">17</context>
1595 </context-group>
1596 <context-group purpose="location">
1597 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
1598 <context context-type="linenumber">3</context>
1599 </context-group>
1600 <context-group purpose="location">
1601 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1602 <context context-type="linenumber">114</context>
1603 </context-group>
1604 </trans-unit>
1605 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
1606 <source>Only display videos in the following languages/subtitles</source>
1607 <target></target>
1608 <context-group purpose="location">
1609 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1610 <context context-type="linenumber">23</context>
1611 </context-group>
1612 </trans-unit>
1613 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
1614 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
1615 <target></target>
1616 <context-group purpose="location">
1617 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1618 <context context-type="linenumber">26</context>
1619 </context-group>
1620 </trans-unit>
1621 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
1622 <source>No results found</source>
1623 <target></target>
1624 <context-group purpose="location">
1625 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1626 <context context-type="linenumber">34</context>
1627 </context-group>
1628 <context-group purpose="location">
1629 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1630 <context context-type="linenumber">53</context>
1631 </context-group>
1632 <context-group purpose="location">
1633 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1634 <context context-type="linenumber">65</context>
1635 </context-group>
1636 </trans-unit>
1637 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
1638 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
1639 <target></target>
1640 <context-group purpose="location">
1641 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1642 <context context-type="linenumber">47</context>
1643 </context-group>
1644 </trans-unit>
1645 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
1646 <source>Help share videos being played</source>
1647 <target></target>
1648 <context-group purpose="location">
1649 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1650 <context context-type="linenumber">44</context>
1651 </context-group>
1652 </trans-unit>
1653 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
1654 <source>When on a video page, directly start playing the video.</source>
1655 <target></target>
1656 <context-group purpose="location">
1657 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1658 <context context-type="linenumber">58</context>
1659 </context-group>
1660 </trans-unit>
1661 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
1662 <source>Automatically play videos</source>
1663 <target></target>
1664 <context-group purpose="location">
1665 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1666 <context context-type="linenumber">55</context>
1667 </context-group>
1668 </trans-unit>
1669 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
1670 <source>When a video ends, follow up with the next suggested video.</source>
1671 <target></target>
1672 <context-group purpose="location">
1673 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1674 <context context-type="linenumber">69</context>
1675 </context-group>
1676 </trans-unit>
1677 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
1678 <source>Automatically start playing the next video</source>
1679 <target></target>
1680 <context-group purpose="location">
1681 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1682 <context context-type="linenumber">66</context>
1683 </context-group>
1684 </trans-unit>
1685 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
1686 <source>Theme</source>
1687 <target></target>
1688 <context-group purpose="location">
1689 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1690 <context context-type="linenumber">4</context>
1691 </context-group>
1692 <context-group purpose="location">
1693 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1694 <context context-type="linenumber">250</context>
1695 </context-group>
1696 </trans-unit>
1697 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
1698 <source>instance default</source>
1699 <target></target>
1700 <context-group purpose="location">
1701 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1702 <context context-type="linenumber">8</context>
1703 </context-group>
1704 </trans-unit>
1705 <trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
1706 <source>peertube default</source>
1707 <target></target>
1708 <context-group purpose="location">
1709 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
1710 <context context-type="linenumber">9</context>
1711 </context-group>
1712 </trans-unit>
1713 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html">
1714 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
1715 <target></target>
1716 <context-group purpose="location">
1717 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context>
1718 <context context-type="linenumber">20</context>
1719 </context-group>
1720 </trans-unit>
1721 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
1722 <source>
1723 Login
1724 </source>
1725 <target></target>
1726 <context-group purpose="location">
1727 <context context-type="sourcefile">src/app/login/login.component.html</context>
1728 <context context-type="linenumber">2</context>
1729 </context-group>
1730 </trans-unit>
1731 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1732 <source>
1733 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1734 </source>
1735 <target></target>
1736 <context-group purpose="location">
1737 <context context-type="sourcefile">src/app/login/login.component.html</context>
1738 <context context-type="linenumber">6</context>
1739 </context-group>
1740 </trans-unit>
1741 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1742 <source>
1743 If you are looking for an account…
1744 </source>
1745 <target></target>
1746 <context-group purpose="location">
1747 <context context-type="sourcefile">src/app/login/login.component.html</context>
1748 <context context-type="linenumber">12</context>
1749 </context-group>
1750 </trans-unit>
1751 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1752 <source>
1753 Currently this instance doesn't allow for user registration, but you can find an instance
1754 that gives you the possibility to sign up for an account and upload your videos there.
1755
1756 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1757
1758 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
1759 </source>
1760 <target></target>
1761 <context-group purpose="location">
1762 <context context-type="sourcefile">src/app/login/login.component.html</context>
1763 <context context-type="linenumber">16</context>
1764 </context-group>
1765 </trans-unit>
1766 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
1767 <source>Request new verification email.</source>
1768 <target></target>
1769 <context-group purpose="location">
1770 <context context-type="sourcefile">src/app/login/login.component.html</context>
1771 <context context-type="linenumber">27</context>
1772 </context-group>
1773 <context-group purpose="location">
1774 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
1775 <context context-type="linenumber">16</context>
1776 </context-group>
1777 </trans-unit>
1778 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
1779 <source>User</source>
1780 <target></target>
1781 <context-group purpose="location">
1782 <context context-type="sourcefile">src/app/login/login.component.html</context>
1783 <context context-type="linenumber">35</context>
1784 </context-group>
1785 <context-group purpose="location">
1786 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
1787 <context context-type="linenumber">13</context>
1788 </context-group>
1789 </trans-unit>
1790 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
1791 <source>Username or email address</source>
1792 <target></target>
1793 <context-group purpose="location">
1794 <context context-type="sourcefile">src/app/login/login.component.html</context>
1795 <context context-type="linenumber">37</context>
1796 </context-group>
1797 </trans-unit>
1798 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1799 <source>
1800 or create an account
1801 </source>
1802 <target></target>
1803 <context-group purpose="location">
1804 <context context-type="sourcefile">src/app/login/login.component.html</context>
1805 <context context-type="linenumber">40</context>
1806 </context-group>
1807 </trans-unit>
1808 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
1809 <source>Password</source>
1810 <target></target>
1811 <context-group purpose="location">
1812 <context context-type="sourcefile">src/app/login/login.component.html</context>
1813 <context context-type="linenumber">51</context>
1814 </context-group>
1815 <context-group purpose="location">
1816 <context context-type="sourcefile">src/app/login/login.component.html</context>
1817 <context context-type="linenumber">54</context>
1818 </context-group>
1819 <context-group purpose="location">
1820 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1821 <context context-type="linenumber">8</context>
1822 </context-group>
1823 <context-group purpose="location">
1824 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1825 <context context-type="linenumber">10</context>
1826 </context-group>
1827 <context-group purpose="location">
1828 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1829 <context context-type="linenumber">106</context>
1830 </context-group>
1831 <context-group purpose="location">
1832 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1833 <context context-type="linenumber">106</context>
1834 </context-group>
1835 <context-group purpose="location">
1836 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1837 <context context-type="linenumber">52</context>
1838 </context-group>
1839 <context-group purpose="location">
1840 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1841 <context context-type="linenumber">54</context>
1842 </context-group>
1843 </trans-unit>
1844 <trans-unit id="48ff0628dcbb4d37e9687302df3023b8427b48f2" datatype="html">
1845 <source>Click here to reset your password</source>
1846 <target></target>
1847 <context-group purpose="location">
1848 <context context-type="sourcefile">src/app/login/login.component.html</context>
1849 <context context-type="linenumber">57</context>
1850 </context-group>
1851 </trans-unit>
1852 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1853 <source>Login</source>
1854 <target></target>
1855 <context-group purpose="location">
1856 <context context-type="sourcefile">src/app/login/login.component.html</context>
1857 <context context-type="linenumber">64</context>
1858 </context-group>
1859 <context-group purpose="location">
1860 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1861 <context context-type="linenumber">77</context>
1862 </context-group>
1863 </trans-unit>
1864 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1865 <source>Or sign in with</source>
1866 <target></target>
1867 <context-group purpose="location">
1868 <context context-type="sourcefile">src/app/login/login.component.html</context>
1869 <context context-type="linenumber">68</context>
1870 </context-group>
1871 </trans-unit>
1872 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1873 <source>Forgot your password</source>
1874 <target></target>
1875 <context-group purpose="location">
1876 <context context-type="sourcefile">src/app/login/login.component.html</context>
1877 <context context-type="linenumber">83</context>
1878 </context-group>
1879 </trans-unit>
1880 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1881 <source>
1882 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1883 </source>
1884 <target></target>
1885 <context-group purpose="location">
1886 <context context-type="sourcefile">src/app/login/login.component.html</context>
1887 <context context-type="linenumber">90</context>
1888 </context-group>
1889 </trans-unit>
1890 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1891 <source>Email</source>
1892 <target></target>
1893 <context-group purpose="location">
1894 <context context-type="sourcefile">src/app/login/login.component.html</context>
1895 <context context-type="linenumber">95</context>
1896 </context-group>
1897 <context-group purpose="location">
1898 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1899 <context context-type="linenumber">94</context>
1900 </context-group>
1901 <context-group purpose="location">
1902 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1903 <context context-type="linenumber">94</context>
1904 </context-group>
1905 <context-group purpose="location">
1906 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
1907 <context context-type="linenumber">46</context>
1908 </context-group>
1909 <context-group purpose="location">
1910 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
1911 <context context-type="linenumber">4</context>
1912 </context-group>
1913 <context-group purpose="location">
1914 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
1915 <context context-type="linenumber">8</context>
1916 </context-group>
1917 <context-group purpose="location">
1918 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1919 <context context-type="linenumber">41</context>
1920 </context-group>
1921 <context-group purpose="location">
1922 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1923 <context context-type="linenumber">43</context>
1924 </context-group>
1925 </trans-unit>
1926 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1927 <source>Email address</source>
1928 <target></target>
1929 <context-group purpose="location">
1930 <context context-type="sourcefile">src/app/login/login.component.html</context>
1931 <context context-type="linenumber">97</context>
1932 </context-group>
1933 <context-group purpose="location">
1934 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
1935 <context context-type="linenumber">10</context>
1936 </context-group>
1937 </trans-unit>
1938 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1939 <source>Send me an email to reset my password</source>
1940 <target></target>
1941 <context-group purpose="location">
1942 <context context-type="sourcefile">src/app/login/login.component.html</context>
1943 <context context-type="linenumber">110</context>
1944 </context-group>
1945 </trans-unit>
1946 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1947 <source>
1948 Reset my password
1949 </source>
1950 <target></target>
1951 <context-group purpose="location">
1952 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1953 <context context-type="linenumber">2</context>
1954 </context-group>
1955 </trans-unit>
1956 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8" datatype="html">
1957 <source>Confirm password</source>
1958 <target></target>
1959 <context-group purpose="location">
1960 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1961 <context context-type="linenumber">19</context>
1962 </context-group>
1963 </trans-unit>
1964 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1" datatype="html">
1965 <source>Confirmed password</source>
1966 <target></target>
1967 <context-group purpose="location">
1968 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1969 <context context-type="linenumber">21</context>
1970 </context-group>
1971 </trans-unit>
1972 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3" datatype="html">
1973 <source>Reset my password</source>
1974 <target></target>
1975 <context-group purpose="location">
1976 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1977 <context context-type="linenumber">29</context>
1978 </context-group>
1979 </trans-unit>
1980 <trans-unit id="3c2c6b17d0326ab344e194b17abbee201d58dbea" datatype="html">
1981 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/></source>
1982 <target></target>
1983 <context-group purpose="location">
1984 <context context-type="sourcefile">src/app/search/search.component.html</context>
1985 <context context-type="linenumber">5</context>
1986 </context-group>
1987 </trans-unit>
1988 <trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html">
1989 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
1990 <target></target>
1991 <context-group purpose="location">
1992 <context context-type="sourcefile">src/app/search/search.component.html</context>
1993 <context context-type="linenumber">5</context>
1994 </context-group>
1995 <context-group purpose="location">
1996 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
1997 <context context-type="linenumber">23</context>
1998 </context-group>
1999 </trans-unit>
2000 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
2001 <source>
2002 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2003 </source>
2004 <target></target>
2005 <context-group purpose="location">
2006 <context context-type="sourcefile">src/app/search/search.component.html</context>
2007 <context context-type="linenumber">6</context>
2008 </context-group>
2009 </trans-unit>
2010 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
2011 <source>
2012 Filters
2013 <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;"/>
2014 </source>
2015 <target></target>
2016 <context-group purpose="location">
2017 <context context-type="sourcefile">src/app/search/search.component.html</context>
2018 <context context-type="linenumber">16</context>
2019 </context-group>
2020 </trans-unit>
2021 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d" datatype="html">
2022 <source>
2023 No results found
2024 </source>
2025 <target></target>
2026 <context-group purpose="location">
2027 <context context-type="sourcefile">src/app/search/search.component.html</context>
2028 <context context-type="linenumber">28</context>
2029 </context-group>
2030 </trans-unit>
2031 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a" datatype="html">
2032 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
2033 <target></target>
2034 <context-group purpose="location">
2035 <context context-type="sourcefile">src/app/search/search.component.html</context>
2036 <context context-type="linenumber">44</context>
2037 </context-group>
2038 </trans-unit>
2039 <trans-unit id="5cf92a1d527e65908c75633e8484cdd3b6d16b9b" datatype="html">
2040 <source>Welcome to PeerTube, dear administrator!</source>
2041 <target></target>
2042 <context-group purpose="location">
2043 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2044 <context context-type="linenumber">3</context>
2045 </context-group>
2046 </trans-unit>
2047 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
2048 <source>CLI
2049 documentation</source>
2050 <target></target>
2051 <context-group purpose="location">
2052 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2053 <context context-type="linenumber">12</context>
2054 </context-group>
2055 </trans-unit>
2056 <trans-unit id="65462878ca6d04c826906432816a3df3e048ac87" datatype="html">
2057 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source>
2058 <target></target>
2059 <context-group purpose="location">
2060 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2061 <context context-type="linenumber">15</context>
2062 </context-group>
2063 </trans-unit>
2064 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
2065 <source>Administer
2066 documentation</source>
2067 <target></target>
2068 <context-group purpose="location">
2069 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2070 <context context-type="linenumber">19</context>
2071 </context-group>
2072 </trans-unit>
2073 <trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e" datatype="html">
2074 <source>Managing users, following other instances, dealing with spammers...</source>
2075 <target></target>
2076 <context-group purpose="location">
2077 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2078 <context context-type="linenumber">22</context>
2079 </context-group>
2080 </trans-unit>
2081 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
2082 <source>Use
2083 documentation</source>
2084 <target></target>
2085 <context-group purpose="location">
2086 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2087 <context context-type="linenumber">26</context>
2088 </context-group>
2089 </trans-unit>
2090 <trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444" datatype="html">
2091 <source>Setup your account, managing video playlists, discover third-party applications...</source>
2092 <target></target>
2093 <context-group purpose="location">
2094 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2095 <context context-type="linenumber">29</context>
2096 </context-group>
2097 </trans-unit>
2098 <trans-unit id="6b705cdf0d567cf608b9891a1d912daebac3523e" datatype="html">
2099 <source>Useful links</source>
2100 <target></target>
2101 <context-group purpose="location">
2102 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2103 <context context-type="linenumber">41</context>
2104 </context-group>
2105 </trans-unit>
2106 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
2107 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
2108 <target></target>
2109 <context-group purpose="location">
2110 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2111 <context context-type="linenumber">44</context>
2112 </context-group>
2113 </trans-unit>
2114 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
2115 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
2116 </source>
2117 <target></target>
2118 <context-group purpose="location">
2119 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2120 <context context-type="linenumber">47</context>
2121 </context-group>
2122 </trans-unit>
2123 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859" datatype="html">
2124 <source>It's time to configure your instance!</source>
2125 <target></target>
2126 <context-group purpose="location">
2127 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2128 <context context-type="linenumber">59</context>
2129 </context-group>
2130 </trans-unit>
2131 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
2132 <source>
2133 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,
2134 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
2135 is very important for visitors to understand on what type of instance they are.
2136 </source>
2137 <target></target>
2138 <context-group purpose="location">
2139 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2140 <context context-type="linenumber">61</context>
2141 </context-group>
2142 </trans-unit>
2143 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
2144 <source>
2145 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance
2146 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
2147 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the
2148 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
2149 PeerTube instance.
2150 </source>
2151 <target></target>
2152 <context-group purpose="location">
2153 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2154 <context context-type="linenumber">67</context>
2155 </context-group>
2156 </trans-unit>
2157 <trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html">
2158 <source>Remind me later</source>
2159 <target></target>
2160 <context-group purpose="location">
2161 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2162 <context context-type="linenumber">80</context>
2163 </context-group>
2164 </trans-unit>
2165 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html">
2166 <source>
2167 Configure my instance
2168 </source>
2169 <target></target>
2170 <context-group purpose="location">
2171 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
2172 <context context-type="linenumber">86</context>
2173 </context-group>
2174 </trans-unit>
2175 <trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html">
2176 <source>Configuration warning!</source>
2177 <target></target>
2178 <context-group purpose="location">
2179 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2180 <context context-type="linenumber">3</context>
2181 </context-group>
2182 </trans-unit>
2183 <trans-unit id="120796abeaabea4067c1cd739194cb6c86252155" datatype="html">
2184 <source>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</source>
2185 <target></target>
2186 <context-group purpose="location">
2187 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2188 <context context-type="linenumber">10</context>
2189 </context-group>
2190 </trans-unit>
2191 <trans-unit id="ab7e3d0be94cc55ce997a5f38c679956e66f3936" datatype="html">
2192 <source>Instance name</source>
2193 <target></target>
2194 <context-group purpose="location">
2195 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2196 <context context-type="linenumber">13</context>
2197 </context-group>
2198 </trans-unit>
2199 <trans-unit id="b6e9a7a198c9882894677a0358d22ed79482808a" datatype="html">
2200 <source>Instance short description</source>
2201 <target></target>
2202 <context-group purpose="location">
2203 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2204 <context context-type="linenumber">14</context>
2205 </context-group>
2206 </trans-unit>
2207 <trans-unit id="801cb5b4cc93a5c0a4d89a46b96487d3638f0bc5" datatype="html">
2208 <source>Who you are</source>
2209 <target></target>
2210 <context-group purpose="location">
2211 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2212 <context context-type="linenumber">16</context>
2213 </context-group>
2214 </trans-unit>
2215 <trans-unit id="de688f72fc745cc8481a5e9cc70b8ca9e6f41e2a" datatype="html">
2216 <source>How long you plan to maintain your instance</source>
2217 <target></target>
2218 <context-group purpose="location">
2219 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2220 <context context-type="linenumber">17</context>
2221 </context-group>
2222 </trans-unit>
2223 <trans-unit id="af60a062ecc7c70b278bdb3ba7ad0147abfecf0a" datatype="html">
2224 <source>How you plan to pay your instance</source>
2225 <target></target>
2226 <context-group purpose="location">
2227 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2228 <context context-type="linenumber">18</context>
2229 </context-group>
2230 </trans-unit>
2231 <trans-unit id="c69c1bd027bae555557a48123a26d770a93ee473" datatype="html">
2232 <source>How you will moderate your instance</source>
2233 <target></target>
2234 <context-group purpose="location">
2235 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2236 <context context-type="linenumber">20</context>
2237 </context-group>
2238 </trans-unit>
2239 <trans-unit id="92ddf3c3a348adc059da6c17c808fa27c315d91c" datatype="html">
2240 <source>Instance terms</source>
2241 <target></target>
2242 <context-group purpose="location">
2243 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2244 <context context-type="linenumber">21</context>
2245 </context-group>
2246 </trans-unit>
2247 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
2248 <source>
2249 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>.
2250 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
2251 </source>
2252 <target></target>
2253 <context-group purpose="location">
2254 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2255 <context context-type="linenumber">24</context>
2256 </context-group>
2257 </trans-unit>
2258 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
2259 <source>Configure these fields</source>
2260 <target></target>
2261 <context-group purpose="location">
2262 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2263 <context context-type="linenumber">30</context>
2264 </context-group>
2265 </trans-unit>
2266 <trans-unit id="7d438f72f9985c4d06ed4fe80c90afc2e1df34d2" datatype="html">
2267 <source>Don't show me this warning anymore</source>
2268 <target></target>
2269 <context-group purpose="location">
2270 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2271 <context context-type="linenumber">38</context>
2272 </context-group>
2273 </trans-unit>
2274 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html">
2275 <source>Close</source>
2276 <target></target>
2277 <context-group purpose="location">
2278 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
2279 <context context-type="linenumber">44</context>
2280 </context-group>
2281 </trans-unit>
2282 <trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
2283 <source>Homepage</source>
2284 <target></target>
2285 <context-group purpose="location">
2286 <context context-type="sourcefile">src/app/app.component.html</context>
2287 <context context-type="linenumber">11</context>
2288 </context-group>
2289 </trans-unit>
2290 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html">
2291 <source>Change the language</source>
2292 <target></target>
2293 <context-group purpose="location">
2294 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context>
2295 <context context-type="linenumber">3</context>
2296 </context-group>
2297 </trans-unit>
2298 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
2299 <source>
2300 Help to translate PeerTube!
2301 </source>
2302 <target></target>
2303 <context-group purpose="location">
2304 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context>
2305 <context context-type="linenumber">8</context>
2306 </context-group>
2307 </trans-unit>
2308 <trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html">
2309 <source>Settings</source>
2310 <target></target>
2311 <context-group purpose="location">
2312 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2313 <context context-type="linenumber">3</context>
2314 </context-group>
2315 <context-group purpose="location">
2316 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2317 <context context-type="linenumber">144</context>
2318 </context-group>
2319 <context-group purpose="location">
2320 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
2321 <context context-type="linenumber">26</context>
2322 </context-group>
2323 </trans-unit>
2324 <trans-unit id="3b79d221458541611e8508d3551dd1ddd76b49d9" datatype="html">
2325 <source>Display settings</source>
2326 <target></target>
2327 <context-group purpose="location">
2328 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2329 <context context-type="linenumber">8</context>
2330 </context-group>
2331 </trans-unit>
2332 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925" datatype="html">
2333 <source>Video settings</source>
2334 <target></target>
2335 <context-group purpose="location">
2336 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2337 <context context-type="linenumber">12</context>
2338 </context-group>
2339 </trans-unit>
2340 <trans-unit id="dc7b800a27960e33af36f16f6c25aaf5776464f7" datatype="html">
2341 <source>Interface settings</source>
2342 <target></target>
2343 <context-group purpose="location">
2344 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
2345 <context context-type="linenumber">16</context>
2346 </context-group>
2347 </trans-unit>
2348 <trans-unit id="608d7164ed2d996dc827b17cd7b6f5915c617be4" datatype="html">
2349 <source>Public profile</source>
2350 <target></target>
2351 <context-group purpose="location">
2352 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2353 <context context-type="linenumber">19</context>
2354 </context-group>
2355 </trans-unit>
2356 <trans-unit id="1eecebc91b4c671d43617b559cf3933275492931" datatype="html">
2357 <source>Account settings</source>
2358 <target></target>
2359 <context-group purpose="location">
2360 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2361 <context context-type="linenumber">25</context>
2362 </context-group>
2363 </trans-unit>
2364 <trans-unit id="7c55f3a275f9e86fc95243e2fd1f17156a4e97f0" datatype="html">
2365 <source>Channels settings</source>
2366 <target></target>
2367 <context-group purpose="location">
2368 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2369 <context context-type="linenumber">29</context>
2370 </context-group>
2371 </trans-unit>
2372 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
2373 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
2374 <target></target>
2375 <context-group purpose="location">
2376 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2377 <context context-type="linenumber">36</context>
2378 </context-group>
2379 <context-group purpose="location">
2380 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2381 <context context-type="linenumber">156</context>
2382 </context-group>
2383 </trans-unit>
2384 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
2385 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
2386 <target></target>
2387 <context-group purpose="location">
2388 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2389 <context context-type="linenumber">42</context>
2390 </context-group>
2391 </trans-unit>
2392 <trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html">
2393 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source>
2394 <target></target>
2395 <context-group purpose="location">
2396 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2397 <context context-type="linenumber">49</context>
2398 </context-group>
2399 </trans-unit>
2400 <trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html">
2401 <source>Help share videos</source>
2402 <target></target>
2403 <context-group purpose="location">
2404 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2405 <context context-type="linenumber">55</context>
2406 </context-group>
2407 </trans-unit>
2408 <trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html">
2409 <source>More account settings</source>
2410 <target></target>
2411 <context-group purpose="location">
2412 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2413 <context context-type="linenumber">60</context>
2414 </context-group>
2415 </trans-unit>
2416 <trans-unit id="d2dcb25a3b90ccb169effc066d36335363546d17" datatype="html">
2417 <source>Keyboard shortcuts</source>
2418 <target></target>
2419 <context-group purpose="location">
2420 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2421 <context context-type="linenumber">66</context>
2422 </context-group>
2423 </trans-unit>
2424 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
2425 <source>Log out</source>
2426 <target></target>
2427 <context-group purpose="location">
2428 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2429 <context context-type="linenumber">70</context>
2430 </context-group>
2431 </trans-unit>
2432 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
2433 <source>Create an account</source>
2434 <target></target>
2435 <context-group purpose="location">
2436 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2437 <context context-type="linenumber">78</context>
2438 </context-group>
2439 </trans-unit>
2440 <trans-unit id="c3346a45c43ae8e5021086880268979b8d2266f3" datatype="html">
2441 <source>MY LIBRARY</source>
2442 <target></target>
2443 <context-group purpose="location">
2444 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2445 <context context-type="linenumber">82</context>
2446 </context-group>
2447 </trans-unit>
2448 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
2449 <source>Videos</source>
2450 <target></target>
2451 <context-group purpose="location">
2452 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2453 <context context-type="linenumber">86</context>
2454 </context-group>
2455 </trans-unit>
2456 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
2457 <source>Playlists</source>
2458 <target></target>
2459 <context-group purpose="location">
2460 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2461 <context context-type="linenumber">91</context>
2462 </context-group>
2463 </trans-unit>
2464 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
2465 <source>Subscriptions</source>
2466 <target></target>
2467 <context-group purpose="location">
2468 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2469 <context context-type="linenumber">96</context>
2470 </context-group>
2471 </trans-unit>
2472 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
2473 <source>History</source>
2474 <target></target>
2475 <context-group purpose="location">
2476 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2477 <context context-type="linenumber">101</context>
2478 </context-group>
2479 </trans-unit>
2480 <trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html">
2481 <source>VIDEOS</source>
2482 <target></target>
2483 <context-group purpose="location">
2484 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2485 <context context-type="linenumber">107</context>
2486 </context-group>
2487 </trans-unit>
2488 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
2489 <source>Discover</source>
2490 <target></target>
2491 <context-group purpose="location">
2492 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2493 <context context-type="linenumber">111</context>
2494 </context-group>
2495 </trans-unit>
2496 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
2497 <source>Trending</source>
2498 <target></target>
2499 <context-group purpose="location">
2500 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2501 <context context-type="linenumber">116</context>
2502 </context-group>
2503 </trans-unit>
2504 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
2505 <source>Most liked</source>
2506 <target></target>
2507 <context-group purpose="location">
2508 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2509 <context context-type="linenumber">121</context>
2510 </context-group>
2511 </trans-unit>
2512 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
2513 <source>Recently added</source>
2514 <target></target>
2515 <context-group purpose="location">
2516 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2517 <context context-type="linenumber">126</context>
2518 </context-group>
2519 </trans-unit>
2520 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
2521 <source>Administration</source>
2522 <target></target>
2523 <context-group purpose="location">
2524 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2525 <context context-type="linenumber">140</context>
2526 </context-group>
2527 </trans-unit>
2528 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
2529 <source>About</source>
2530 <target></target>
2531 <context-group purpose="location">
2532 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2533 <context context-type="linenumber">148</context>
2534 </context-group>
2535 </trans-unit>
2536 <trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
2537 <source>Contact</source>
2538 <target></target>
2539 <context-group purpose="location">
2540 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2541 <context context-type="linenumber">160</context>
2542 </context-group>
2543 </trans-unit>
2544 <trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
2545 <source>Help</source>
2546 <target></target>
2547 <context-group purpose="location">
2548 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2549 <context context-type="linenumber">161</context>
2550 </context-group>
2551 </trans-unit>
2552 <trans-unit id="0530eaf7a05c66b3167da49a57e5af4326f3af15" datatype="html">
2553 <source>Get help using PeerTube</source>
2554 <target></target>
2555 <context-group purpose="location">
2556 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2557 <context context-type="linenumber">161</context>
2558 </context-group>
2559 </trans-unit>
2560 <trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
2561 <source>FAQ</source>
2562 <target></target>
2563 <context-group purpose="location">
2564 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2565 <context context-type="linenumber">162</context>
2566 </context-group>
2567 </trans-unit>
2568 <trans-unit id="a2892dc0bd40629b160c490cdd4aff82204bbec6" datatype="html">
2569 <source>Frequently asked questions about PeerTube</source>
2570 <target></target>
2571 <context-group purpose="location">
2572 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2573 <context context-type="linenumber">162</context>
2574 </context-group>
2575 </trans-unit>
2576 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
2577 <source>Stats</source>
2578 <target></target>
2579 <context-group purpose="location">
2580 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2581 <context context-type="linenumber">163</context>
2582 </context-group>
2583 </trans-unit>
2584 <trans-unit id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4" datatype="html">
2585 <source>API</source>
2586 <target></target>
2587 <context-group purpose="location">
2588 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2589 <context context-type="linenumber">164</context>
2590 </context-group>
2591 </trans-unit>
2592 <trans-unit id="fd91a5f2ef27c48b6908d9016fb6de2a224e8559" datatype="html">
2593 <source>API documentation</source>
2594 <target></target>
2595 <context-group purpose="location">
2596 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2597 <context context-type="linenumber">164</context>
2598 </context-group>
2599 </trans-unit>
2600 <trans-unit id="d3381fff430c3687ae1c6302af99d88baa4f480b" datatype="html">
2601 <source>Shortcuts</source>
2602 <target></target>
2603 <context-group purpose="location">
2604 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2605 <context context-type="linenumber">165</context>
2606 </context-group>
2607 </trans-unit>
2608 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
2609 <source>
2610 powered by PeerTube
2611 </source>
2612 <target></target>
2613 <context-group purpose="location">
2614 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2615 <context context-type="linenumber">171</context>
2616 </context-group>
2617 </trans-unit>
2618 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
2619 <source>PeerTube website</source>
2620 <target></target>
2621 <context-group purpose="location">
2622 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2623 <context context-type="linenumber">171</context>
2624 </context-group>
2625 </trans-unit>
2626 <trans-unit id="2a851f40f4a956fc4c3e0c3ed8dd33f10a4fa161" datatype="html">
2627 <source>PeerTube license</source>
2628 <target></target>
2629 <context-group purpose="location">
2630 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2631 <context context-type="linenumber">175</context>
2632 </context-group>
2633 </trans-unit>
2634 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
2635 <source>powered by PeerTube - CopyLeft 2015-2020</source>
2636 <target></target>
2637 <context-group purpose="location">
2638 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2639 <context context-type="linenumber">170</context>
2640 </context-group>
2641 </trans-unit>
2642 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
2643 <source>View your notifications</source>
2644 <target></target>
2645 <context-group purpose="location">
2646 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2647 <context context-type="linenumber">3</context>
2648 </context-group>
2649 </trans-unit>
2650 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html">
2651 <source>Notifications</source>
2652 <target></target>
2653 <context-group purpose="location">
2654 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2655 <context context-type="linenumber">13</context>
2656 </context-group>
2657 </trans-unit>
2658 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
2659 <source>Mark all as read</source>
2660 <target></target>
2661 <context-group purpose="location">
2662 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2663 <context context-type="linenumber">18</context>
2664 </context-group>
2665 <context-group purpose="location">
2666 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
2667 <context context-type="linenumber">11</context>
2668 </context-group>
2669 </trans-unit>
2670 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
2671 <source>Update your notification preferences</source>
2672 <target></target>
2673 <context-group purpose="location">
2674 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2675 <context context-type="linenumber">22</context>
2676 </context-group>
2677 </trans-unit>
2678 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
2679 <source>See all your notifications</source>
2680 <target></target>
2681 <context-group purpose="location">
2682 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
2683 <context context-type="linenumber">39</context>
2684 </context-group>
2685 </trans-unit>
2686 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced" datatype="html">
2687 <source>Upload</source>
2688 <target></target>
2689 <context-group purpose="location">
2690 <context context-type="sourcefile">src/app/header/header.component.html</context>
2691 <context context-type="linenumber">5</context>
2692 </context-group>
2693 </trans-unit>
2694 <trans-unit id="2f8adf9966f3c287b193683af9e1eaba4f526d68" datatype="html">
2695 <source>In this channel</source>
2696 <target></target>
2697 <context-group purpose="location">
2698 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2699 <context context-type="linenumber">12</context>
2700 </context-group>
2701 </trans-unit>
2702 <trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html">
2703 <source>In this instance</source>
2704 <target></target>
2705 <context-group purpose="location">
2706 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2707 <context context-type="linenumber">13</context>
2708 </context-group>
2709 </trans-unit>
2710 <trans-unit id="9848e55d7c95eddc1c4a044a63ed0e88e8cb6f5c" datatype="html">
2711 <source>In the vidiverse</source>
2712 <target></target>
2713 <context-group purpose="location">
2714 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2715 <context context-type="linenumber">14</context>
2716 </context-group>
2717 </trans-unit>
2718 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2719 <source>
2720 Jump to channel
2721 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
2722 </source>
2723 <target></target>
2724 <context-group purpose="location">
2725 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2726 <context context-type="linenumber">18</context>
2727 </context-group>
2728 </trans-unit>
2729 <trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html">
2730 <source>Search videos, channels…</source>
2731 <target></target>
2732 <context-group purpose="location">
2733 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2734 <context context-type="linenumber">3</context>
2735 </context-group>
2736 </trans-unit>
2737 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
2738 <source>GLOBAL SEARCH</source>
2739 <target></target>
2740 <context-group purpose="location">
2741 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2742 <context context-type="linenumber">16</context>
2743 </context-group>
2744 </trans-unit>
2745 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
2746 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
2747 <target></target>
2748 <context-group purpose="location">
2749 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2750 <context context-type="linenumber">18</context>
2751 </context-group>
2752 </trans-unit>
2753 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
2754 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
2755 <target></target>
2756 <context-group purpose="location">
2757 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2758 <context context-type="linenumber">22</context>
2759 </context-group>
2760 </trans-unit>
2761 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
2762 <source>ADVANCED SEARCH</source>
2763 <target></target>
2764 <context-group purpose="location">
2765 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2766 <context context-type="linenumber">29</context>
2767 </context-group>
2768 </trans-unit>
2769 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
2770 <source>any instance</source>
2771 <target></target>
2772 <context-group purpose="location">
2773 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2774 <context context-type="linenumber">32</context>
2775 </context-group>
2776 </trans-unit>
2777 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
2778 <source>only followed instances</source>
2779 <target></target>
2780 <context-group purpose="location">
2781 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2782 <context context-type="linenumber">33</context>
2783 </context-group>
2784 </trans-unit>
2785 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
2786 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
2787 <target></target>
2788 <context-group purpose="location">
2789 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2790 <context context-type="linenumber">31</context>
2791 </context-group>
2792 </trans-unit>
2793 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
2794 <source>channel</source>
2795 <target></target>
2796 <context-group purpose="location">
2797 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2798 <context context-type="linenumber">40</context>
2799 </context-group>
2800 <context-group purpose="location">
2801 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2802 <context context-type="linenumber">43</context>
2803 </context-group>
2804 </trans-unit>
2805 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
2806 <source>Any other text will return matching video or channel names.</source>
2807 <target></target>
2808 <context-group purpose="location">
2809 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2810 <context context-type="linenumber">49</context>
2811 </context-group>
2812 </trans-unit>
2813 <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html">
2814 <source>Sort</source>
2815 <target></target>
2816 <context-group purpose="location">
2817 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2818 <context context-type="linenumber">7</context>
2819 </context-group>
2820 </trans-unit>
2821 <trans-unit id="a57adbb9bc3ecbc397157af25f96fc2123c9c383" datatype="html">
2822 <source>
2823 Reset
2824 </source>
2825 <target></target>
2826 <context-group purpose="location">
2827 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2828 <context context-type="linenumber">8</context>
2829 </context-group>
2830 <context-group purpose="location">
2831 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2832 <context context-type="linenumber">22</context>
2833 </context-group>
2834 <context-group purpose="location">
2835 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2836 <context context-type="linenumber">36</context>
2837 </context-group>
2838 <context-group purpose="location">
2839 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2840 <context context-type="linenumber">68</context>
2841 </context-group>
2842 <context-group purpose="location">
2843 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2844 <context context-type="linenumber">82</context>
2845 </context-group>
2846 </trans-unit>
2847 <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e" datatype="html">
2848 <source>Published date</source>
2849 <target></target>
2850 <context-group purpose="location">
2851 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2852 <context context-type="linenumber">21</context>
2853 </context-group>
2854 </trans-unit>
2855 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d" datatype="html">
2856 <source>Original publication year</source>
2857 <target></target>
2858 <context-group purpose="location">
2859 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2860 <context context-type="linenumber">35</context>
2861 </context-group>
2862 </trans-unit>
2863 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91" datatype="html">
2864 <source>After...</source>
2865 <target></target>
2866 <context-group purpose="location">
2867 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2868 <context context-type="linenumber">47</context>
2869 </context-group>
2870 </trans-unit>
2871 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html">
2872 <source>Before...</source>
2873 <target></target>
2874 <context-group purpose="location">
2875 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2876 <context context-type="linenumber">57</context>
2877 </context-group>
2878 </trans-unit>
2879 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
2880 <source>Duration</source>
2881 <target></target>
2882 <context-group purpose="location">
2883 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2884 <context context-type="linenumber">67</context>
2885 </context-group>
2886 <context-group purpose="location">
2887 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2888 <context context-type="linenumber">237</context>
2889 </context-group>
2890 </trans-unit>
2891 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
2892 <source>Display sensitive content</source>
2893 <target></target>
2894 <context-group purpose="location">
2895 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2896 <context context-type="linenumber">81</context>
2897 </context-group>
2898 </trans-unit>
2899 <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
2900 <source>Yes</source>
2901 <target></target>
2902 <context-group purpose="location">
2903 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2904 <context context-type="linenumber">89</context>
2905 </context-group>
2906 </trans-unit>
2907 <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd" datatype="html">
2908 <source>No</source>
2909 <target></target>
2910 <context-group purpose="location">
2911 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2912 <context context-type="linenumber">94</context>
2913 </context-group>
2914 </trans-unit>
2915 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94" datatype="html">
2916 <source>Category</source>
2917 <target></target>
2918 <context-group purpose="location">
2919 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2920 <context context-type="linenumber">102</context>
2921 </context-group>
2922 <context-group purpose="location">
2923 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2924 <context context-type="linenumber">68</context>
2925 </context-group>
2926 <context-group purpose="location">
2927 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2928 <context context-type="linenumber">202</context>
2929 </context-group>
2930 </trans-unit>
2931 <trans-unit id="265ee68edfe57e510270da31ec99f67d94346009" datatype="html">
2932 <source>
2933 Reset
2934 </source>
2935 <target></target>
2936 <context-group purpose="location">
2937 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2938 <context context-type="linenumber">103</context>
2939 </context-group>
2940 <context-group purpose="location">
2941 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2942 <context context-type="linenumber">116</context>
2943 </context-group>
2944 <context-group purpose="location">
2945 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2946 <context context-type="linenumber">129</context>
2947 </context-group>
2948 <context-group purpose="location">
2949 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2950 <context context-type="linenumber">144</context>
2951 </context-group>
2952 <context-group purpose="location">
2953 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2954 <context context-type="linenumber">157</context>
2955 </context-group>
2956 </trans-unit>
2957 <trans-unit id="75706466a5cffa6f6bf0d6c94a8345a001ce8cea" datatype="html">
2958 <source>Display all categories</source>
2959 <target></target>
2960 <context-group purpose="location">
2961 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2962 <context context-type="linenumber">108</context>
2963 </context-group>
2964 </trans-unit>
2965 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c" datatype="html">
2966 <source>Licence</source>
2967 <target></target>
2968 <context-group purpose="location">
2969 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2970 <context context-type="linenumber">115</context>
2971 </context-group>
2972 <context-group purpose="location">
2973 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2974 <context context-type="linenumber">82</context>
2975 </context-group>
2976 <context-group purpose="location">
2977 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2978 <context context-type="linenumber">211</context>
2979 </context-group>
2980 </trans-unit>
2981 <trans-unit id="e19d80c6277747a68f3da8cfe1318303d2b5c952" datatype="html">
2982 <source>Display all licenses</source>
2983 <target></target>
2984 <context-group purpose="location">
2985 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2986 <context context-type="linenumber">121</context>
2987 </context-group>
2988 </trans-unit>
2989 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619" datatype="html">
2990 <source>Language</source>
2991 <target></target>
2992 <context-group purpose="location">
2993 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
2994 <context context-type="linenumber">128</context>
2995 </context-group>
2996 <context-group purpose="location">
2997 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
2998 <context context-type="linenumber">10</context>
2999 </context-group>
3000 <context-group purpose="location">
3001 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3002 <context context-type="linenumber">96</context>
3003 </context-group>
3004 <context-group purpose="location">
3005 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3006 <context context-type="linenumber">220</context>
3007 </context-group>
3008 </trans-unit>
3009 <trans-unit id="dcc3173a99661496cd1f836283993cc3e6576b26" datatype="html">
3010 <source>Display all languages</source>
3011 <target></target>
3012 <context-group purpose="location">
3013 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3014 <context context-type="linenumber">134</context>
3015 </context-group>
3016 </trans-unit>
3017 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8" datatype="html">
3018 <source>All of these tags</source>
3019 <target></target>
3020 <context-group purpose="location">
3021 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3022 <context context-type="linenumber">143</context>
3023 </context-group>
3024 </trans-unit>
3025 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf" datatype="html">
3026 <source>+ Tag</source>
3027 <target></target>
3028 <context-group purpose="location">
3029 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3030 <context context-type="linenumber">150</context>
3031 </context-group>
3032 <context-group purpose="location">
3033 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3034 <context context-type="linenumber">163</context>
3035 </context-group>
3036 <context-group purpose="location">
3037 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3038 <context context-type="linenumber">33</context>
3039 </context-group>
3040 </trans-unit>
3041 <trans-unit id="e5a71671bcec89845f208e90c3bf508aafc8f931" datatype="html">
3042 <source>Enter a tag</source>
3043 <target></target>
3044 <context-group purpose="location">
3045 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3046 <context context-type="linenumber">150</context>
3047 </context-group>
3048 <context-group purpose="location">
3049 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3050 <context context-type="linenumber">163</context>
3051 </context-group>
3052 </trans-unit>
3053 <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab" datatype="html">
3054 <source>One of these tags</source>
3055 <target></target>
3056 <context-group purpose="location">
3057 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3058 <context context-type="linenumber">156</context>
3059 </context-group>
3060 </trans-unit>
3061 <trans-unit id="ca72d574353a355b8fadbc1ceda174a0bd1bf7cd" datatype="html">
3062 <source>
3063 Reset
3064 </source>
3065 <target></target>
3066 <context-group purpose="location">
3067 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3068 <context context-type="linenumber">171</context>
3069 </context-group>
3070 </trans-unit>
3071 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
3072 <source>Filter</source>
3073 <target></target>
3074 <context-group purpose="location">
3075 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
3076 <context context-type="linenumber">175</context>
3077 </context-group>
3078 </trans-unit>
3079 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
3080 <source>Display unlisted and private videos</source>
3081 <target></target>
3082 <context-group purpose="location">
3083 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
3084 <context context-type="linenumber">22</context>
3085 </context-group>
3086 <context-group purpose="location">
3087 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
3088 <context context-type="linenumber">22</context>
3089 </context-group>
3090 <context-group purpose="location">
3091 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
3092 <context context-type="linenumber">22</context>
3093 </context-group>
3094 <context-group purpose="location">
3095 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
3096 <context context-type="linenumber">22</context>
3097 </context-group>
3098 <context-group purpose="location">
3099 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
3100 <context context-type="linenumber">22</context>
3101 </context-group>
3102 <context-group purpose="location">
3103 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
3104 <context context-type="linenumber">22</context>
3105 </context-group>
3106 <context-group purpose="location">
3107 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
3108 <context context-type="linenumber">22</context>
3109 </context-group>
3110 </trans-unit>
3111 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
3112 <source>Add caption</source>
3113 <target></target>
3114 <context-group purpose="location">
3115 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
3116 <context context-type="linenumber">5</context>
3117 </context-group>
3118 </trans-unit>
3119 <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8" datatype="html">
3120 <source>Select the caption file</source>
3121 <target></target>
3122 <context-group purpose="location">
3123 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
3124 <context context-type="linenumber">24</context>
3125 </context-group>
3126 </trans-unit>
3127 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html">
3128 <source>
3129 This will replace an existing caption!
3130 </source>
3131 <target></target>
3132 <context-group purpose="location">
3133 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
3134 <context context-type="linenumber">30</context>
3135 </context-group>
3136 </trans-unit>
3137 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
3138 <source>Add this caption</source>
3139 <target></target>
3140 <context-group purpose="location">
3141 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
3142 <context context-type="linenumber">42</context>
3143 </context-group>
3144 </trans-unit>
3145 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html">
3146 <source>Basic info</source>
3147 <target></target>
3148 <context-group purpose="location">
3149 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3150 <context context-type="linenumber">5</context>
3151 </context-group>
3152 </trans-unit>
3153 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
3154 <source>Title</source>
3155 <target></target>
3156 <context-group purpose="location">
3157 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3158 <context context-type="linenumber">11</context>
3159 </context-group>
3160 </trans-unit>
3161 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
3162 <source>Tags</source>
3163 <target></target>
3164 <context-group purpose="location">
3165 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3166 <context context-type="linenumber">19</context>
3167 </context-group>
3168 <context-group purpose="location">
3169 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3170 <context context-type="linenumber">229</context>
3171 </context-group>
3172 </trans-unit>
3173 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
3174 <source>
3175 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
3176 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
3177 Press Enter to add a new tag.
3178 </source>
3179 <target></target>
3180 <context-group purpose="location">
3181 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3182 <context context-type="linenumber">23</context>
3183 </context-group>
3184 </trans-unit>
3185 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0" datatype="html">
3186 <source>Enter a new tag</source>
3187 <target></target>
3188 <context-group purpose="location">
3189 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3190 <context context-type="linenumber">33</context>
3191 </context-group>
3192 </trans-unit>
3193 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0" datatype="html">
3194 <source>Description</source>
3195 <target></target>
3196 <context-group purpose="location">
3197 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3198 <context context-type="linenumber">39</context>
3199 </context-group>
3200 <context-group purpose="location">
3201 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3202 <context context-type="linenumber">38</context>
3203 </context-group>
3204 <context-group purpose="location">
3205 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
3206 <context context-type="linenumber">17</context>
3207 </context-group>
3208 <context-group purpose="location">
3209 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3210 <context context-type="linenumber">44</context>
3211 </context-group>
3212 <context-group purpose="location">
3213 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3214 <context context-type="linenumber">44</context>
3215 </context-group>
3216 <context-group purpose="location">
3217 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
3218 <context context-type="linenumber">64</context>
3219 </context-group>
3220 <context-group purpose="location">
3221 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
3222 <context context-type="linenumber">64</context>
3223 </context-group>
3224 <context-group purpose="location">
3225 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
3226 <context context-type="linenumber">55</context>
3227 </context-group>
3228 </trans-unit>
3229 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html">
3230 <source>
3231 Video descriptions are truncated by default and require manual action to expand them.
3232 </source>
3233 <target></target>
3234 <context-group purpose="location">
3235 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3236 <context context-type="linenumber">43</context>
3237 </context-group>
3238 </trans-unit>
3239 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071" datatype="html">
3240 <source>Channel</source>
3241 <target></target>
3242 <context-group purpose="location">
3243 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3244 <context context-type="linenumber">59</context>
3245 </context-group>
3246 <context-group purpose="location">
3247 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3248 <context context-type="linenumber">22</context>
3249 </context-group>
3250 <context-group purpose="location">
3251 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3252 <context context-type="linenumber">11</context>
3253 </context-group>
3254 <context-group purpose="location">
3255 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3256 <context context-type="linenumber">27</context>
3257 </context-group>
3258 <context-group purpose="location">
3259 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3260 <context context-type="linenumber">70</context>
3261 </context-group>
3262 <context-group purpose="location">
3263 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3264 <context context-type="linenumber">70</context>
3265 </context-group>
3266 <context-group purpose="location">
3267 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
3268 <context context-type="linenumber">23</context>
3269 </context-group>
3270 </trans-unit>
3271 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
3272 <source>Privacy</source>
3273 <target></target>
3274 <context-group purpose="location">
3275 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3276 <context context-type="linenumber">110</context>
3277 </context-group>
3278 <context-group purpose="location">
3279 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3280 <context context-type="linenumber">31</context>
3281 </context-group>
3282 <context-group purpose="location">
3283 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3284 <context context-type="linenumber">20</context>
3285 </context-group>
3286 <context-group purpose="location">
3287 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3288 <context context-type="linenumber">36</context>
3289 </context-group>
3290 <context-group purpose="location">
3291 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3292 <context context-type="linenumber">187</context>
3293 </context-group>
3294 <context-group purpose="location">
3295 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3296 <context context-type="linenumber">57</context>
3297 </context-group>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3300 <context context-type="linenumber">57</context>
3301 </context-group>
3302 </trans-unit>
3303 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
3304 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
3305 <target></target>
3306 <context-group purpose="location">
3307 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3308 <context context-type="linenumber">125</context>
3309 </context-group>
3310 </trans-unit>
3311 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
3312 <source>This video contains mature or explicit content</source>
3313 <target></target>
3314 <context-group purpose="location">
3315 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3316 <context context-type="linenumber">139</context>
3317 </context-group>
3318 </trans-unit>
3319 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644" datatype="html">
3320 <source>Some instances do not list videos containing mature or explicit content by default.</source>
3321 <target></target>
3322 <context-group purpose="location">
3323 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3324 <context context-type="linenumber">143</context>
3325 </context-group>
3326 </trans-unit>
3327 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html">
3328 <source>Wait transcoding before publishing the video</source>
3329 <target></target>
3330 <context-group purpose="location">
3331 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3332 <context context-type="linenumber">149</context>
3333 </context-group>
3334 </trans-unit>
3335 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html">
3336 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
3337 <target></target>
3338 <context-group purpose="location">
3339 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3340 <context context-type="linenumber">153</context>
3341 </context-group>
3342 </trans-unit>
3343 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html">
3344 <source>Captions</source>
3345 <target></target>
3346 <context-group purpose="location">
3347 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3348 <context context-type="linenumber">163</context>
3349 </context-group>
3350 </trans-unit>
3351 <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22" datatype="html">
3352 <source>Add another caption</source>
3353 <target></target>
3354 <context-group purpose="location">
3355 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3356 <context context-type="linenumber">171</context>
3357 </context-group>
3358 </trans-unit>
3359 <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed" datatype="html">
3360 <source>See the subtitle file</source>
3361 <target></target>
3362 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3364 <context context-type="linenumber">180</context>
3365 </context-group>
3366 </trans-unit>
3367 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
3368 <source>Already uploaded ✔</source>
3369 <target></target>
3370 <context-group purpose="location">
3371 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3372 <context context-type="linenumber">184</context>
3373 </context-group>
3374 </trans-unit>
3375 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad" datatype="html">
3376 <source>Will be created on update</source>
3377 <target></target>
3378 <context-group purpose="location">
3379 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3380 <context context-type="linenumber">192</context>
3381 </context-group>
3382 </trans-unit>
3383 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9" datatype="html">
3384 <source>Cancel create</source>
3385 <target></target>
3386 <context-group purpose="location">
3387 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3388 <context context-type="linenumber">194</context>
3389 </context-group>
3390 </trans-unit>
3391 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393" datatype="html">
3392 <source>Will be deleted on update</source>
3393 <target></target>
3394 <context-group purpose="location">
3395 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3396 <context context-type="linenumber">200</context>
3397 </context-group>
3398 </trans-unit>
3399 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c" datatype="html">
3400 <source>Cancel deletion</source>
3401 <target></target>
3402 <context-group purpose="location">
3403 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3404 <context context-type="linenumber">202</context>
3405 </context-group>
3406 </trans-unit>
3407 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0" datatype="html">
3408 <source>
3409 No captions for now.
3410 </source>
3411 <target></target>
3412 <context-group purpose="location">
3413 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3414 <context context-type="linenumber">207</context>
3415 </context-group>
3416 </trans-unit>
3417 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1" datatype="html">
3418 <source>Advanced settings</source>
3419 <target></target>
3420 <context-group purpose="location">
3421 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3422 <context context-type="linenumber">216</context>
3423 </context-group>
3424 </trans-unit>
3425 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430" datatype="html">
3426 <source>Video preview</source>
3427 <target></target>
3428 <context-group purpose="location">
3429 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3430 <context context-type="linenumber">223</context>
3431 </context-group>
3432 </trans-unit>
3433 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604" datatype="html">
3434 <source>Support</source>
3435 <target></target>
3436 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3438 <context context-type="linenumber">232</context>
3439 </context-group>
3440 </trans-unit>
3441 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html">
3442 <source>Short text to tell people how they can support you (membership platform...).</source>
3443 <target></target>
3444 <context-group purpose="location">
3445 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3446 <context context-type="linenumber">233</context>
3447 </context-group>
3448 </trans-unit>
3449 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html">
3450 <source>Original publication date</source>
3451 <target></target>
3452 <context-group purpose="location">
3453 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3454 <context context-type="linenumber">246</context>
3455 </context-group>
3456 </trans-unit>
3457 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html">
3458 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3459 <target></target>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3462 <context context-type="linenumber">247</context>
3463 </context-group>
3464 </trans-unit>
3465 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a" datatype="html">
3466 <source>Enable video comments</source>
3467 <target></target>
3468 <context-group purpose="location">
3469 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3470 <context context-type="linenumber">261</context>
3471 </context-group>
3472 </trans-unit>
3473 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html">
3474 <source>Enable download</source>
3475 <target></target>
3476 <context-group purpose="location">
3477 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
3478 <context context-type="linenumber">266</context>
3479 </context-group>
3480 </trans-unit>
3481 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html">
3482 <source>URL</source>
3483 <target></target>
3484 <context-group purpose="location">
3485 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3486 <context context-type="linenumber">6</context>
3487 </context-group>
3488 <context-group purpose="location">
3489 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3490 <context context-type="linenumber">33</context>
3491 </context-group>
3492 </trans-unit>
3493 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
3494 <source>
3495 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
3496 or URL that points to a raw MP4 file.
3497 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.
3498 </source>
3499 <target></target>
3500 <context-group purpose="location">
3501 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3502 <context context-type="linenumber">10</context>
3503 </context-group>
3504 </trans-unit>
3505 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
3506 <source>Sorry, but something went wrong</source>
3507 <target></target>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3510 <context context-type="linenumber">48</context>
3511 </context-group>
3512 <context-group purpose="location">
3513 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3514 <context context-type="linenumber">63</context>
3515 </context-group>
3516 <context-group purpose="location">
3517 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3518 <context context-type="linenumber">52</context>
3519 </context-group>
3520 </trans-unit>
3521 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
3522 <source>
3523 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
3524</source>
3525 <target></target>
3526 <context-group purpose="location">
3527 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3528 <context context-type="linenumber">52</context>
3529 </context-group>
3530 </trans-unit>
3531 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html">
3532 <source>Update</source>
3533 <target></target>
3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3536 <context context-type="linenumber">69</context>
3537 </context-group>
3538 <context-group purpose="location">
3539 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3540 <context context-type="linenumber">73</context>
3541 </context-group>
3542 <context-group purpose="location">
3543 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
3544 <context context-type="linenumber">3</context>
3545 </context-group>
3546 <context-group purpose="location">
3547 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
3548 <context context-type="linenumber">18</context>
3549 </context-group>
3550 </trans-unit>
3551 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
3552 <source>Select the file to upload</source>
3553 <target></target>
3554 <context-group purpose="location">
3555 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3556 <context context-type="linenumber">6</context>
3557 </context-group>
3558 </trans-unit>
3559 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
3560 <source>Scheduled</source>
3561 <target></target>
3562 <context-group purpose="location">
3563 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3564 <context context-type="linenumber">24</context>
3565 </context-group>
3566 </trans-unit>
3567 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
3568 <source>Video background image</source>
3569 <target></target>
3570 <context-group purpose="location">
3571 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3572 <context context-type="linenumber">31</context>
3573 </context-group>
3574 </trans-unit>
3575 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
3576 <source>
3577 Image that will be merged with your audio file.
3578 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
3579 The chosen image will be definitive and cannot be modified.
3580 </source>
3581 <target></target>
3582 <context-group purpose="location">
3583 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3584 <context context-type="linenumber">33</context>
3585 </context-group>
3586 </trans-unit>
3587 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
3588 <source>Processing…</source>
3589 <target></target>
3590 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3592 <context context-type="linenumber">55</context>
3593 </context-group>
3594 </trans-unit>
3595 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
3596 <source>Total video quota</source>
3597 <target></target>
3598 <context-group purpose="location">
3599 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3600 <context context-type="linenumber">53</context>
3601 </context-group>
3602 <context-group purpose="location">
3603 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
3604 <context context-type="linenumber">11</context>
3605 </context-group>
3606 </trans-unit>
3607 <trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
3608 <source>
3609 Congratulations! Your video is now available in your private library.
3610</source>
3611 <target></target>
3612 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3614 <context context-type="linenumber">67</context>
3615 </context-group>
3616 </trans-unit>
3617 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
3618 <source>Publish will be available when upload is finished</source>
3619 <target></target>
3620 <context-group purpose="location">
3621 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3622 <context context-type="linenumber">80</context>
3623 </context-group>
3624 </trans-unit>
3625 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
3626 <source>Publish</source>
3627 <target></target>
3628 <context-group purpose="location">
3629 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3630 <context context-type="linenumber">87</context>
3631 </context-group>
3632 </trans-unit>
3633 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
3634 <source>Select the torrent to import</source>
3635 <target></target>
3636 <context-group purpose="location">
3637 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3638 <context context-type="linenumber">6</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="63f5d0ec23e3cf4abf6d5221107633c90d8d4a15" datatype="html">
3642 <source>OR</source>
3643 <target></target>
3644 <context-group purpose="location">
3645 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3646 <context context-type="linenumber">10</context>
3647 </context-group>
3648 </trans-unit>
3649 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
3650 <source>Paste magnet URI</source>
3651 <target></target>
3652 <context-group purpose="location">
3653 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3654 <context context-type="linenumber">13</context>
3655 </context-group>
3656 </trans-unit>
3657 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
3658 <source>
3659 You can import any torrent file that points to a mp4 file.
3660 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.
3661 </source>
3662 <target></target>
3663 <context-group purpose="location">
3664 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3665 <context context-type="linenumber">16</context>
3666 </context-group>
3667 </trans-unit>
3668 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
3669 <source>
3670 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
3671</source>
3672 <target></target>
3673 <context-group purpose="location">
3674 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3675 <context context-type="linenumber">56</context>
3676 </context-group>
3677 </trans-unit>
3678 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
3679 <source>
3680 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance.
3681 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
3682 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos.
3683 </source>
3684 <target></target>
3685 <context-group purpose="location">
3686 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3687 <context context-type="linenumber">2</context>
3688 </context-group>
3689 </trans-unit>
3690 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860" datatype="html">
3691 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3692 <target></target>
3693 <context-group purpose="location">
3694 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3695 <context context-type="linenumber">9</context>
3696 </context-group>
3697 </trans-unit>
3698 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5" datatype="html">
3699 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
3700 <target></target>
3701 <context-group purpose="location">
3702 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3703 <context context-type="linenumber">10</context>
3704 </context-group>
3705 </trans-unit>
3706 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3" datatype="html">
3707 <source>Upload a file</source>
3708 <target></target>
3709 <context-group purpose="location">
3710 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3711 <context context-type="linenumber">16</context>
3712 </context-group>
3713 </trans-unit>
3714 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470" datatype="html">
3715 <source>Import with URL</source>
3716 <target></target>
3717 <context-group purpose="location">
3718 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3719 <context context-type="linenumber">26</context>
3720 </context-group>
3721 </trans-unit>
3722 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340" datatype="html">
3723 <source>Import with torrent</source>
3724 <target></target>
3725 <context-group purpose="location">
3726 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
3727 <context context-type="linenumber">36</context>
3728 </context-group>
3729 </trans-unit>
3730 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html">
3731 <source>
3732 Other videos
3733 </source>
3734 <target></target>
3735 <context-group purpose="location">
3736 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
3737 <context context-type="linenumber">4</context>
3738 </context-group>
3739 </trans-unit>
3740 <trans-unit id="70155053814b6999f8abce4f89bab85afc76e538" datatype="html">
3741 <source>AUTOPLAY</source>
3742 <target></target>
3743 <context-group purpose="location">
3744 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
3745 <context context-type="linenumber">10</context>
3746 </context-group>
3747 </trans-unit>
3748 <trans-unit id="71b6e75eb1d54bcd9a64b9af9b99121785a065d0" datatype="html">
3749 <source>Support <x id="INTERPOLATION" equiv-text="{{ video.account.displayName }}"/></source>
3750 <target></target>
3751 <context-group purpose="location">
3752 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context>
3753 <context context-type="linenumber">3</context>
3754 </context-group>
3755 </trans-unit>
3756 <trans-unit id="cb66498f1a530d9b29ee5bc6605628add658dd87" datatype="html">
3757 <source>Maybe later</source>
3758 <target></target>
3759 <context-group purpose="location">
3760 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context>
3761 <context context-type="linenumber">11</context>
3762 </context-group>
3763 </trans-unit>
3764 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9" datatype="html">
3765 <source>Share</source>
3766 <target></target>
3767 <context-group purpose="location">
3768 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3769 <context context-type="linenumber">3</context>
3770 </context-group>
3771 </trans-unit>
3772 <trans-unit id="71420314c00d8b709ea1aad8f608498f8db92258" datatype="html">
3773 <source>Share the playlist</source>
3774 <target></target>
3775 <context-group purpose="location">
3776 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3777 <context context-type="linenumber">10</context>
3778 </context-group>
3779 </trans-unit>
3780 <trans-unit id="dfc8701a2a6898d6784db0ebf9d3191552d81d89" datatype="html">
3781 <source>Share the playlist at this video position</source>
3782 <target></target>
3783 <context-group purpose="location">
3784 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3785 <context context-type="linenumber">19</context>
3786 </context-group>
3787 </trans-unit>
3788 <trans-unit id="51f7d84d38a304f7f056d2dcaf6d733c3ade35f9" datatype="html">
3789 <source>Share the video</source>
3790 <target></target>
3791 <context-group purpose="location">
3792 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3793 <context context-type="linenumber">28</context>
3794 </context-group>
3795 </trans-unit>
3796 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html">
3797 <source>QR-Code</source>
3798 <target></target>
3799 <context-group purpose="location">
3800 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3801 <context context-type="linenumber">43</context>
3802 </context-group>
3803 </trans-unit>
3804 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html">
3805 <source>Embed</source>
3806 <target></target>
3807 <context-group purpose="location">
3808 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3809 <context context-type="linenumber">53</context>
3810 </context-group>
3811 </trans-unit>
3812 <trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html">
3813 <source>
3814 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).
3815 </source>
3816 <target></target>
3817 <context-group purpose="location">
3818 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3819 <context context-type="linenumber">59</context>
3820 </context-group>
3821 </trans-unit>
3822 <trans-unit id="9adb13e2ba5160c8b0b100dc3f4cbe6051b5af9b" datatype="html">
3823 <source>Auto select subtitle</source>
3824 <target></target>
3825 <context-group purpose="location">
3826 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3827 <context context-type="linenumber">90</context>
3828 </context-group>
3829 </trans-unit>
3830 <trans-unit id="0c2e76c41af25effefd456fb1e86143e0cfd1a4e" datatype="html">
3831 <source>Autoplay</source>
3832 <target></target>
3833 <context-group purpose="location">
3834 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3835 <context context-type="linenumber">121</context>
3836 </context-group>
3837 </trans-unit>
3838 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809" datatype="html">
3839 <source>Muted</source>
3840 <target></target>
3841 <context-group purpose="location">
3842 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3843 <context context-type="linenumber">128</context>
3844 </context-group>
3845 <context-group purpose="location">
3846 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
3847 <context context-type="linenumber">19</context>
3848 </context-group>
3849 </trans-unit>
3850 <trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html">
3851 <source>Loop</source>
3852 <target></target>
3853 <context-group purpose="location">
3854 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3855 <context context-type="linenumber">135</context>
3856 </context-group>
3857 </trans-unit>
3858 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523" datatype="html">
3859 <source>Display video title</source>
3860 <target></target>
3861 <context-group purpose="location">
3862 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3863 <context context-type="linenumber">144</context>
3864 </context-group>
3865 </trans-unit>
3866 <trans-unit id="cd0fb32d9b50b615bdce413ca955283df7ab0b74" datatype="html">
3867 <source>Display privacy warning</source>
3868 <target></target>
3869 <context-group purpose="location">
3870 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3871 <context context-type="linenumber">151</context>
3872 </context-group>
3873 </trans-unit>
3874 <trans-unit id="3e10c53d0372db827bf38571e56d166f1df963bf" datatype="html">
3875 <source>Display player controls</source>
3876 <target></target>
3877 <context-group purpose="location">
3878 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3879 <context context-type="linenumber">158</context>
3880 </context-group>
3881 </trans-unit>
3882 <trans-unit id="f0e9c70583e8264cda79a8151de51cbb1ecb02ef" datatype="html">
3883 <source>
3884 More customization
3885 </source>
3886 <target></target>
3887 <context-group purpose="location">
3888 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3889 <context context-type="linenumber">170</context>
3890 </context-group>
3891 </trans-unit>
3892 <trans-unit id="cfad9c5d4357d7c4ac99cc2ce63c54c9738901d7" datatype="html">
3893 <source>
3894 Less customization
3895 </source>
3896 <target></target>
3897 <context-group purpose="location">
3898 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
3899 <context context-type="linenumber">178</context>
3900 </context-group>
3901 </trans-unit>
3902 <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html">
3903 <source>Public</source>
3904 <target></target>
3905 <context-group purpose="location">
3906 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
3907 <context context-type="linenumber">8</context>
3908 </context-group>
3909 </trans-unit>
3910 <trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614" datatype="html">
3911 <source>
3912 The video is being imported, it will be available when the import is finished.
3913 </source>
3914 <target></target>
3915 <context-group purpose="location">
3916 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3917 <context context-type="linenumber">19</context>
3918 </context-group>
3919 </trans-unit>
3920 <trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246" datatype="html">
3921 <source>
3922 The video is being transcoded, it may not work properly.
3923 </source>
3924 <target></target>
3925 <context-group purpose="location">
3926 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3927 <context context-type="linenumber">23</context>
3928 </context-group>
3929 </trans-unit>
3930 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a" datatype="html">
3931 <source>
3932 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3933 </source>
3934 <target></target>
3935 <context-group purpose="location">
3936 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3937 <context context-type="linenumber">27</context>
3938 </context-group>
3939 </trans-unit>
3940 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710" datatype="html">
3941 <source>This video is blacklisted.</source>
3942 <target></target>
3943 <context-group purpose="location">
3944 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3945 <context context-type="linenumber">32</context>
3946 </context-group>
3947 </trans-unit>
3948 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
3949 <source>
3950 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
3951 </source>
3952 <target></target>
3953 <context-group purpose="location">
3954 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3955 <context context-type="linenumber">45</context>
3956 </context-group>
3957 </trans-unit>
3958 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
3959 <source>
3960 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
3961 </source>
3962 <target></target>
3963 <context-group purpose="location">
3964 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3965 <context context-type="linenumber">56</context>
3966 </context-group>
3967 </trans-unit>
3968 <trans-unit id="74059c5dce671d464259e3ce37a5d408c3fd7720" datatype="html">
3969 <source>SUPPORT</source>
3970 <target></target>
3971 <context-group purpose="location">
3972 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3973 <context context-type="linenumber">87</context>
3974 </context-group>
3975 </trans-unit>
3976 <trans-unit id="83ea0f7a6f84393af198d48193e01a96f3fcbc9a" datatype="html">
3977 <source>SHARE</source>
3978 <target></target>
3979 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3981 <context context-type="linenumber">92</context>
3982 </context-group>
3983 </trans-unit>
3984 <trans-unit id="cf272d006ff8c0b60e61b14e17fa6a39b30d614a" datatype="html">
3985 <source>SAVE</source>
3986 <target></target>
3987 <context-group purpose="location">
3988 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3989 <context context-type="linenumber">103</context>
3990 </context-group>
3991 </trans-unit>
3992 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html">
3993 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3994 <target></target>
3995 <context-group purpose="location">
3996 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3997 <context context-type="linenumber">154</context>
3998 </context-group>
3999 </trans-unit>
4000 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html">
4001 <source>Show more</source>
4002 <target></target>
4003 <context-group purpose="location">
4004 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4005 <context context-type="linenumber">174</context>
4006 </context-group>
4007 </trans-unit>
4008 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html">
4009 <source>Show less</source>
4010 <target></target>
4011 <context-group purpose="location">
4012 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4013 <context context-type="linenumber">180</context>
4014 </context-group>
4015 </trans-unit>
4016 <trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html">
4017 <source>Origin instance</source>
4018 <target></target>
4019 <context-group purpose="location">
4020 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4021 <context context-type="linenumber">192</context>
4022 </context-group>
4023 </trans-unit>
4024 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html">
4025 <source>Originally published</source>
4026 <target></target>
4027 <context-group purpose="location">
4028 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4029 <context context-type="linenumber">197</context>
4030 </context-group>
4031 </trans-unit>
4032 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
4033 <source>Friendly Reminder: </source>
4034 <target></target>
4035 <context-group purpose="location">
4036 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4037 <context context-type="linenumber">261</context>
4038 </context-group>
4039 </trans-unit>
4040 <trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html">
4041 <source>
4042 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.
4043 </source>
4044 <target></target>
4045 <context-group purpose="location">
4046 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4047 <context context-type="linenumber">262</context>
4048 </context-group>
4049 </trans-unit>
4050 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
4051 <source>More information</source>
4052 <target></target>
4053 <context-group purpose="location">
4054 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4055 <context context-type="linenumber">266</context>
4056 </context-group>
4057 <context-group purpose="location">
4058 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4059 <context context-type="linenumber">35</context>
4060 </context-group>
4061 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4063 <context context-type="linenumber">50</context>
4064 </context-group>
4065 <context-group purpose="location">
4066 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4067 <context context-type="linenumber">39</context>
4068 </context-group>
4069 </trans-unit>
4070 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
4071 <source>Get more information</source>
4072 <target></target>
4073 <context-group purpose="location">
4074 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4075 <context context-type="linenumber">266</context>
4076 </context-group>
4077 </trans-unit>
4078 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
4079 <source>
4080 OK
4081 </source>
4082 <target></target>
4083 <context-group purpose="location">
4084 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
4085 <context context-type="linenumber">269</context>
4086 </context-group>
4087 </trans-unit>
4088 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
4089 <source>1 Comment</source>
4090 <target></target>
4091 <context-group purpose="location">
4092 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4093 <context context-type="linenumber">6</context>
4094 </context-group>
4095 </trans-unit>
4096 <trans-unit id="8164af7bbe7fb9a3d2064ddf2627a7a4d5446575" datatype="html">
4097 <source><x id="INTERPOLATION" equiv-text="{{ componentPagination.totalItems }}"/> Comments</source>
4098 <target></target>
4099 <context-group purpose="location">
4100 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4101 <context context-type="linenumber">7</context>
4102 </context-group>
4103 </trans-unit>
4104 <trans-unit id="c5bb9f8936cb33db2ca351a1b87a984fdf11917c" datatype="html">
4105 <source>Comments</source>
4106 <target></target>
4107 <context-group purpose="location">
4108 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4109 <context context-type="linenumber">9</context>
4110 </context-group>
4111 </trans-unit>
4112 <trans-unit id="a87cd0a1633f944e697fa2ee68362d8bc11c41ee" datatype="html">
4113 <source>
4114 SORT BY
4115 </source>
4116 <target></target>
4117 <context-group purpose="location">
4118 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4119 <context context-type="linenumber">15</context>
4120 </context-group>
4121 </trans-unit>
4122 <trans-unit id="6d355ab9a2c6af4f7ffcb44dd8ca0c5572f958ca" datatype="html">
4123 <source>Most recent first (default)</source>
4124 <target></target>
4125 <context-group purpose="location">
4126 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4127 <context context-type="linenumber">19</context>
4128 </context-group>
4129 </trans-unit>
4130 <trans-unit id="df2d2cca87a54e75abb4196d10358579dd0321b4" datatype="html">
4131 <source>Most replies first</source>
4132 <target></target>
4133 <context-group purpose="location">
4134 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4135 <context context-type="linenumber">20</context>
4136 </context-group>
4137 </trans-unit>
4138 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4" datatype="html">
4139 <source>No comments.</source>
4140 <target></target>
4141 <context-group purpose="location">
4142 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4143 <context context-type="linenumber">32</context>
4144 </context-group>
4145 </trans-unit>
4146 <trans-unit id="ce6445567d33993fced14aae3456db909121d12e" datatype="html">
4147 <source>
4148 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others
4149 </source>
4150 <target></target>
4151 <context-group purpose="location">
4152 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4153 <context context-type="linenumber">78</context>
4154 </context-group>
4155 </trans-unit>
4156 <trans-unit id="8487d97def3c5336b1cde21c7da14e61a9633061" datatype="html">
4157 <source>
4158 View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/>
4159 </source>
4160 <target></target>
4161 <context-group purpose="location">
4162 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4163 <context context-type="linenumber">81</context>
4164 </context-group>
4165 </trans-unit>
4166 <trans-unit id="dce85627dad907cb2013d06f97f82ad7bf87b0a6" datatype="html">
4167 <source>View <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
4168 <target></target>
4169 <context-group purpose="location">
4170 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4171 <context context-type="linenumber">85</context>
4172 </context-group>
4173 </trans-unit>
4174 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
4175 <source>
4176 Comments are disabled.
4177 </source>
4178 <target></target>
4179 <context-group purpose="location">
4180 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
4181 <context context-type="linenumber">95</context>
4182 </context-group>
4183 </trans-unit>
4184 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
4185 <source>Add comment...</source>
4186 <target></target>
4187 <context-group purpose="location">
4188 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4189 <context context-type="linenumber">6</context>
4190 </context-group>
4191 </trans-unit>
4192 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
4193 <source>
4194 Cancel
4195 </source>
4196 <target></target>
4197 <context-group purpose="location">
4198 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4199 <context context-type="linenumber">20</context>
4200 </context-group>
4201 </trans-unit>
4202 <trans-unit id="8956c0f4c6974289fc63f1ab6b54f5b32ed65eeb" datatype="html">
4203 <source>
4204 Reply
4205 </source>
4206 <target></target>
4207 <context-group purpose="location">
4208 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4209 <context context-type="linenumber">23</context>
4210 </context-group>
4211 </trans-unit>
4212 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135" datatype="html">
4213 <source>You are one step away from commenting</source>
4214 <target></target>
4215 <context-group purpose="location">
4216 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4217 <context context-type="linenumber">31</context>
4218 </context-group>
4219 </trans-unit>
4220 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
4221 <source>
4222 You can comment using an account on any ActivityPub-compatible instance.
4223 On most platforms, you can find the video by typing its URL in the search bar and then comment it
4224 from within the software's interface.
4225 </source>
4226 <target></target>
4227 <context-group purpose="location">
4228 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4229 <context context-type="linenumber">35</context>
4230 </context-group>
4231 </trans-unit>
4232 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb" datatype="html">
4233 <source>
4234 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
4235 </source>
4236 <target></target>
4237 <context-group purpose="location">
4238 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4239 <context context-type="linenumber">40</context>
4240 </context-group>
4241 </trans-unit>
4242 <trans-unit id="413bcc4a4c824366e17673f38cb2af4619e940e2" datatype="html">
4243 <source>Login to comment</source>
4244 <target></target>
4245 <context-group purpose="location">
4246 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
4247 <context context-type="linenumber">52</context>
4248 </context-group>
4249 </trans-unit>
4250 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285" datatype="html">
4251 <source>Highlighted comment</source>
4252 <target></target>
4253 <context-group purpose="location">
4254 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
4255 <context context-type="linenumber">20</context>
4256 </context-group>
4257 </trans-unit>
4258 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
4259 <source>Reply</source>
4260 <target></target>
4261 <context-group purpose="location">
4262 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
4263 <context context-type="linenumber">38</context>
4264 </context-group>
4265 </trans-unit>
4266 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
4267 <source>This comment has been deleted</source>
4268 <target></target>
4269 <context-group purpose="location">
4270 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
4271 <context context-type="linenumber">55</context>
4272 </context-group>
4273 </trans-unit>
4274 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
4275 <source>Follows &amp; redundancies</source>
4276 <target></target>
4277 <context-group purpose="location">
4278 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4279 <context context-type="linenumber">2</context>
4280 </context-group>
4281 </trans-unit>
4282 <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936" datatype="html">
4283 <source>Following</source>
4284 <target></target>
4285 <context-group purpose="location">
4286 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4287 <context context-type="linenumber">5</context>
4288 </context-group>
4289 </trans-unit>
4290 <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
4291 <source>Followers</source>
4292 <target></target>
4293 <context-group purpose="location">
4294 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4295 <context context-type="linenumber">7</context>
4296 </context-group>
4297 </trans-unit>
4298 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
4299 <source>Video redundancies</source>
4300 <target></target>
4301 <context-group purpose="location">
4302 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
4303 <context context-type="linenumber">9</context>
4304 </context-group>
4305 </trans-unit>
4306 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
4307 <source>Filter...</source>
4308 <target></target>
4309 <context-group purpose="location">
4310 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4311 <context context-type="linenumber">11</context>
4312 </context-group>
4313 <context-group purpose="location">
4314 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4315 <context context-type="linenumber">11</context>
4316 </context-group>
4317 <context-group purpose="location">
4318 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4319 <context context-type="linenumber">30</context>
4320 </context-group>
4321 <context-group purpose="location">
4322 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4323 <context context-type="linenumber">12</context>
4324 </context-group>
4325 <context-group purpose="location">
4326 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4327 <context context-type="linenumber">27</context>
4328 </context-group>
4329 <context-group purpose="location">
4330 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4331 <context context-type="linenumber">11</context>
4332 </context-group>
4333 <context-group purpose="location">
4334 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4335 <context context-type="linenumber">11</context>
4336 </context-group>
4337 </trans-unit>
4338 <trans-unit id="1e5e23363e949f7dcbaf034bdb141a561132a10e" datatype="html">
4339 <source>Clear filters</source>
4340 <target></target>
4341 <context-group purpose="location">
4342 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4343 <context context-type="linenumber">15</context>
4344 </context-group>
4345 <context-group purpose="location">
4346 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4347 <context context-type="linenumber">15</context>
4348 </context-group>
4349 <context-group purpose="location">
4350 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4351 <context context-type="linenumber">34</context>
4352 </context-group>
4353 <context-group purpose="location">
4354 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4355 <context context-type="linenumber">16</context>
4356 </context-group>
4357 <context-group purpose="location">
4358 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4359 <context context-type="linenumber">31</context>
4360 </context-group>
4361 <context-group purpose="location">
4362 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4363 <context context-type="linenumber">15</context>
4364 </context-group>
4365 <context-group purpose="location">
4366 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
4367 <context context-type="linenumber">15</context>
4368 </context-group>
4369 </trans-unit>
4370 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
4371 <source>Follower handle</source>
4372 <target></target>
4373 <context-group purpose="location">
4374 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4375 <context context-type="linenumber">22</context>
4376 </context-group>
4377 </trans-unit>
4378 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
4379 <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>
4380 <target></target>
4381 <context-group purpose="location">
4382 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4383 <context context-type="linenumber">23</context>
4384 </context-group>
4385 <context-group purpose="location">
4386 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4387 <context context-type="linenumber">27</context>
4388 </context-group>
4389 <context-group purpose="location">
4390 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4391 <context context-type="linenumber">43</context>
4392 </context-group>
4393 </trans-unit>
4394 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4395 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4396 <target></target>
4397 <context-group purpose="location">
4398 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4399 <context context-type="linenumber">24</context>
4400 </context-group>
4401 </trans-unit>
4402 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
4403 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4404 <target></target>
4405 <context-group purpose="location">
4406 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4407 <context context-type="linenumber">25</context>
4408 </context-group>
4409 <context-group purpose="location">
4410 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4411 <context context-type="linenumber">28</context>
4412 </context-group>
4413 <context-group purpose="location">
4414 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4415 <context context-type="linenumber">50</context>
4416 </context-group>
4417 <context-group purpose="location">
4418 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4419 <context context-type="linenumber">42</context>
4420 </context-group>
4421 <context-group purpose="location">
4422 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4423 <context context-type="linenumber">31</context>
4424 </context-group>
4425 <context-group purpose="location">
4426 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4427 <context context-type="linenumber">12</context>
4428 </context-group>
4429 </trans-unit>
4430 <trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
4431 <source>Open actor page in a new tab</source>
4432 <target></target>
4433 <context-group purpose="location">
4434 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4435 <context context-type="linenumber">33</context>
4436 </context-group>
4437 </trans-unit>
4438 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
4439 <source>Accepted</source>
4440 <target></target>
4441 <context-group purpose="location">
4442 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4443 <context context-type="linenumber">39</context>
4444 </context-group>
4445 <context-group purpose="location">
4446 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4447 <context context-type="linenumber">43</context>
4448 </context-group>
4449 </trans-unit>
4450 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
4451 <source>Pending</source>
4452 <target></target>
4453 <context-group purpose="location">
4454 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4455 <context context-type="linenumber">40</context>
4456 </context-group>
4457 <context-group purpose="location">
4458 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4459 <context context-type="linenumber">44</context>
4460 </context-group>
4461 </trans-unit>
4462 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
4463 <source>Accept</source>
4464 <target></target>
4465 <context-group purpose="location">
4466 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4467 <context context-type="linenumber">47</context>
4468 </context-group>
4469 <context-group purpose="location">
4470 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4471 <context context-type="linenumber">41</context>
4472 </context-group>
4473 </trans-unit>
4474 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
4475 <source>Refuse</source>
4476 <target></target>
4477 <context-group purpose="location">
4478 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4479 <context context-type="linenumber">48</context>
4480 </context-group>
4481 <context-group purpose="location">
4482 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4483 <context context-type="linenumber">42</context>
4484 </context-group>
4485 </trans-unit>
4486 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
4487 <source>No follower found matching current filters.</source>
4488 <target></target>
4489 <context-group purpose="location">
4490 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4491 <context context-type="linenumber">60</context>
4492 </context-group>
4493 </trans-unit>
4494 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
4495 <source>Your instance doesn't have any follower.</source>
4496 <target></target>
4497 <context-group purpose="location">
4498 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4499 <context context-type="linenumber">61</context>
4500 </context-group>
4501 </trans-unit>
4502 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
4503 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
4504 <target></target>
4505 <context-group purpose="location">
4506 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
4507 <context context-type="linenumber">5</context>
4508 </context-group>
4509 </trans-unit>
4510 <trans-unit id="270a185f179774aa3cee3120ed4f5650e8816b9f" datatype="html">
4511 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/></source>
4512 <target></target>
4513 <context-group purpose="location">
4514 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
4515 <context context-type="linenumber">3</context>
4516 </context-group>
4517 </trans-unit>
4518 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
4519 <source>1 host (without "http://") per line</source>
4520 <target></target>
4521 <context-group purpose="location">
4522 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.html</context>
4523 <context context-type="linenumber">11</context>
4524 </context-group>
4525 </trans-unit>
4526 <trans-unit id="3a23875897fb8099f85410700fcca415626621a3" datatype="html">
4527 <source>Follow domain</source>
4528 <target></target>
4529 <context-group purpose="location">
4530 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4531 <context context-type="linenumber">19</context>
4532 </context-group>
4533 </trans-unit>
4534 <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
4535 <source>Host</source>
4536 <target></target>
4537 <context-group purpose="location">
4538 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4539 <context context-type="linenumber">26</context>
4540 </context-group>
4541 </trans-unit>
4542 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
4543 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4544 <target></target>
4545 <context-group purpose="location">
4546 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4547 <context context-type="linenumber">29</context>
4548 </context-group>
4549 </trans-unit>
4550 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
4551 <source>Open instance in a new tab</source>
4552 <target></target>
4553 <context-group purpose="location">
4554 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4555 <context context-type="linenumber">37</context>
4556 </context-group>
4557 <context-group purpose="location">
4558 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4559 <context context-type="linenumber">35</context>
4560 </context-group>
4561 </trans-unit>
4562 <trans-unit id="d9b4b939363bf385cbb7828c1535f2e2a5e0d362" datatype="html">
4563 <source>No host found matching current filters.</source>
4564 <target></target>
4565 <context-group purpose="location">
4566 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4567 <context context-type="linenumber">62</context>
4568 </context-group>
4569 </trans-unit>
4570 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
4571 <source>Your instance is not following anyone.</source>
4572 <target></target>
4573 <context-group purpose="location">
4574 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4575 <context context-type="linenumber">63</context>
4576 </context-group>
4577 </trans-unit>
4578 <trans-unit id="b2ddee45fe4c3ebc20f39ed10ef70505c9eb65ce" datatype="html">
4579 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</source>
4580 <target></target>
4581 <context-group purpose="location">
4582 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4583 <context context-type="linenumber">5</context>
4584 </context-group>
4585 </trans-unit>
4586 <trans-unit id="2aebea85561b74dd33ae2481bb942b8c4beb5524" datatype="html">
4587 <source>
4588 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4589 </source>
4590 <target></target>
4591 <context-group purpose="location">
4592 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4593 <context context-type="linenumber">72</context>
4594 </context-group>
4595 </trans-unit>
4596 <trans-unit id="f697b4a4f0b6413284269de48a9e1a43a362646f" datatype="html">
4597 <source>Follow domains</source>
4598 <target></target>
4599 <context-group purpose="location">
4600 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
4601 <context context-type="linenumber">70</context>
4602 </context-group>
4603 </trans-unit>
4604 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
4605 <source>My videos duplicated by remote instances</source>
4606 <target></target>
4607 <context-group purpose="location">
4608 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4609 <context context-type="linenumber">7</context>
4610 </context-group>
4611 </trans-unit>
4612 <trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
4613 <source>Remote videos duplicated by my instance</source>
4614 <target></target>
4615 <context-group purpose="location">
4616 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4617 <context context-type="linenumber">8</context>
4618 </context-group>
4619 </trans-unit>
4620 <trans-unit id="05f5612d42b02be4d6d9e0a99585ae7e30a91780" datatype="html">
4621 <source>Strategy</source>
4622 <target></target>
4623 <context-group purpose="location">
4624 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4625 <context context-type="linenumber">22</context>
4626 </context-group>
4627 </trans-unit>
4628 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
4629 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
4630 <target></target>
4631 <context-group purpose="location">
4632 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4633 <context context-type="linenumber">23</context>
4634 </context-group>
4635 <context-group purpose="location">
4636 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4637 <context context-type="linenumber">24</context>
4638 </context-group>
4639 </trans-unit>
4640 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
4641 <source>Total size</source>
4642 <target></target>
4643 <context-group purpose="location">
4644 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4645 <context context-type="linenumber">24</context>
4646 </context-group>
4647 </trans-unit>
4648 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
4649 <source>List redundancies</source>
4650 <target></target>
4651 <context-group purpose="location">
4652 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4653 <context context-type="linenumber">33</context>
4654 </context-group>
4655 </trans-unit>
4656 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4657 <source>Open video in a new tab</source>
4658 <target></target>
4659 <context-group purpose="location">
4660 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4661 <context context-type="linenumber">41</context>
4662 </context-group>
4663 <context-group purpose="location">
4664 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4665 <context context-type="linenumber">42</context>
4666 </context-group>
4667 <context-group purpose="location">
4668 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4669 <context context-type="linenumber">74</context>
4670 </context-group>
4671 </trans-unit>
4672 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
4673 <source>Your instance doesn't mirror any video.</source>
4674 <target></target>
4675 <context-group purpose="location">
4676 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4677 <context context-type="linenumber">77</context>
4678 </context-group>
4679 </trans-unit>
4680 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
4681 <source>Your instance has no mirrored videos.</source>
4682 <target></target>
4683 <context-group purpose="location">
4684 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4685 <context context-type="linenumber">78</context>
4686 </context-group>
4687 </trans-unit>
4688 <trans-unit id="0e96ed54157e69989a2c0bcce2f62399accdaa27" datatype="html">
4689 <source>Enabled strategies stats</source>
4690 <target></target>
4691 <context-group purpose="location">
4692 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4693 <context context-type="linenumber">87</context>
4694 </context-group>
4695 </trans-unit>
4696 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
4697 <source>
4698 No redundancy strategy is enabled on your instance.
4699 </source>
4700 <target></target>
4701 <context-group purpose="location">
4702 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
4703 <context context-type="linenumber">91</context>
4704 </context-group>
4705 </trans-unit>
4706 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4707 <source>Users</source>
4708 <target></target>
4709 <context-group purpose="location">
4710 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4711 <context context-type="linenumber">4</context>
4712 </context-group>
4713 <context-group purpose="location">
4714 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4715 <context context-type="linenumber">4</context>
4716 </context-group>
4717 </trans-unit>
4718 <trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
4719 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source>
4720 <target></target>
4721 <context-group purpose="location">
4722 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4723 <context context-type="linenumber">24</context>
4724 </context-group>
4725 <context-group purpose="location">
4726 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4727 <context context-type="linenumber">24</context>
4728 </context-group>
4729 </trans-unit>
4730 <trans-unit id="bcf8ce898a641416913d16b5dc39385e83ca069c" datatype="html">
4731 <source>{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</source>
4732 <target></target>
4733 <context-group purpose="location">
4734 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4735 <context context-type="linenumber">30</context>
4736 </context-group>
4737 <context-group purpose="location">
4738 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4739 <context context-type="linenumber">30</context>
4740 </context-group>
4741 </trans-unit>
4742 <trans-unit id="8b3b364967f953009a4b83c53ed5cf0b5ff3902a" datatype="html">
4743 <source>{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }</source>
4744 <target></target>
4745 <context-group purpose="location">
4746 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4747 <context context-type="linenumber">36</context>
4748 </context-group>
4749 <context-group purpose="location">
4750 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4751 <context context-type="linenumber">36</context>
4752 </context-group>
4753 </trans-unit>
4754 <trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html">
4755 <source>Incriminated in reports</source>
4756 <target></target>
4757 <context-group purpose="location">
4758 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4759 <context context-type="linenumber">42</context>
4760 </context-group>
4761 <context-group purpose="location">
4762 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4763 <context context-type="linenumber">42</context>
4764 </context-group>
4765 </trans-unit>
4766 <trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html">
4767 <source>Authored reports accepted</source>
4768 <target></target>
4769 <context-group purpose="location">
4770 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4771 <context context-type="linenumber">48</context>
4772 </context-group>
4773 <context-group purpose="location">
4774 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4775 <context context-type="linenumber">48</context>
4776 </context-group>
4777 </trans-unit>
4778 <trans-unit id="8e29da1e7e8def288e5cf788c6f5ac6e5824259c" datatype="html">
4779 <source>{VAR_PLURAL, plural, =1 {Comment} other {Comments} }</source>
4780 <target></target>
4781 <context-group purpose="location">
4782 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4783 <context context-type="linenumber">54</context>
4784 </context-group>
4785 <context-group purpose="location">
4786 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4787 <context context-type="linenumber">54</context>
4788 </context-group>
4789 </trans-unit>
4790 <trans-unit id="53ddc7cf814d93205e987d607dbcfcf9cd74b59a" datatype="html">
4791 <source>NEW USER</source>
4792 <target></target>
4793 <context-group purpose="location">
4794 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4795 <context context-type="linenumber">73</context>
4796 </context-group>
4797 <context-group purpose="location">
4798 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4799 <context context-type="linenumber">73</context>
4800 </context-group>
4801 </trans-unit>
4802 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48" datatype="html">
4803 <source>Username</source>
4804 <target></target>
4805 <context-group purpose="location">
4806 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4807 <context context-type="linenumber">83</context>
4808 </context-group>
4809 <context-group purpose="location">
4810 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4811 <context context-type="linenumber">83</context>
4812 </context-group>
4813 <context-group purpose="location">
4814 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
4815 <context context-type="linenumber">19</context>
4816 </context-group>
4817 </trans-unit>
4818 <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a" datatype="html">
4819 <source>john</source>
4820 <target></target>
4821 <context-group purpose="location">
4822 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4823 <context context-type="linenumber">85</context>
4824 </context-group>
4825 <context-group purpose="location">
4826 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4827 <context context-type="linenumber">85</context>
4828 </context-group>
4829 </trans-unit>
4830 <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05" datatype="html">
4831 <source>mail@example.com</source>
4832 <target></target>
4833 <context-group purpose="location">
4834 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4835 <context context-type="linenumber">96</context>
4836 </context-group>
4837 <context-group purpose="location">
4838 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4839 <context context-type="linenumber">96</context>
4840 </context-group>
4841 </trans-unit>
4842 <trans-unit id="8861667a66c0000e6ae144520026d55123cea117" datatype="html">
4843 <source>
4844 If you leave the password empty, an email will be sent to the user.
4845 </source>
4846 <target></target>
4847 <context-group purpose="location">
4848 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4849 <context context-type="linenumber">109</context>
4850 </context-group>
4851 <context-group purpose="location">
4852 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4853 <context context-type="linenumber">109</context>
4854 </context-group>
4855 </trans-unit>
4856 <trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html">
4857 <source>Role</source>
4858 <target></target>
4859 <context-group purpose="location">
4860 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4861 <context context-type="linenumber">124</context>
4862 </context-group>
4863 <context-group purpose="location">
4864 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4865 <context context-type="linenumber">124</context>
4866 </context-group>
4867 <context-group purpose="location">
4868 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4869 <context context-type="linenumber">48</context>
4870 </context-group>
4871 </trans-unit>
4872 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
4873 <source>
4874 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4875 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
4876 </source>
4877 <target></target>
4878 <context-group purpose="location">
4879 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4880 <context context-type="linenumber">148</context>
4881 </context-group>
4882 <context-group purpose="location">
4883 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4884 <context context-type="linenumber">148</context>
4885 </context-group>
4886 </trans-unit>
4887 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496" datatype="html">
4888 <source>Daily video quota</source>
4889 <target></target>
4890 <context-group purpose="location">
4891 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4892 <context context-type="linenumber">155</context>
4893 </context-group>
4894 <context-group purpose="location">
4895 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4896 <context context-type="linenumber">155</context>
4897 </context-group>
4898 <context-group purpose="location">
4899 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4900 <context context-type="linenumber">18</context>
4901 </context-group>
4902 </trans-unit>
4903 <trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html">
4904 <source>Doesn't need review before a video goes public</source>
4905 <target></target>
4906 <context-group purpose="location">
4907 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4908 <context context-type="linenumber">168</context>
4909 </context-group>
4910 <context-group purpose="location">
4911 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4912 <context context-type="linenumber">168</context>
4913 </context-group>
4914 </trans-unit>
4915 <trans-unit id="e6c299a11dadb59bf789ecc5d85eb1a1ebff4613" datatype="html">
4916 <source>DANGER ZONE</source>
4917 <target></target>
4918 <context-group purpose="location">
4919 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4920 <context context-type="linenumber">186</context>
4921 </context-group>
4922 <context-group purpose="location">
4923 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4924 <context context-type="linenumber">186</context>
4925 </context-group>
4926 <context-group purpose="location">
4927 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4928 <context context-type="linenumber">83</context>
4929 </context-group>
4930 </trans-unit>
4931 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html">
4932 <source>Send a link to reset the password by email to the user</source>
4933 <target></target>
4934 <context-group purpose="location">
4935 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4936 <context context-type="linenumber">193</context>
4937 </context-group>
4938 <context-group purpose="location">
4939 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4940 <context context-type="linenumber">193</context>
4941 </context-group>
4942 </trans-unit>
4943 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html">
4944 <source>Ask for new password</source>
4945 <target></target>
4946 <context-group purpose="location">
4947 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4948 <context context-type="linenumber">194</context>
4949 </context-group>
4950 <context-group purpose="location">
4951 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4952 <context context-type="linenumber">194</context>
4953 </context-group>
4954 </trans-unit>
4955 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html">
4956 <source>Manually set the user password</source>
4957 <target></target>
4958 <context-group purpose="location">
4959 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4960 <context context-type="linenumber">198</context>
4961 </context-group>
4962 <context-group purpose="location">
4963 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4964 <context context-type="linenumber">198</context>
4965 </context-group>
4966 </trans-unit>
4967 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html">
4968 <source>Show</source>
4969 <target></target>
4970 <context-group purpose="location">
4971 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context>
4972 <context context-type="linenumber">10</context>
4973 </context-group>
4974 </trans-unit>
4975 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74" datatype="html">
4976 <source>Hide</source>
4977 <target></target>
4978 <context-group purpose="location">
4979 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context>
4980 <context context-type="linenumber">11</context>
4981 </context-group>
4982 </trans-unit>
4983 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f" datatype="html">
4984 <source>Users list</source>
4985 <target></target>
4986 <context-group purpose="location">
4987 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4988 <context context-type="linenumber">2</context>
4989 </context-group>
4990 </trans-unit>
4991 <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
4992 <source>Create user</source>
4993 <target></target>
4994 <context-group purpose="location">
4995 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4996 <context context-type="linenumber">6</context>
4997 </context-group>
4998 </trans-unit>
4999 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
5000 <source>Batch actions</source>
5001 <target></target>
5002 <context-group purpose="location">
5003 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5004 <context context-type="linenumber">22</context>
5005 </context-group>
5006 </trans-unit>
5007 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
5008 <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>
5009 <target></target>
5010 <context-group purpose="location">
5011 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5012 <context context-type="linenumber">45</context>
5013 </context-group>
5014 </trans-unit>
5015 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
5016 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
5017 <target></target>
5018 <context-group purpose="location">
5019 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5020 <context context-type="linenumber">47</context>
5021 </context-group>
5022 </trans-unit>
5023 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
5024 <source>Auth plugin</source>
5025 <target></target>
5026 <context-group purpose="location">
5027 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5028 <context context-type="linenumber">49</context>
5029 </context-group>
5030 </trans-unit>
5031 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
5032 <source>(banned)</source>
5033 <target></target>
5034 <context-group purpose="location">
5035 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5036 <context context-type="linenumber">82</context>
5037 </context-group>
5038 </trans-unit>
5039 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
5040 <source>Open account in a new tab</source>
5041 <target></target>
5042 <context-group purpose="location">
5043 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5044 <context context-type="linenumber">69</context>
5045 </context-group>
5046 <context-group purpose="location">
5047 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5048 <context context-type="linenumber">57</context>
5049 </context-group>
5050 <context-group purpose="location">
5051 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5052 <context context-type="linenumber">31</context>
5053 </context-group>
5054 </trans-unit>
5055 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
5056 <source>User's email must be verified to login</source>
5057 <target></target>
5058 <context-group purpose="location">
5059 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5060 <context context-type="linenumber">89</context>
5061 </context-group>
5062 </trans-unit>
5063 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
5064 <source>User's email is verified / User can login without email verification</source>
5065 <target></target>
5066 <context-group purpose="location">
5067 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5068 <context context-type="linenumber">93</context>
5069 </context-group>
5070 </trans-unit>
5071 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
5072 <source>Ban reason:</source>
5073 <target></target>
5074 <context-group purpose="location">
5075 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5076 <context context-type="linenumber">118</context>
5077 </context-group>
5078 </trans-unit>
5079 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
5080 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
5081 <target></target>
5082 <context-group purpose="location">
5083 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
5084 <context context-type="linenumber">15</context>
5085 </context-group>
5086 </trans-unit>
5087 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
5088 <source>Moderation</source>
5089 <target></target>
5090 <context-group purpose="location">
5091 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
5092 <context context-type="linenumber">2</context>
5093 </context-group>
5094 </trans-unit>
5095 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e" datatype="html">
5096 <source>Video abuses</source>
5097 <target></target>
5098 <context-group purpose="location">
5099 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
5100 <context context-type="linenumber">5</context>
5101 </context-group>
5102 </trans-unit>
5103 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html">
5104 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
5105 <target></target>
5106 <context-group purpose="location">
5107 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
5108 <context context-type="linenumber">7</context>
5109 </context-group>
5110 </trans-unit>
5111 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45" datatype="html">
5112 <source>Auto-blacklisted videos</source>
5113 <target></target>
5114 <context-group purpose="location">
5115 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
5116 <context context-type="linenumber">9</context>
5117 </context-group>
5118 </trans-unit>
5119 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c" datatype="html">
5120 <source>Muted accounts</source>
5121 <target></target>
5122 <context-group purpose="location">
5123 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
5124 <context context-type="linenumber">11</context>
5125 </context-group>
5126 <context-group purpose="location">
5127 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
5128 <context context-type="linenumber">2</context>
5129 </context-group>
5130 </trans-unit>
5131 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2" datatype="html">
5132 <source>Muted servers</source>
5133 <target></target>
5134 <context-group purpose="location">
5135 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
5136 <context context-type="linenumber">13</context>
5137 </context-group>
5138 </trans-unit>
5139 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
5140 <source>Sensitive</source>
5141 <target></target>
5142 <context-group purpose="location">
5143 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5144 <context context-type="linenumber">25</context>
5145 </context-group>
5146 </trans-unit>
5147 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
5148 <source>Unfederated</source>
5149 <target></target>
5150 <context-group purpose="location">
5151 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5152 <context context-type="linenumber">26</context>
5153 </context-group>
5154 </trans-unit>
5155 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
5156 <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>
5157 <target></target>
5158 <context-group purpose="location">
5159 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5160 <context context-type="linenumber">27</context>
5161 </context-group>
5162 </trans-unit>
5163 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
5164 <source>Video was blacklisted</source>
5165 <target></target>
5166 <context-group purpose="location">
5167 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5168 <context context-type="linenumber">50</context>
5169 </context-group>
5170 <context-group purpose="location">
5171 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5172 <context context-type="linenumber">89</context>
5173 </context-group>
5174 </trans-unit>
5175 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
5176 <source>Actions</source>
5177 <target></target>
5178 <context-group purpose="location">
5179 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5180 <context context-type="linenumber">72</context>
5181 </context-group>
5182 <context-group purpose="location">
5183 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5184 <context context-type="linenumber">123</context>
5185 </context-group>
5186 </trans-unit>
5187 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
5188 <source>Blacklist reason:</source>
5189 <target></target>
5190 <context-group purpose="location">
5191 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5192 <context context-type="linenumber">82</context>
5193 </context-group>
5194 </trans-unit>
5195 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
5196 <source>No blacklisted video found matching current filters.</source>
5197 <target></target>
5198 <context-group purpose="location">
5199 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5200 <context context-type="linenumber">93</context>
5201 </context-group>
5202 </trans-unit>
5203 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
5204 <source>No blacklisted video found.</source>
5205 <target></target>
5206 <context-group purpose="location">
5207 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5208 <context context-type="linenumber">94</context>
5209 </context-group>
5210 </trans-unit>
5211 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
5212 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
5213 <target></target>
5214 <context-group purpose="location">
5215 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
5216 <context context-type="linenumber">5</context>
5217 </context-group>
5218 </trans-unit>
5219 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
5220 <source>Moderation comment</source>
5221 <target></target>
5222 <context-group purpose="location">
5223 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
5224 <context context-type="linenumber">3</context>
5225 </context-group>
5226 </trans-unit>
5227 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html">
5228 <source>
5229 This comment can only be seen by you or the other moderators.
5230 </source>
5231 <target></target>
5232 <context-group purpose="location">
5233 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
5234 <context context-type="linenumber">20</context>
5235 </context-group>
5236 </trans-unit>
5237 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
5238 <source>Update this comment</source>
5239 <target></target>
5240 <context-group purpose="location">
5241 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
5242 <context context-type="linenumber">31</context>
5243 </context-group>
5244 </trans-unit>
5245 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
5246 <source>Advanced report filters</source>
5247 <target></target>
5248 <context-group purpose="location">
5249 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5250 <context context-type="linenumber">18</context>
5251 </context-group>
5252 </trans-unit>
5253 <trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
5254 <source>Unsolved reports</source>
5255 <target></target>
5256 <context-group purpose="location">
5257 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5258 <context context-type="linenumber">19</context>
5259 </context-group>
5260 </trans-unit>
5261 <trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
5262 <source>Accepted reports</source>
5263 <target></target>
5264 <context-group purpose="location">
5265 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5266 <context context-type="linenumber">20</context>
5267 </context-group>
5268 </trans-unit>
5269 <trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
5270 <source>Refused reports</source>
5271 <target></target>
5272 <context-group purpose="location">
5273 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5274 <context context-type="linenumber">21</context>
5275 </context-group>
5276 </trans-unit>
5277 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
5278 <source>Reports with blacklisted videos</source>
5279 <target></target>
5280 <context-group purpose="location">
5281 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5282 <context context-type="linenumber">22</context>
5283 </context-group>
5284 </trans-unit>
5285 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
5286 <source>Reports with deleted videos</source>
5287 <target></target>
5288 <context-group purpose="location">
5289 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5290 <context context-type="linenumber">23</context>
5291 </context-group>
5292 </trans-unit>
5293 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
5294 <source>Reporter</source>
5295 <target></target>
5296 <context-group purpose="location">
5297 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5298 <context context-type="linenumber">40</context>
5299 </context-group>
5300 <context-group purpose="location">
5301 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5302 <context context-type="linenumber">7</context>
5303 </context-group>
5304 </trans-unit>
5305 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
5306 <source>Video</source>
5307 <target></target>
5308 <context-group purpose="location">
5309 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5310 <context context-type="linenumber">41</context>
5311 </context-group>
5312 <context-group purpose="location">
5313 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
5314 <context context-type="linenumber">14</context>
5315 </context-group>
5316 <context-group purpose="location">
5317 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5318 <context context-type="linenumber">10</context>
5319 </context-group>
5320 </trans-unit>
5321 <trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
5322 <source>This video has been reported multiple times.</source>
5323 <target></target>
5324 <context-group purpose="location">
5325 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5326 <context context-type="linenumber">80</context>
5327 </context-group>
5328 </trans-unit>
5329 <trans-unit id="70bedf516507a286eb030398795bdaef40500929" datatype="html">
5330 <source>by <x id="INTERPOLATION" equiv-text="{{ videoAbuse.video.channel?.displayName }}"/> on <x id="INTERPOLATION_1" equiv-text="{{ videoAbuse.video.channel?.host }}"/> </source>
5331 <target></target>
5332 <context-group purpose="location">
5333 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5334 <context context-type="linenumber">91</context>
5335 </context-group>
5336 <context-group purpose="location">
5337 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5338 <context context-type="linenumber">107</context>
5339 </context-group>
5340 </trans-unit>
5341 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
5342 <source>Video was deleted</source>
5343 <target></target>
5344 <context-group purpose="location">
5345 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5346 <context context-type="linenumber">98</context>
5347 </context-group>
5348 </trans-unit>
5349 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
5350 <source>No video abuses found matching current filters.</source>
5351 <target></target>
5352 <context-group purpose="location">
5353 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5354 <context context-type="linenumber">141</context>
5355 </context-group>
5356 </trans-unit>
5357 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
5358 <source>No video abuses found.</source>
5359 <target></target>
5360 <context-group purpose="location">
5361 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5362 <context context-type="linenumber">142</context>
5363 </context-group>
5364 </trans-unit>
5365 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
5366 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
5367 <target></target>
5368 <context-group purpose="location">
5369 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
5370 <context context-type="linenumber">5</context>
5371 </context-group>
5372 </trans-unit>
5373 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
5374 <source>
5375 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
5376 </source>
5377 <target></target>
5378 <context-group purpose="location">
5379 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5380 <context context-type="linenumber">20</context>
5381 </context-group>
5382 </trans-unit>
5383 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
5384 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
5385 <target></target>
5386 <context-group purpose="location">
5387 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5388 <context context-type="linenumber">21</context>
5389 </context-group>
5390 </trans-unit>
5391 <trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
5392 <source>Reportee</source>
5393 <target></target>
5394 <context-group purpose="location">
5395 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5396 <context context-type="linenumber">27</context>
5397 </context-group>
5398 </trans-unit>
5399 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
5400 <source>
5401 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
5402 </source>
5403 <target></target>
5404 <context-group purpose="location">
5405 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5406 <context context-type="linenumber">40</context>
5407 </context-group>
5408 </trans-unit>
5409 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
5410 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
5411 <target></target>
5412 <context-group purpose="location">
5413 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5414 <context context-type="linenumber">41</context>
5415 </context-group>
5416 </trans-unit>
5417 <trans-unit id="9da0107a35751e722c8b4bca7636fc7645dbdbdc" datatype="html">
5418 <source>Updated</source>
5419 <target></target>
5420 <context-group purpose="location">
5421 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5422 <context context-type="linenumber">47</context>
5423 </context-group>
5424 </trans-unit>
5425 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
5426 <source>Report</source>
5427 <target></target>
5428 <context-group purpose="location">
5429 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5430 <context context-type="linenumber">54</context>
5431 </context-group>
5432 </trans-unit>
5433 <trans-unit id="5c54befce78d70e20c215f10a00e617245f53bc9" datatype="html">
5434 <source>Note</source>
5435 <target></target>
5436 <context-group purpose="location">
5437 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5438 <context context-type="linenumber">61</context>
5439 </context-group>
5440 </trans-unit>
5441 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
5442 <source>The video was deleted</source>
5443 <target></target>
5444 <context-group purpose="location">
5445 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5446 <context context-type="linenumber">71</context>
5447 </context-group>
5448 </trans-unit>
5449 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
5450 <source>The video was blacklisted</source>
5451 <target></target>
5452 <context-group purpose="location">
5453 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
5454 <context context-type="linenumber">72</context>
5455 </context-group>
5456 </trans-unit>
5457 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
5458 <source>Unblacklist</source>
5459 <target></target>
5460 <context-group purpose="location">
5461 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
5462 <context context-type="linenumber">12</context>
5463 </context-group>
5464 <context-group purpose="location">
5465 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
5466 <context context-type="linenumber">17</context>
5467 </context-group>
5468 </trans-unit>
5469 <trans-unit id="a3ae5c724857d00c006273db314041ab0664c269" datatype="html">
5470 <source>Mute domain</source>
5471 <target></target>
5472 <context-group purpose="location">
5473 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5474 <context context-type="linenumber">19</context>
5475 </context-group>
5476 </trans-unit>
5477 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
5478 <source>Instance</source>
5479 <target></target>
5480 <context-group purpose="location">
5481 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5482 <context context-type="linenumber">26</context>
5483 </context-group>
5484 <context-group purpose="location">
5485 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
5486 <context context-type="linenumber">12</context>
5487 </context-group>
5488 <context-group purpose="location">
5489 <context context-type="sourcefile">src/app/+about/about.component.html</context>
5490 <context context-type="linenumber">5</context>
5491 </context-group>
5492 </trans-unit>
5493 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
5494 <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>
5495 <target></target>
5496 <context-group purpose="location">
5497 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5498 <context context-type="linenumber">27</context>
5499 </context-group>
5500 <context-group purpose="location">
5501 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5502 <context context-type="linenumber">23</context>
5503 </context-group>
5504 <context-group purpose="location">
5505 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
5506 <context context-type="linenumber">13</context>
5507 </context-group>
5508 <context-group purpose="location">
5509 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
5510 <context context-type="linenumber">13</context>
5511 </context-group>
5512 </trans-unit>
5513 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
5514 <source>Unmute</source>
5515 <target></target>
5516 <context-group purpose="location">
5517 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5518 <context context-type="linenumber">42</context>
5519 </context-group>
5520 <context-group purpose="location">
5521 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5522 <context context-type="linenumber">49</context>
5523 </context-group>
5524 <context-group purpose="location">
5525 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
5526 <context context-type="linenumber">23</context>
5527 </context-group>
5528 <context-group purpose="location">
5529 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
5530 <context context-type="linenumber">23</context>
5531 </context-group>
5532 </trans-unit>
5533 <trans-unit id="4cac34ce105daa25964c217fdf0515a0a6ee5db9" datatype="html">
5534 <source>No server found matching current filters.</source>
5535 <target></target>
5536 <context-group purpose="location">
5537 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5538 <context context-type="linenumber">51</context>
5539 </context-group>
5540 </trans-unit>
5541 <trans-unit id="0ba22bd964baaf0c2f85d6731fccca31dbf06dae" datatype="html">
5542 <source>No server found.</source>
5543 <target></target>
5544 <context-group purpose="location">
5545 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5546 <context context-type="linenumber">52</context>
5547 </context-group>
5548 </trans-unit>
5549 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
5550 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
5551 <target></target>
5552 <context-group purpose="location">
5553 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5554 <context context-type="linenumber">5</context>
5555 </context-group>
5556 </trans-unit>
5557 <trans-unit id="c7b73cded84adfa978aae675417f4bb688631a71" datatype="html">
5558 <source>Mute domains</source>
5559 <target></target>
5560 <context-group purpose="location">
5561 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
5562 <context context-type="linenumber">59</context>
5563 </context-group>
5564 </trans-unit>
5565 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
5566 <source>Account</source>
5567 <target></target>
5568 <context-group purpose="location">
5569 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5570 <context context-type="linenumber">22</context>
5571 </context-group>
5572 <context-group purpose="location">
5573 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
5574 <context context-type="linenumber">12</context>
5575 </context-group>
5576 </trans-unit>
5577 <trans-unit id="33c4091a2a2438ba655caa47ede7f7a82f5f0297" datatype="html">
5578 <source>No account found matching current filters.</source>
5579 <target></target>
5580 <context-group purpose="location">
5581 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5582 <context context-type="linenumber">58</context>
5583 </context-group>
5584 </trans-unit>
5585 <trans-unit id="5d3b267bc054bb6b5743dd3d46ee58cff5141697" datatype="html">
5586 <source>No account found.</source>
5587 <target></target>
5588 <context-group purpose="location">
5589 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5590 <context context-type="linenumber">59</context>
5591 </context-group>
5592 </trans-unit>
5593 <trans-unit id="6c3f125145d398f0cbc07c5161b41f08116dbf01" datatype="html">
5594 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted accounts</source>
5595 <target></target>
5596 <context-group purpose="location">
5597 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
5598 <context context-type="linenumber">5</context>
5599 </context-group>
5600 </trans-unit>
5601 <trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
5602 <source>Plugins/Themes</source>
5603 <target></target>
5604 <context-group purpose="location">
5605 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
5606 <context context-type="linenumber">2</context>
5607 </context-group>
5608 </trans-unit>
5609 <trans-unit id="86288c2ac6b43ed195f0bc8bce825a3ab8151b71" datatype="html">
5610 <source>Installed</source>
5611 <target></target>
5612 <context-group purpose="location">
5613 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
5614 <context context-type="linenumber">5</context>
5615 </context-group>
5616 </trans-unit>
5617 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
5618 <source>Go to the plugin homepage</source>
5619 <target></target>
5620 <context-group purpose="location">
5621 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
5622 <context context-type="linenumber">17</context>
5623 </context-group>
5624 <context-group purpose="location">
5625 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
5626 <context context-type="linenumber">21</context>
5627 </context-group>
5628 <context-group purpose="location">
5629 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5630 <context context-type="linenumber">40</context>
5631 </context-group>
5632 </trans-unit>
5633 <trans-unit id="1dfba504a0d0bf41da961d89d402dedecde5e30d" datatype="html">
5634 <source>Uninstall</source>
5635 <target></target>
5636 <context-group purpose="location">
5637 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
5638 <context context-type="linenumber">32</context>
5639 </context-group>
5640 </trans-unit>
5641 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
5642 <source>Search...</source>
5643 <target></target>
5644 <context-group purpose="location">
5645 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5646 <context context-type="linenumber">6</context>
5647 </context-group>
5648 </trans-unit>
5649 <trans-unit id="fcef699ec12dbd6fcf9881d527af2fd775ccfdc7" datatype="html">
5650 <source>
5651 To load your new installed plugins or themes, refresh the page.
5652</source>
5653 <target></target>
5654 <context-group purpose="location">
5655 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5656 <context context-type="linenumber">9</context>
5657 </context-group>
5658 </trans-unit>
5659 <trans-unit id="8fc026bb4b317bf3a6159c364818202f5bb95a4e" datatype="html">
5660 <source>Popular</source>
5661 <target></target>
5662 <context-group purpose="location">
5663 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5664 <context context-type="linenumber">16</context>
5665 </context-group>
5666 </trans-unit>
5667 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005" datatype="html">
5668 <source>
5669 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
5670 </source>
5671 <target></target>
5672 <context-group purpose="location">
5673 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5674 <context context-type="linenumber">22</context>
5675 </context-group>
5676 </trans-unit>
5677 <trans-unit id="b1363973a9482c7b0a7c4a1d066fd64625d40207" datatype="html">
5678 <source>
5679 No results.
5680</source>
5681 <target></target>
5682 <context-group purpose="location">
5683 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5684 <context context-type="linenumber">28</context>
5685 </context-group>
5686 </trans-unit>
5687 <trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html">
5688 <source>Go to the plugin npm package</source>
5689 <target></target>
5690 <context-group purpose="location">
5691 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
5692 <context context-type="linenumber">44</context>
5693 </context-group>
5694 </trans-unit>
5695 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
5696 <source>
5697 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
5698 </source>
5699 <target></target>
5700 <context-group purpose="location">
5701 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context>
5702 <context context-type="linenumber">47</context>
5703 </context-group>
5704 </trans-unit>
5705 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
5706 <source>System</source>
5707 <target></target>
5708 <context-group purpose="location">
5709 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5710 <context context-type="linenumber">2</context>
5711 </context-group>
5712 </trans-unit>
5713 <trans-unit id="43f1cc191ebc0b8ce89f6916aa634f5a57158798" datatype="html">
5714 <source>Jobs</source>
5715 <target></target>
5716 <context-group purpose="location">
5717 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5718 <context context-type="linenumber">5</context>
5719 </context-group>
5720 </trans-unit>
5721 <trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html">
5722 <source>Logs</source>
5723 <target></target>
5724 <context-group purpose="location">
5725 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5726 <context context-type="linenumber">7</context>
5727 </context-group>
5728 </trans-unit>
5729 <trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0" datatype="html">
5730 <source>Debug</source>
5731 <target></target>
5732 <context-group purpose="location">
5733 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
5734 <context context-type="linenumber">9</context>
5735 </context-group>
5736 </trans-unit>
5737 <trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
5738 <source>Job type</source>
5739 <target></target>
5740 <context-group purpose="location">
5741 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5742 <context context-type="linenumber">3</context>
5743 </context-group>
5744 </trans-unit>
5745 <trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
5746 <source>Job state</source>
5747 <target></target>
5748 <context-group purpose="location">
5749 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5750 <context context-type="linenumber">12</context>
5751 </context-group>
5752 </trans-unit>
5753 <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
5754 <source>ID</source>
5755 <target></target>
5756 <context-group purpose="location">
5757 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5758 <context context-type="linenumber">29</context>
5759 </context-group>
5760 </trans-unit>
5761 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
5762 <source>Type</source>
5763 <target></target>
5764 <context-group purpose="location">
5765 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5766 <context context-type="linenumber">30</context>
5767 </context-group>
5768 </trans-unit>
5769 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
5770 <source>State</source>
5771 <target></target>
5772 <context-group purpose="location">
5773 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5774 <context context-type="linenumber">32</context>
5775 </context-group>
5776 <context-group purpose="location">
5777 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
5778 <context context-type="linenumber">11</context>
5779 </context-group>
5780 </trans-unit>
5781 <trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
5782 <source>Delayed.</source>
5783 <target></target>
5784 <context-group purpose="location">
5785 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5786 <context context-type="linenumber">47</context>
5787 </context-group>
5788 </trans-unit>
5789 <trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
5790 <source>Will start soon...</source>
5791 <target></target>
5792 <context-group purpose="location">
5793 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5794 <context context-type="linenumber">48</context>
5795 </context-group>
5796 </trans-unit>
5797 <trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
5798 <source>Running...</source>
5799 <target></target>
5800 <context-group purpose="location">
5801 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5802 <context context-type="linenumber">49</context>
5803 </context-group>
5804 </trans-unit>
5805 <trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
5806 <source>Finished</source>
5807 <target></target>
5808 <context-group purpose="location">
5809 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5810 <context context-type="linenumber">50</context>
5811 </context-group>
5812 </trans-unit>
5813 <trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
5814 <source>Failed</source>
5815 <target></target>
5816 <context-group purpose="location">
5817 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
5818 <context context-type="linenumber">51</context>
5819 </context-group>
5820 </trans-unit>
5821 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
5822 <source>Refresh</source>
5823 <target></target>
5824 <context-group purpose="location">
5825 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
5826 <context context-type="linenumber">20</context>
5827 </context-group>
5828 </trans-unit>
5829 <trans-unit id="94516fa213706c67ce5a5b5765681d7fb032033a" datatype="html">
5830 <source>Loading...</source>
5831 <target></target>
5832 <context-group purpose="location">
5833 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
5834 <context context-type="linenumber">24</context>
5835 </context-group>
5836 </trans-unit>
5837 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
5838 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source>
5839 <target></target>
5840 <context-group purpose="location">
5841 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
5842 <context context-type="linenumber">32</context>
5843 </context-group>
5844 </trans-unit>
5845 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
5846 <source>Instance information</source>
5847 <target></target>
5848 <context-group purpose="location">
5849 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5850 <context context-type="linenumber">6</context>
5851 </context-group>
5852 </trans-unit>
5853 <trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html">
5854 <source>INSTANCE</source>
5855 <target></target>
5856 <context-group purpose="location">
5857 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5858 <context context-type="linenumber">14</context>
5859 </context-group>
5860 </trans-unit>
5861 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html">
5862 <source>Name</source>
5863 <target></target>
5864 <context-group purpose="location">
5865 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5866 <context context-type="linenumber">20</context>
5867 </context-group>
5868 <context-group purpose="location">
5869 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5870 <context context-type="linenumber">32</context>
5871 </context-group>
5872 <context-group purpose="location">
5873 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
5874 <context context-type="linenumber">32</context>
5875 </context-group>
5876 </trans-unit>
5877 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b" datatype="html">
5878 <source>Short description</source>
5879 <target></target>
5880 <context-group purpose="location">
5881 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5882 <context context-type="linenumber">29</context>
5883 </context-group>
5884 </trans-unit>
5885 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html">
5886 <source>Main instance categories</source>
5887 <target></target>
5888 <context-group purpose="location">
5889 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5890 <context context-type="linenumber">47</context>
5891 </context-group>
5892 </trans-unit>
5893 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
5894 <source>Main languages you/your moderators speak</source>
5895 <target></target>
5896 <context-group purpose="location">
5897 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5898 <context context-type="linenumber">59</context>
5899 </context-group>
5900 </trans-unit>
5901 <trans-unit id="f27b192f4d3153db7dc7044bea37e71655bfb3ea" datatype="html">
5902 <source>MODERATION &amp; NSFW</source>
5903 <target></target>
5904 <context-group purpose="location">
5905 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5906 <context context-type="linenumber">75</context>
5907 </context-group>
5908 </trans-unit>
5909 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
5910 <source>
5911 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team.
5912 </source>
5913 <target></target>
5914 <context-group purpose="location">
5915 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5916 <context context-type="linenumber">76</context>
5917 </context-group>
5918 </trans-unit>
5919 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
5920 <source>This instance is dedicated to sensitive or NSFW content</source>
5921 <target></target>
5922 <context-group purpose="location">
5923 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5924 <context context-type="linenumber">86</context>
5925 </context-group>
5926 </trans-unit>
5927 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
5928 <source>
5929 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
5930 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
5931 </source>
5932 <target></target>
5933 <context-group purpose="location">
5934 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5935 <context context-type="linenumber">90</context>
5936 </context-group>
5937 </trans-unit>
5938 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9" datatype="html">
5939 <source>Policy on videos containing sensitive content</source>
5940 <target></target>
5941 <context-group purpose="location">
5942 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5943 <context context-type="linenumber">99</context>
5944 </context-group>
5945 </trans-unit>
5946 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
5947 <source>
5948 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video.
5949 </source>
5950 <target></target>
5951 <context-group purpose="location">
5952 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5953 <context context-type="linenumber">103</context>
5954 </context-group>
5955 </trans-unit>
5956 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
5957 <source>Terms</source>
5958 <target></target>
5959 <context-group purpose="location">
5960 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5961 <context context-type="linenumber">121</context>
5962 </context-group>
5963 <context-group purpose="location">
5964 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5965 <context context-type="linenumber">77</context>
5966 </context-group>
5967 <context-group purpose="location">
5968 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5969 <context context-type="linenumber">88</context>
5970 </context-group>
5971 </trans-unit>
5972 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
5973 <source>Code of conduct</source>
5974 <target></target>
5975 <context-group purpose="location">
5976 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5977 <context context-type="linenumber">130</context>
5978 </context-group>
5979 <context-group purpose="location">
5980 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5981 <context context-type="linenumber">71</context>
5982 </context-group>
5983 <context-group purpose="location">
5984 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5985 <context context-type="linenumber">82</context>
5986 </context-group>
5987 </trans-unit>
5988 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
5989 <source>Moderation information</source>
5990 <target></target>
5991 <context-group purpose="location">
5992 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5993 <context context-type="linenumber">139</context>
5994 </context-group>
5995 <context-group purpose="location">
5996 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5997 <context context-type="linenumber">65</context>
5998 </context-group>
5999 <context-group purpose="location">
6000 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
6001 <context context-type="linenumber">76</context>
6002 </context-group>
6003 </trans-unit>
6004 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
6005 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
6006 <target></target>
6007 <context-group purpose="location">
6008 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6009 <context context-type="linenumber">140</context>
6010 </context-group>
6011 </trans-unit>
6012 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
6013 <source>YOU AND YOUR INSTANCE</source>
6014 <target></target>
6015 <context-group purpose="location">
6016 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6017 <context context-type="linenumber">154</context>
6018 </context-group>
6019 </trans-unit>
6020 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
6021 <source>Who is behind the instance?</source>
6022 <target></target>
6023 <context-group purpose="location">
6024 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6025 <context context-type="linenumber">160</context>
6026 </context-group>
6027 </trans-unit>
6028 <trans-unit id="963707d11903100147b40788e4f67cc93a234308" datatype="html">
6029 <source>A single person? A non-profit? A company?</source>
6030 <target></target>
6031 <context-group purpose="location">
6032 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6033 <context context-type="linenumber">161</context>
6034 </context-group>
6035 </trans-unit>
6036 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
6037 <source>Why did you create this instance?</source>
6038 <target></target>
6039 <context-group purpose="location">
6040 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6041 <context context-type="linenumber">172</context>
6042 </context-group>
6043 </trans-unit>
6044 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
6045 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
6046 <target></target>
6047 <context-group purpose="location">
6048 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6049 <context context-type="linenumber">173</context>
6050 </context-group>
6051 </trans-unit>
6052 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
6053 <source>How long do you plan to maintain this instance?</source>
6054 <target></target>
6055 <context-group purpose="location">
6056 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6057 <context context-type="linenumber">183</context>
6058 </context-group>
6059 </trans-unit>
6060 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
6061 <source>It's important to know for users who want to register on your instance</source>
6062 <target></target>
6063 <context-group purpose="location">
6064 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6065 <context context-type="linenumber">184</context>
6066 </context-group>
6067 </trans-unit>
6068 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
6069 <source>How will you finance the PeerTube server?</source>
6070 <target></target>
6071 <context-group purpose="location">
6072 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6073 <context context-type="linenumber">194</context>
6074 </context-group>
6075 </trans-unit>
6076 <trans-unit id="1bb1ca2264b1ab8be73deee74852a4e6d40101c5" datatype="html">
6077 <source>With your own funds? With user donations? Advertising?</source>
6078 <target></target>
6079 <context-group purpose="location">
6080 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6081 <context context-type="linenumber">195</context>
6082 </context-group>
6083 </trans-unit>
6084 <trans-unit id="434d9f89497fe693bb5e4cdce02925dec8d0281f" datatype="html">
6085 <source>OTHER INFORMATION</source>
6086 <target></target>
6087 <context-group purpose="location">
6088 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6089 <context context-type="linenumber">209</context>
6090 </context-group>
6091 </trans-unit>
6092 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
6093 <source>What server/hardware does the instance run on?</source>
6094 <target></target>
6095 <context-group purpose="location">
6096 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6097 <context context-type="linenumber">215</context>
6098 </context-group>
6099 </trans-unit>
6100 <trans-unit id="4a58b1d4aff414350b701aa587aeb39a1276307a" datatype="html">
6101 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
6102 <target></target>
6103 <context-group purpose="location">
6104 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6105 <context context-type="linenumber">216</context>
6106 </context-group>
6107 </trans-unit>
6108 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
6109 <source>Basic configuration</source>
6110 <target></target>
6111 <context-group purpose="location">
6112 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6113 <context context-type="linenumber">234</context>
6114 </context-group>
6115 </trans-unit>
6116 <trans-unit id="e18e5566ca6266c849208665c731805571333a8b" datatype="html">
6117 <source>APPEARANCE</source>
6118 <target></target>
6119 <context-group purpose="location">
6120 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6121 <context context-type="linenumber">240</context>
6122 </context-group>
6123 </trans-unit>
6124 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
6125 <source>
6126 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
6127 </source>
6128 <target></target>
6129 <context-group purpose="location">
6130 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6131 <context context-type="linenumber">241</context>
6132 </context-group>
6133 </trans-unit>
6134 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
6135 <source>default</source>
6136 <target></target>
6137 <context-group purpose="location">
6138 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6139 <context context-type="linenumber">254</context>
6140 </context-group>
6141 </trans-unit>
6142 <trans-unit id="a42daa4748e433f25a51f598627d10de9c88d5d3" datatype="html">
6143 <source>Landing page</source>
6144 <target></target>
6145 <context-group purpose="location">
6146 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6147 <context context-type="linenumber">263</context>
6148 </context-group>
6149 </trans-unit>
6150 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
6151 <source>Discover videos</source>
6152 <target></target>
6153 <context-group purpose="location">
6154 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6155 <context context-type="linenumber">266</context>
6156 </context-group>
6157 </trans-unit>
6158 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
6159 <source>Trending videos</source>
6160 <target></target>
6161 <context-group purpose="location">
6162 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6163 <context context-type="linenumber">267</context>
6164 </context-group>
6165 </trans-unit>
6166 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
6167 <source>Most liked videos</source>
6168 <target></target>
6169 <context-group purpose="location">
6170 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6171 <context context-type="linenumber">268</context>
6172 </context-group>
6173 </trans-unit>
6174 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
6175 <source>Recently added videos</source>
6176 <target></target>
6177 <context-group purpose="location">
6178 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6179 <context context-type="linenumber">269</context>
6180 </context-group>
6181 </trans-unit>
6182 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
6183 <source>Local videos</source>
6184 <target></target>
6185 <context-group purpose="location">
6186 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6187 <context context-type="linenumber">270</context>
6188 </context-group>
6189 </trans-unit>
6190 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
6191 <source>NEW USERS</source>
6192 <target></target>
6193 <context-group purpose="location">
6194 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6195 <context context-type="linenumber">281</context>
6196 </context-group>
6197 </trans-unit>
6198 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
6199 <source>
6200 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually.
6201 </source>
6202 <target></target>
6203 <context-group purpose="location">
6204 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6205 <context context-type="linenumber">282</context>
6206 </context-group>
6207 </trans-unit>
6208 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
6209 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
6210 <target></target>
6211 <context-group purpose="location">
6212 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6213 <context context-type="linenumber">296</context>
6214 </context-group>
6215 <context-group purpose="location">
6216 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6217 <context context-type="linenumber">435</context>
6218 </context-group>
6219 <context-group purpose="location">
6220 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6221 <context context-type="linenumber">448</context>
6222 </context-group>
6223 </trans-unit>
6224 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
6225 <source>Signup requires email verification</source>
6226 <target></target>
6227 <context-group purpose="location">
6228 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6229 <context context-type="linenumber">301</context>
6230 </context-group>
6231 </trans-unit>
6232 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
6233 <source>Signup limit</source>
6234 <target></target>
6235 <context-group purpose="location">
6236 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6237 <context context-type="linenumber">305</context>
6238 </context-group>
6239 </trans-unit>
6240 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
6241 <source>Signup enabled</source>
6242 <target></target>
6243 <context-group purpose="location">
6244 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6245 <context context-type="linenumber">293</context>
6246 </context-group>
6247 </trans-unit>
6248 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
6249 <source>Default video quota per user</source>
6250 <target></target>
6251 <context-group purpose="location">
6252 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6253 <context context-type="linenumber">320</context>
6254 </context-group>
6255 </trans-unit>
6256 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
6257 <source>Default daily upload limit per user</source>
6258 <target></target>
6259 <context-group purpose="location">
6260 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6261 <context context-type="linenumber">332</context>
6262 </context-group>
6263 </trans-unit>
6264 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
6265 <source>NEW VIDEOS</source>
6266 <target></target>
6267 <context-group purpose="location">
6268 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6269 <context context-type="linenumber">349</context>
6270 </context-group>
6271 </trans-unit>
6272 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
6273 <source>Allow import with HTTP URL (i.e. YouTube)</source>
6274 <target></target>
6275 <context-group purpose="location">
6276 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6277 <context context-type="linenumber">360</context>
6278 </context-group>
6279 </trans-unit>
6280 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
6281 <source>Allow import with a torrent file or a magnet URI</source>
6282 <target></target>
6283 <context-group purpose="location">
6284 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6285 <context context-type="linenumber">367</context>
6286 </context-group>
6287 </trans-unit>
6288 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
6289 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
6290 <target></target>
6291 <context-group purpose="location">
6292 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6293 <context context-type="linenumber">384</context>
6294 </context-group>
6295 </trans-unit>
6296 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
6297 <source>Blacklist new videos automatically</source>
6298 <target></target>
6299 <context-group purpose="location">
6300 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6301 <context context-type="linenumber">381</context>
6302 </context-group>
6303 </trans-unit>
6304 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
6305 <source>FEDERATION</source>
6306 <target></target>
6307 <context-group purpose="location">
6308 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6309 <context context-type="linenumber">398</context>
6310 </context-group>
6311 </trans-unit>
6312 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
6313 <source>
6314 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances.
6315 </source>
6316 <target></target>
6317 <context-group purpose="location">
6318 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6319 <context context-type="linenumber">399</context>
6320 </context-group>
6321 </trans-unit>
6322 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
6323 <source>Other instances can follow yours</source>
6324 <target></target>
6325 <context-group purpose="location">
6326 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6327 <context context-type="linenumber">412</context>
6328 </context-group>
6329 </trans-unit>
6330 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
6331 <source>Manually approve new instance followers</source>
6332 <target></target>
6333 <context-group purpose="location">
6334 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6335 <context context-type="linenumber">419</context>
6336 </context-group>
6337 </trans-unit>
6338 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
6339 <source>Automatically follow back instances</source>
6340 <target></target>
6341 <context-group purpose="location">
6342 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6343 <context context-type="linenumber">432</context>
6344 </context-group>
6345 </trans-unit>
6346 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
6347 <source>
6348 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
6349 </source>
6350 <target></target>
6351 <context-group purpose="location">
6352 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6353 <context context-type="linenumber">450</context>
6354 </context-group>
6355 </trans-unit>
6356 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
6357 <source>Index URL</source>
6358 <target></target>
6359 <context-group purpose="location">
6360 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6361 <context context-type="linenumber">457</context>
6362 </context-group>
6363 </trans-unit>
6364 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
6365 <source>Automatically follow instances of a public index</source>
6366 <target></target>
6367 <context-group purpose="location">
6368 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6369 <context context-type="linenumber">445</context>
6370 </context-group>
6371 </trans-unit>
6372 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
6373 <source>ADMINISTRATORS</source>
6374 <target></target>
6375 <context-group purpose="location">
6376 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6377 <context context-type="linenumber">477</context>
6378 </context-group>
6379 </trans-unit>
6380 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
6381 <source>Admin email</source>
6382 <target></target>
6383 <context-group purpose="location">
6384 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6385 <context context-type="linenumber">483</context>
6386 </context-group>
6387 </trans-unit>
6388 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
6389 <source>Enable contact form</source>
6390 <target></target>
6391 <context-group purpose="location">
6392 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6393 <context context-type="linenumber">494</context>
6394 </context-group>
6395 </trans-unit>
6396 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
6397 <source>Services</source>
6398 <target></target>
6399 <context-group purpose="location">
6400 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6401 <context context-type="linenumber">505</context>
6402 </context-group>
6403 </trans-unit>
6404 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
6405 <source>TWITTER</source>
6406 <target></target>
6407 <context-group purpose="location">
6408 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6409 <context context-type="linenumber">511</context>
6410 </context-group>
6411 </trans-unit>
6412 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
6413 <source>
6414 Optional. If any, provide the Twitter account representing your instance to improve link previews.
6415 </source>
6416 <target></target>
6417 <context-group purpose="location">
6418 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6419 <context context-type="linenumber">512</context>
6420 </context-group>
6421 </trans-unit>
6422 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
6423 <source>Your Twitter username</source>
6424 <target></target>
6425 <context-group purpose="location">
6426 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6427 <context context-type="linenumber">523</context>
6428 </context-group>
6429 </trans-unit>
6430 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
6431 <source>Instance whitelisted by Twitter</source>
6432 <target></target>
6433 <context-group purpose="location">
6434 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6435 <context context-type="linenumber">535</context>
6436 </context-group>
6437 </trans-unit>
6438 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
6439 <source>
6440 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6441 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6442 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
6443 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
6444 to see if you instance is whitelisted.
6445 </source>
6446 <target></target>
6447 <context-group purpose="location">
6448 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6449 <context context-type="linenumber">539</context>
6450 </context-group>
6451 </trans-unit>
6452 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
6453 <source>Advanced configuration</source>
6454 <target></target>
6455 <context-group purpose="location">
6456 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6457 <context context-type="linenumber">559</context>
6458 </context-group>
6459 </trans-unit>
6460 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
6461 <source>TRANSCODING</source>
6462 <target></target>
6463 <context-group purpose="location">
6464 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6465 <context context-type="linenumber">565</context>
6466 </context-group>
6467 </trans-unit>
6468 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
6469 <source>
6470 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
6471 resources, this is a critical part of PeerTube, so tread carefully.
6472 </source>
6473 <target></target>
6474 <context-group purpose="location">
6475 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6476 <context context-type="linenumber">566</context>
6477 </context-group>
6478 </trans-unit>
6479 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
6480 <source>Transcoding enabled</source>
6481 <target></target>
6482 <context-group purpose="location">
6483 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6484 <context context-type="linenumber">579</context>
6485 </context-group>
6486 </trans-unit>
6487 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
6488 <source>If you disable transcoding, many videos from your users will not work!</source>
6489 <target></target>
6490 <context-group purpose="location">
6491 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6492 <context context-type="linenumber">583</context>
6493 </context-group>
6494 </trans-unit>
6495 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
6496 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
6497 <target></target>
6498 <context-group purpose="location">
6499 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6500 <context context-type="linenumber">594</context>
6501 </context-group>
6502 </trans-unit>
6503 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
6504 <source>Allow additional extensions</source>
6505 <target></target>
6506 <context-group purpose="location">
6507 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6508 <context context-type="linenumber">591</context>
6509 </context-group>
6510 </trans-unit>
6511 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
6512 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
6513 <target></target>
6514 <context-group purpose="location">
6515 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6516 <context context-type="linenumber">605</context>
6517 </context-group>
6518 </trans-unit>
6519 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
6520 <source>Allow audio files upload</source>
6521 <target></target>
6522 <context-group purpose="location">
6523 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6524 <context context-type="linenumber">602</context>
6525 </context-group>
6526 </trans-unit>
6527 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
6528 <source>
6529 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
6530
6531 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
6532
6533 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6534
6535 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
6536 </source>
6537 <target></target>
6538 <context-group purpose="location">
6539 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6540 <context context-type="linenumber">617</context>
6541 </context-group>
6542 </trans-unit>
6543 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
6544 <source>WebTorrent support enabled</source>
6545 <target></target>
6546 <context-group purpose="location">
6547 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6548 <context context-type="linenumber">614</context>
6549 </context-group>
6550 </trans-unit>
6551 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
6552 <source>
6553 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
6554
6555 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
6556 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/>
6557 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
6558 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
6559 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/>
6560 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/>
6561
6562 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
6563 </source>
6564 <target></target>
6565 <context-group purpose="location">
6566 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6567 <context context-type="linenumber">638</context>
6568 </context-group>
6569 </trans-unit>
6570 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
6571 <source>HLS support enabled</source>
6572 <target></target>
6573 <context-group purpose="location">
6574 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6575 <context context-type="linenumber">635</context>
6576 </context-group>
6577 </trans-unit>
6578 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
6579 <source>Transcoding threads</source>
6580 <target></target>
6581 <context-group purpose="location">
6582 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6583 <context context-type="linenumber">660</context>
6584 </context-group>
6585 </trans-unit>
6586 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
6587 <source>Resolutions to generate</source>
6588 <target></target>
6589 <context-group purpose="location">
6590 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6591 <context context-type="linenumber">673</context>
6592 </context-group>
6593 </trans-unit>
6594 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
6595 <source>CACHE</source>
6596 <target></target>
6597 <context-group purpose="location">
6598 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6599 <context context-type="linenumber">699</context>
6600 </context-group>
6601 </trans-unit>
6602 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
6603 <source>
6604 Some files are not federated, and fetched when necessary. Define their caching policies.
6605 </source>
6606 <target></target>
6607 <context-group purpose="location">
6608 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6609 <context context-type="linenumber">700</context>
6610 </context-group>
6611 </trans-unit>
6612 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
6613 <source>Number of previews to keep in cache</source>
6614 <target></target>
6615 <context-group purpose="location">
6616 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6617 <context context-type="linenumber">709</context>
6618 </context-group>
6619 </trans-unit>
6620 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
6621 <source>Number of video captions to keep in cache</source>
6622 <target></target>
6623 <context-group purpose="location">
6624 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6625 <context context-type="linenumber">718</context>
6626 </context-group>
6627 </trans-unit>
6628 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
6629 <source>CUSTOMIZATIONS</source>
6630 <target></target>
6631 <context-group purpose="location">
6632 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6633 <context context-type="linenumber">733</context>
6634 </context-group>
6635 </trans-unit>
6636 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
6637 <source>
6638 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
6639 </source>
6640 <target></target>
6641 <context-group purpose="location">
6642 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6643 <context context-type="linenumber">734</context>
6644 </context-group>
6645 </trans-unit>
6646 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
6647 <source>JavaScript</source>
6648 <target></target>
6649 <context-group purpose="location">
6650 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6651 <context context-type="linenumber">744</context>
6652 </context-group>
6653 </trans-unit>
6654 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
6655 <source>
6656 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
6657 </source>
6658 <target></target>
6659 <context-group purpose="location">
6660 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6661 <context context-type="linenumber">747</context>
6662 </context-group>
6663 </trans-unit>
6664 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
6665 <source>
6666 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6667 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
6668 color: red;
6669 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
6670 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
6671 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6672 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
6673 color: red;
6674 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
6675 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
6676 </source>
6677 <target></target>
6678 <context-group purpose="location">
6679 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6680 <context context-type="linenumber">766</context>
6681 </context-group>
6682 </trans-unit>
6683 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
6684 <source>Update configuration</source>
6685 <target></target>
6686 <context-group purpose="location">
6687 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6688 <context context-type="linenumber">804</context>
6689 </context-group>
6690 </trans-unit>
6691 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
6692 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
6693 <target></target>
6694 <context-group purpose="location">
6695 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6696 <context context-type="linenumber">805</context>
6697 </context-group>
6698 </trans-unit>
6699 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
6700 <source>PROFILE</source>
6701 <target></target>
6702 <context-group purpose="location">
6703 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6704 <context context-type="linenumber">3</context>
6705 </context-group>
6706 </trans-unit>
6707 <trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html">
6708 <source>VIDEO SETTINGS</source>
6709 <target></target>
6710 <context-group purpose="location">
6711 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6712 <context context-type="linenumber">32</context>
6713 </context-group>
6714 </trans-unit>
6715 <trans-unit id="f70dbe547767b3a0f0006d44688beee60c884417" datatype="html">
6716 <source>NOTIFICATIONS</source>
6717 <target></target>
6718 <context-group purpose="location">
6719 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6720 <context context-type="linenumber">43</context>
6721 </context-group>
6722 </trans-unit>
6723 <trans-unit id="8e4cafda991c13b5103e45195f7f2488974a913e" datatype="html">
6724 <source>INTERFACE</source>
6725 <target></target>
6726 <context-group purpose="location">
6727 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6728 <context context-type="linenumber">53</context>
6729 </context-group>
6730 </trans-unit>
6731 <trans-unit id="ce43cc343ed3bd908e593db994ca3f6dbff079df" datatype="html">
6732 <source>PASSWORD</source>
6733 <target></target>
6734 <context-group purpose="location">
6735 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6736 <context context-type="linenumber">63</context>
6737 </context-group>
6738 </trans-unit>
6739 <trans-unit id="d5e31741c591719630b5bba1ba38f8c1a04c10e3" datatype="html">
6740 <source>EMAIL</source>
6741 <target></target>
6742 <context-group purpose="location">
6743 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
6744 <context context-type="linenumber">73</context>
6745 </context-group>
6746 </trans-unit>
6747 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9" datatype="html">
6748 <source>Change password</source>
6749 <target></target>
6750 <context-group purpose="location">
6751 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6752 <context context-type="linenumber">5</context>
6753 </context-group>
6754 <context-group purpose="location">
6755 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6756 <context context-type="linenumber">30</context>
6757 </context-group>
6758 </trans-unit>
6759 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b" datatype="html">
6760 <source>Current password</source>
6761 <target></target>
6762 <context-group purpose="location">
6763 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6764 <context context-type="linenumber">7</context>
6765 </context-group>
6766 </trans-unit>
6767 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229" datatype="html">
6768 <source>New password</source>
6769 <target></target>
6770 <context-group purpose="location">
6771 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6772 <context context-type="linenumber">15</context>
6773 </context-group>
6774 </trans-unit>
6775 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b" datatype="html">
6776 <source>Confirm new password</source>
6777 <target></target>
6778 <context-group purpose="location">
6779 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
6780 <context context-type="linenumber">23</context>
6781 </context-group>
6782 </trans-unit>
6783 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
6784 <source>
6785 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
6786</source>
6787 <target></target>
6788 <context-group purpose="location">
6789 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6790 <context context-type="linenumber">4</context>
6791 </context-group>
6792 </trans-unit>
6793 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
6794 <source>
6795 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification
6796</source>
6797 <target></target>
6798 <context-group purpose="location">
6799 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6800 <context context-type="linenumber">8</context>
6801 </context-group>
6802 </trans-unit>
6803 <trans-unit id="d20a2fa4a3360caa8825e49a31b5fd3a442ac219" datatype="html">
6804 <source>New email</source>
6805 <target></target>
6806 <context-group purpose="location">
6807 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6808 <context context-type="linenumber">15</context>
6809 </context-group>
6810 </trans-unit>
6811 <trans-unit id="150bb2b8ea3b2745294f0cfe8b37c83dbca4b463" datatype="html">
6812 <source>Your new email</source>
6813 <target></target>
6814 <context-group purpose="location">
6815 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6816 <context context-type="linenumber">17</context>
6817 </context-group>
6818 </trans-unit>
6819 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
6820 <source>Your password</source>
6821 <target></target>
6822 <context-group purpose="location">
6823 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6824 <context context-type="linenumber">27</context>
6825 </context-group>
6826 </trans-unit>
6827 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
6828 <source>Change email</source>
6829 <target></target>
6830 <context-group purpose="location">
6831 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
6832 <context context-type="linenumber">35</context>
6833 </context-group>
6834 </trans-unit>
6835 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
6836 <source>Change ownership</source>
6837 <target></target>
6838 <context-group purpose="location">
6839 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
6840 <context context-type="linenumber">3</context>
6841 </context-group>
6842 <context-group purpose="location">
6843 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
6844 <context context-type="linenumber">31</context>
6845 </context-group>
6846 </trans-unit>
6847 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
6848 <source>Select the next owner</source>
6849 <target></target>
6850 <context-group purpose="location">
6851 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
6852 <context context-type="linenumber">10</context>
6853 </context-group>
6854 </trans-unit>
6855 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
6856 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
6857 <target></target>
6858 <context-group purpose="location">
6859 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
6860 <context context-type="linenumber">2</context>
6861 </context-group>
6862 </trans-unit>
6863 <trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html">
6864 <source>Search your videos</source>
6865 <target></target>
6866 <context-group purpose="location">
6867 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
6868 <context context-type="linenumber">4</context>
6869 </context-group>
6870 </trans-unit>
6871 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804" datatype="html">
6872 <source>Accept ownership</source>
6873 <target></target>
6874 <context-group purpose="location">
6875 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
6876 <context context-type="linenumber">3</context>
6877 </context-group>
6878 </trans-unit>
6879 <trans-unit id="4570c754149df06f31096510abfc925968c35562" datatype="html">
6880 <source>Select the target channel</source>
6881 <target></target>
6882 <context-group purpose="location">
6883 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
6884 <context context-type="linenumber">10</context>
6885 </context-group>
6886 </trans-unit>
6887 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740" datatype="html">
6888 <source>Initiator</source>
6889 <target></target>
6890 <context-group purpose="location">
6891 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6892 <context context-type="linenumber">13</context>
6893 </context-group>
6894 </trans-unit>
6895 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
6896 <source>
6897 Created
6898 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
6899 </source>
6900 <target></target>
6901 <context-group purpose="location">
6902 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6903 <context context-type="linenumber">15</context>
6904 </context-group>
6905 </trans-unit>
6906 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1" datatype="html">
6907 <source>Status</source>
6908 <target></target>
6909 <context-group purpose="location">
6910 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6911 <context context-type="linenumber">19</context>
6912 </context-group>
6913 </trans-unit>
6914 <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7" datatype="html">
6915 <source>Action</source>
6916 <target></target>
6917 <context-group purpose="location">
6918 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6919 <context context-type="linenumber">20</context>
6920 </context-group>
6921 </trans-unit>
6922 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
6923 <source>Go to the account</source>
6924 <target></target>
6925 <context-group purpose="location">
6926 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6927 <context context-type="linenumber">27</context>
6928 </context-group>
6929 </trans-unit>
6930 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
6931 <source>Go to the video</source>
6932 <target></target>
6933 <context-group purpose="location">
6934 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6935 <context context-type="linenumber">33</context>
6936 </context-group>
6937 </trans-unit>
6938 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html">
6939 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
6940 <target></target>
6941 <context-group purpose="location">
6942 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
6943 <context context-type="linenumber">38</context>
6944 </context-group>
6945 </trans-unit>
6946 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
6947 <source>Target</source>
6948 <target></target>
6949 <context-group purpose="location">
6950 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
6951 <context context-type="linenumber">9</context>
6952 </context-group>
6953 </trans-unit>
6954 <trans-unit id="a5707e9905e079605243397ee111b8be449941aa" datatype="html">
6955 <source>See the error</source>
6956 <target></target>
6957 <context-group purpose="location">
6958 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
6959 <context context-type="linenumber">20</context>
6960 </context-group>
6961 </trans-unit>
6962 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
6963 <source>This video was deleted</source>
6964 <target></target>
6965 <context-group purpose="location">
6966 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
6967 <context context-type="linenumber">37</context>
6968 </context-group>
6969 </trans-unit>
6970 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
6971 <source>Once you delete your account, there is no going back. You will be asked to confirm this action.</source>
6972 <target></target>
6973 <context-group purpose="location">
6974 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
6975 <context context-type="linenumber">2</context>
6976 </context-group>
6977 </trans-unit>
6978 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45" datatype="html">
6979 <source>Delete your account</source>
6980 <target></target>
6981 <context-group purpose="location">
6982 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
6983 <context context-type="linenumber">4</context>
6984 </context-group>
6985 </trans-unit>
6986 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a" datatype="html">
6987 <source>You don't have any subscriptions yet.</source>
6988 <target></target>
6989 <context-group purpose="location">
6990 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
6991 <context context-type="linenumber">1</context>
6992 </context-group>
6993 </trans-unit>
6994 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2" datatype="html">
6995 <source>Go to the channel</source>
6996 <target></target>
6997 <context-group purpose="location">
6998 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
6999 <context context-type="linenumber">10</context>
7000 </context-group>
7001 <context-group purpose="location">
7002 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
7003 <context context-type="linenumber">15</context>
7004 </context-group>
7005 </trans-unit>
7006 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3" datatype="html">
7007 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
7008 <target></target>
7009 <context-group purpose="location">
7010 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
7011 <context context-type="linenumber">15</context>
7012 </context-group>
7013 </trans-unit>
7014 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add" datatype="html">
7015 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
7016 <target></target>
7017 <context-group purpose="location">
7018 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
7019 <context context-type="linenumber">18</context>
7020 </context-group>
7021 </trans-unit>
7022 <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913" datatype="html">
7023 <source>Go the owner account page</source>
7024 <target></target>
7025 <context-group purpose="location">
7026 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
7027 <context context-type="linenumber">17</context>
7028 </context-group>
7029 <context-group purpose="location">
7030 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
7031 <context context-type="linenumber">30</context>
7032 </context-group>
7033 </trans-unit>
7034 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e" datatype="html">
7035 <source>Muted instances</source>
7036 <target></target>
7037 <context-group purpose="location">
7038 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
7039 <context context-type="linenumber">2</context>
7040 </context-group>
7041 </trans-unit>
7042 <trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html">
7043 <source>Video history</source>
7044 <target></target>
7045 <context-group purpose="location">
7046 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
7047 <context context-type="linenumber">4</context>
7048 </context-group>
7049 </trans-unit>
7050 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
7051 <source>
7052 <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;"/>
7053 Delete history
7054 </source>
7055 <target></target>
7056 <context-group purpose="location">
7057 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
7058 <context context-type="linenumber">7</context>
7059 </context-group>
7060 </trans-unit>
7061 <trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html">
7062 <source>You don't have any video history yet.</source>
7063 <target></target>
7064 <context-group purpose="location">
7065 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
7066 <context context-type="linenumber">14</context>
7067 </context-group>
7068 </trans-unit>
7069 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
7070 <source>
7071 <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;"/>
7072 Notification preferences
7073 </source>
7074 <target></target>
7075 <context-group purpose="location">
7076 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
7077 <context context-type="linenumber">2</context>
7078 </context-group>
7079 </trans-unit>
7080 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
7081 <source>All read</source>
7082 <target></target>
7083 <context-group purpose="location">
7084 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
7085 <context context-type="linenumber">17</context>
7086 </context-group>
7087 </trans-unit>
7088 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
7089 <source>Activities</source>
7090 <target></target>
7091 <context-group purpose="location">
7092 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
7093 <context context-type="linenumber">2</context>
7094 </context-group>
7095 </trans-unit>
7096 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355" datatype="html">
7097 <source>Web</source>
7098 <target></target>
7099 <context-group purpose="location">
7100 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
7101 <context context-type="linenumber">3</context>
7102 </context-group>
7103 </trans-unit>
7104 <trans-unit id="9d7a1c199570d42b4cc40d7886fcc7c06b0a35d2" datatype="html">
7105 <source>My Playlists</source>
7106 <target></target>
7107 <context-group purpose="location">
7108 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7109 <context context-type="linenumber">4</context>
7110 </context-group>
7111 <context-group purpose="location">
7112 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7113 <context context-type="linenumber">4</context>
7114 </context-group>
7115 </trans-unit>
7116 <trans-unit id="b91219836ab865fd8aa041a8d6c3d84dd78115a4" datatype="html">
7117 <source>NEW PLAYLIST</source>
7118 <target></target>
7119 <context-group purpose="location">
7120 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7121 <context context-type="linenumber">25</context>
7122 </context-group>
7123 <context-group purpose="location">
7124 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7125 <context context-type="linenumber">25</context>
7126 </context-group>
7127 </trans-unit>
7128 <trans-unit id="33ce1814b1079cb3a0c0605fc5b4e6f439d2b035" datatype="html">
7129 <source>PLAYLIST</source>
7130 <target></target>
7131 <context-group purpose="location">
7132 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7133 <context context-type="linenumber">26</context>
7134 </context-group>
7135 <context-group purpose="location">
7136 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7137 <context context-type="linenumber">26</context>
7138 </context-group>
7139 </trans-unit>
7140 <trans-unit id="88f1b36ea2f7544792f04ee6b58f8c55aaba5c96" datatype="html">
7141 <source>Playlist thumbnail</source>
7142 <target></target>
7143 <context-group purpose="location">
7144 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7145 <context context-type="linenumber">84</context>
7146 </context-group>
7147 <context-group purpose="location">
7148 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
7149 <context context-type="linenumber">84</context>
7150 </context-group>
7151 </trans-unit>
7152 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
7153 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
7154 <target></target>
7155 <context-group purpose="location">
7156 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
7157 <context context-type="linenumber">2</context>
7158 </context-group>
7159 </trans-unit>
7160 <trans-unit id="a85c7d7a8dcc1ae0d2f945d77f4db36f02ead69b" datatype="html">
7161 <source>Search your playlists</source>
7162 <target></target>
7163 <context-group purpose="location">
7164 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
7165 <context context-type="linenumber">4</context>
7166 </context-group>
7167 </trans-unit>
7168 <trans-unit id="61b31fe7bfae807e3ccc0dbf001c6dc9b72aaf19" datatype="html">
7169 <source>Create playlist</source>
7170 <target></target>
7171 <context-group purpose="location">
7172 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
7173 <context context-type="linenumber">8</context>
7174 </context-group>
7175 </trans-unit>
7176 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html">
7177 <source>No videos in this playlist.</source>
7178 <target></target>
7179 <context-group purpose="location">
7180 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html</context>
7181 <context context-type="linenumber">11</context>
7182 </context-group>
7183 </trans-unit>
7184 <trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html">
7185 <source>Create video channel</source>
7186 <target></target>
7187 <context-group purpose="location">
7188 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
7189 <context context-type="linenumber">4</context>
7190 </context-group>
7191 </trans-unit>
7192 <trans-unit id="f15780bbd2d7fa777071975f7445e98a33065e38" datatype="html">
7193 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }</source>
7194 <target></target>
7195 <context-group purpose="location">
7196 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
7197 <context context-type="linenumber">20</context>
7198 </context-group>
7199 <context-group purpose="location">
7200 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7201 <context context-type="linenumber">12</context>
7202 </context-group>
7203 <context-group purpose="location">
7204 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
7205 <context context-type="linenumber">28</context>
7206 </context-group>
7207 </trans-unit>
7208 <trans-unit id="d5f0913d08d01648d7e6165c168a99ccd06d1f4c" datatype="html">
7209 <source>My Channels</source>
7210 <target></target>
7211 <context-group purpose="location">
7212 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7213 <context context-type="linenumber">4</context>
7214 </context-group>
7215 <context-group purpose="location">
7216 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7217 <context context-type="linenumber">4</context>
7218 </context-group>
7219 </trans-unit>
7220 <trans-unit id="dff0536e48bacc3a4b568f32f9ed8ffc14767cbb" datatype="html">
7221 <source>NEW CHANNEL</source>
7222 <target></target>
7223 <context-group purpose="location">
7224 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7225 <context context-type="linenumber">25</context>
7226 </context-group>
7227 <context-group purpose="location">
7228 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7229 <context context-type="linenumber">25</context>
7230 </context-group>
7231 </trans-unit>
7232 <trans-unit id="cc895c3d23ec739ac77d472ff979980195fd30c1" datatype="html">
7233 <source>CHANNEL</source>
7234 <target></target>
7235 <context-group purpose="location">
7236 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7237 <context context-type="linenumber">26</context>
7238 </context-group>
7239 <context-group purpose="location">
7240 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7241 <context context-type="linenumber">26</context>
7242 </context-group>
7243 </trans-unit>
7244 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558" datatype="html">
7245 <source>Example: my_channel</source>
7246 <target></target>
7247 <context-group purpose="location">
7248 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7249 <context context-type="linenumber">35</context>
7250 </context-group>
7251 <context-group purpose="location">
7252 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7253 <context context-type="linenumber">35</context>
7254 </context-group>
7255 </trans-unit>
7256 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
7257 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
7258 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
7259 <target></target>
7260 <context-group purpose="location">
7261 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7262 <context context-type="linenumber">77</context>
7263 </context-group>
7264 <context-group purpose="location">
7265 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7266 <context context-type="linenumber">77</context>
7267 </context-group>
7268 </trans-unit>
7269 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html">
7270 <source>Overwrite support field of all videos of this channel</source>
7271 <target></target>
7272 <context-group purpose="location">
7273 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7274 <context context-type="linenumber">92</context>
7275 </context-group>
7276 <context-group purpose="location">
7277 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
7278 <context context-type="linenumber">92</context>
7279 </context-group>
7280 </trans-unit>
7281 <trans-unit id="3346d8a0bf3dd8c25ddc561ccd5fafb6ee9fadc8" datatype="html">
7282 <source>Welcome to PeerTube!</source>
7283 <target></target>
7284 <context-group purpose="location">
7285 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
7286 <context context-type="linenumber">8</context>
7287 </context-group>
7288 </trans-unit>
7289 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
7290 <source>
7291 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
7292 </source>
7293 <target></target>
7294 <context-group purpose="location">
7295 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
7296 <context context-type="linenumber">13</context>
7297 </context-group>
7298 </trans-unit>
7299 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530" datatype="html">
7300 <source>
7301 Verify account email confirmation
7302 </source>
7303 <target></target>
7304 <context-group purpose="location">
7305 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7306 <context context-type="linenumber">2</context>
7307 </context-group>
7308 </trans-unit>
7309 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf" datatype="html">
7310 <source>
7311 </source>
7312 <target></target>
7313 <context-group purpose="location">
7314 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7315 <context context-type="linenumber">6</context>
7316 </context-group>
7317 </trans-unit>
7318 <trans-unit id="b734a13448d714b0f68f49353607364ac3571c12" datatype="html">
7319 <source>
7320 Email updated.
7321 </source>
7322 <target></target>
7323 <context-group purpose="location">
7324 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7325 <context context-type="linenumber">9</context>
7326 </context-group>
7327 </trans-unit>
7328 <trans-unit id="61fd1cffcb763cbfd5829071723cf9b647174bd9" datatype="html">
7329 <source>An error occurred.</source>
7330 <target></target>
7331 <context-group purpose="location">
7332 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
7333 <context context-type="linenumber">14</context>
7334 </context-group>
7335 </trans-unit>
7336 <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97" datatype="html">
7337 <source>
7338 Request email for account verification
7339 </source>
7340 <target></target>
7341 <context-group purpose="location">
7342 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
7343 <context context-type="linenumber">2</context>
7344 </context-group>
7345 </trans-unit>
7346 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af" datatype="html">
7347 <source>Send verification email</source>
7348 <target></target>
7349 <context-group purpose="location">
7350 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
7351 <context context-type="linenumber">17</context>
7352 </context-group>
7353 </trans-unit>
7354 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f" datatype="html">
7355 <source>This instance does not require email verification.</source>
7356 <target></target>
7357 <context-group purpose="location">
7358 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
7359 <context context-type="linenumber">20</context>
7360 </context-group>
7361 </trans-unit>
7362 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605" datatype="html">
7363 <source>Banned</source>
7364 <target></target>
7365 <context-group purpose="location">
7366 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7367 <context context-type="linenumber">18</context>
7368 </context-group>
7369 </trans-unit>
7370 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a" datatype="html">
7371 <source>Instance muted</source>
7372 <target></target>
7373 <context-group purpose="location">
7374 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7375 <context context-type="linenumber">20</context>
7376 </context-group>
7377 </trans-unit>
7378 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89" datatype="html">
7379 <source>Muted by your instance</source>
7380 <target></target>
7381 <context-group purpose="location">
7382 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7383 <context context-type="linenumber">21</context>
7384 </context-group>
7385 </trans-unit>
7386 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1" datatype="html">
7387 <source>Instance muted by your instance</source>
7388 <target></target>
7389 <context-group purpose="location">
7390 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7391 <context context-type="linenumber">22</context>
7392 </context-group>
7393 </trans-unit>
7394 <trans-unit id="1b9099f59dd3baaeeaac2c29fe653dc1b0436157" datatype="html">
7395 <source>Manage account</source>
7396 <target></target>
7397 <context-group purpose="location">
7398 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
7399 <context context-type="linenumber">35</context>
7400 </context-group>
7401 </trans-unit>
7402 <trans-unit id="87f77a03c185ea644ed8378a562a2d0225513974" datatype="html">
7403 <source>This account does not have channels.</source>
7404 <target></target>
7405 <context-group purpose="location">
7406 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7407 <context context-type="linenumber">3</context>
7408 </context-group>
7409 </trans-unit>
7410 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f" datatype="html">
7411 <source>See this video channel</source>
7412 <target></target>
7413 <context-group purpose="location">
7414 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7415 <context context-type="linenumber">8</context>
7416 </context-group>
7417 </trans-unit>
7418 <trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html">
7419 <source>This channel doesn't have any videos.</source>
7420 <target></target>
7421 <context-group purpose="location">
7422 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7423 <context context-type="linenumber">19</context>
7424 </context-group>
7425 </trans-unit>
7426 <trans-unit id="5c2b42818f05eafa2690d5eac6bcde295c713097" datatype="html">
7427 <source>
7428 SHOW THIS CHANNEL
7429 </source>
7430 <target></target>
7431 <context-group purpose="location">
7432 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
7433 <context context-type="linenumber">27</context>
7434 </context-group>
7435 </trans-unit>
7436 <trans-unit id="4af6287e70a4a87329affe109839f14ae598f0ca" datatype="html">
7437 <source>DESCRIPTION</source>
7438 <target></target>
7439 <context-group purpose="location">
7440 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
7441 <context context-type="linenumber">3</context>
7442 </context-group>
7443 <context-group purpose="location">
7444 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7445 <context context-type="linenumber">4</context>
7446 </context-group>
7447 </trans-unit>
7448 <trans-unit id="bfc87613409a6cfae59b79ead5d910d8d3c216f5" datatype="html">
7449 <source>STATS</source>
7450 <target></target>
7451 <context-group purpose="location">
7452 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
7453 <context context-type="linenumber">8</context>
7454 </context-group>
7455 <context-group purpose="location">
7456 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7457 <context context-type="linenumber">16</context>
7458 </context-group>
7459 </trans-unit>
7460 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
7461 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
7462 <target></target>
7463 <context-group purpose="location">
7464 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
7465 <context context-type="linenumber">10</context>
7466 </context-group>
7467 </trans-unit>
7468 <trans-unit id="f696d5719a2a79916d44a175743591dc0d5629fe" datatype="html">
7469 <source>
7470 Manage channel
7471 </source>
7472 <target></target>
7473 <context-group purpose="location">
7474 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
7475 <context context-type="linenumber">21</context>
7476 </context-group>
7477 </trans-unit>
7478 <trans-unit id="29b4ae3296e239446fa0dea88a5112de15cffa54" datatype="html">
7479 <source>Created by</source>
7480 <target></target>
7481 <context-group purpose="location">
7482 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
7483 <context context-type="linenumber">31</context>
7484 </context-group>
7485 </trans-unit>
7486 <trans-unit id="b8bf6036a9fb05c08cdb190cdf4e3becc6e6fa0a" datatype="html">
7487 <source>SUPPORT THIS CHANNEL</source>
7488 <target></target>
7489 <context-group purpose="location">
7490 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7491 <context context-type="linenumber">9</context>
7492 </context-group>
7493 </trans-unit>
7494 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40" datatype="html">
7495 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
7496 <target></target>
7497 <context-group purpose="location">
7498 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
7499 <context context-type="linenumber">17</context>
7500 </context-group>
7501 </trans-unit>
7502 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e" datatype="html">
7503 <source>
7504 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
7505</source>
7506 <target></target>
7507 <context-group purpose="location">
7508 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
7509 <context context-type="linenumber">1</context>
7510 </context-group>
7511 </trans-unit>
7512 <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f" datatype="html">
7513 <source>This channel does not have playlists.</source>
7514 <target></target>
7515 <context-group purpose="location">
7516 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
7517 <context context-type="linenumber">5</context>
7518 </context-group>
7519 </trans-unit>
7520 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390" datatype="html">
7521 <source>PeerTube</source>
7522 <target></target>
7523 <context-group purpose="location">
7524 <context context-type="sourcefile">src/app/+about/about.component.html</context>
7525 <context context-type="linenumber">7</context>
7526 </context-group>
7527 </trans-unit>
7528 <trans-unit id="fc978c97e261ee6494db916622339aedb633da3a" datatype="html">
7529 <source>Follows</source>
7530 <target></target>
7531 <context-group purpose="location">
7532 <context context-type="sourcefile">src/app/+about/about.component.html</context>
7533 <context context-type="linenumber">9</context>
7534 </context-group>
7535 </trans-unit>
7536 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473" datatype="html">
7537 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
7538 <target></target>
7539 <context-group purpose="location">
7540 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7541 <context context-type="linenumber">3</context>
7542 </context-group>
7543 </trans-unit>
7544 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0" datatype="html">
7545 <source>Your name</source>
7546 <target></target>
7547 <context-group purpose="location">
7548 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7549 <context context-type="linenumber">11</context>
7550 </context-group>
7551 </trans-unit>
7552 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d" datatype="html">
7553 <source>Your email</source>
7554 <target></target>
7555 <context-group purpose="location">
7556 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7557 <context context-type="linenumber">20</context>
7558 </context-group>
7559 </trans-unit>
7560 <trans-unit id="4b0ca852bafa5037c4e64c7b18f9cd1e14b799de" datatype="html">
7561 <source>Subject</source>
7562 <target></target>
7563 <context-group purpose="location">
7564 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7565 <context context-type="linenumber">29</context>
7566 </context-group>
7567 </trans-unit>
7568 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df" datatype="html">
7569 <source>Your message</source>
7570 <target></target>
7571 <context-group purpose="location">
7572 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
7573 <context context-type="linenumber">38</context>
7574 </context-group>
7575 </trans-unit>
7576 <trans-unit id="ce301bc59085d13cf569fb7a97f073148435ec27" datatype="html">
7577 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></source>
7578 <target></target>
7579 <context-group purpose="location">
7580 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7581 <context context-type="linenumber">5</context>
7582 </context-group>
7583 </trans-unit>
7584 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c" datatype="html">
7585 <source>Contact administrator</source>
7586 <target></target>
7587 <context-group purpose="location">
7588 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7589 <context context-type="linenumber">7</context>
7590 </context-group>
7591 </trans-unit>
7592 <trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea" datatype="html">
7593 <source>This instance is dedicated to sensitive/NSFW content.</source>
7594 <target></target>
7595 <context-group purpose="location">
7596 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7597 <context context-type="linenumber">19</context>
7598 </context-group>
7599 </trans-unit>
7600 <trans-unit id="b37e7abff3d4e62f3bae09f486624aee45d02008" datatype="html">
7601 <source>
7602 ADMINISTRATORS &amp; SUSTAINABILITY
7603 </source>
7604 <target></target>
7605 <context-group purpose="location">
7606 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7607 <context context-type="linenumber">22</context>
7608 </context-group>
7609 </trans-unit>
7610 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html">
7611 <source>Who we are</source>
7612 <target></target>
7613 <context-group purpose="location">
7614 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7615 <context context-type="linenumber">27</context>
7616 </context-group>
7617 </trans-unit>
7618 <trans-unit id="911fb379526b62e9a62590722830c146ebd31be8" datatype="html">
7619 <source>Why we created this instance</source>
7620 <target></target>
7621 <context-group purpose="location">
7622 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7623 <context context-type="linenumber">33</context>
7624 </context-group>
7625 </trans-unit>
7626 <trans-unit id="3f264e961636eb6eff1dbae7e3887447e22be154" datatype="html">
7627 <source>How long we plan to maintain this instance</source>
7628 <target></target>
7629 <context-group purpose="location">
7630 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7631 <context context-type="linenumber">39</context>
7632 </context-group>
7633 </trans-unit>
7634 <trans-unit id="2646614e3af5f103885f64e4f097e45569091fd6" datatype="html">
7635 <source>How we will pay for this instance</source>
7636 <target></target>
7637 <context-group purpose="location">
7638 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7639 <context context-type="linenumber">45</context>
7640 </context-group>
7641 </trans-unit>
7642 <trans-unit id="4b08f867a83bf0fef0d15bffc0b4cf277de2d376" datatype="html">
7643 <source>
7644 INFORMATION
7645 </source>
7646 <target></target>
7647 <context-group purpose="location">
7648 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7649 <context context-type="linenumber">50</context>
7650 </context-group>
7651 </trans-unit>
7652 <trans-unit id="fbbd3718f919643cf73006ceb30ec5b09a8b07f2" datatype="html">
7653 <source>
7654 MODERATION
7655 </source>
7656 <target></target>
7657 <context-group purpose="location">
7658 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7659 <context context-type="linenumber">60</context>
7660 </context-group>
7661 </trans-unit>
7662 <trans-unit id="5270b8fd3d35ab0a0475354a84d1265caf4790bd" datatype="html">
7663 <source>
7664 OTHER INFORMATION
7665 </source>
7666 <target></target>
7667 <context-group purpose="location">
7668 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7669 <context context-type="linenumber">82</context>
7670 </context-group>
7671 </trans-unit>
7672 <trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html">
7673 <source>Hardware information</source>
7674 <target></target>
7675 <context-group purpose="location">
7676 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7677 <context context-type="linenumber">87</context>
7678 </context-group>
7679 </trans-unit>
7680 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1" datatype="html">
7681 <source>Features found on this instance</source>
7682 <target></target>
7683 <context-group purpose="location">
7684 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7685 <context context-type="linenumber">94</context>
7686 </context-group>
7687 <context-group purpose="location">
7688 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
7689 <context context-type="linenumber">47</context>
7690 </context-group>
7691 </trans-unit>
7692 <trans-unit id="92538de0e2f6e64f1d05291132b93c32bed81237" datatype="html">
7693 <source>STATISTICS</source>
7694 <target></target>
7695 <context-group purpose="location">
7696 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
7697 <context context-type="linenumber">100</context>
7698 </context-group>
7699 </trans-unit>
7700 <trans-unit id="6b8b10fedeff64aa441ebedc2b7fbd07f6f246c1" datatype="html">
7701 <source>
7702 What is PeerTube?
7703 </source>
7704 <target></target>
7705 <context-group purpose="location">
7706 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7707 <context context-type="linenumber">2</context>
7708 </context-group>
7709 </trans-unit>
7710 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html">
7711 <source>
7712 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.
7713 </source>
7714 <target></target>
7715 <context-group purpose="location">
7716 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7717 <context context-type="linenumber">9</context>
7718 </context-group>
7719 </trans-unit>
7720 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
7721 <source>
7722 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3
7723 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
7724 </source>
7725 <target></target>
7726 <context-group purpose="location">
7727 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7728 <context context-type="linenumber">13</context>
7729 </context-group>
7730 </trans-unit>
7731 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
7732 <source>
7733 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
7734 </source>
7735 <target></target>
7736 <context-group purpose="location">
7737 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7738 <context context-type="linenumber">18</context>
7739 </context-group>
7740 </trans-unit>
7741 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
7742 <source>Use PeerTube
7743 documentation</source>
7744 <target></target>
7745 <context-group purpose="location">
7746 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7747 <context context-type="linenumber">28</context>
7748 </context-group>
7749 </trans-unit>
7750 <trans-unit id="80c7532b45374a38b6c5f3bd5576464660b95b89" datatype="html">
7751 <source>
7752 Discover how to setup your account, what is a channel, how to create a playlist and more!
7753 </source>
7754 <target></target>
7755 <context-group purpose="location">
7756 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7757 <context context-type="linenumber">32</context>
7758 </context-group>
7759 </trans-unit>
7760 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
7761 <source>PeerTube
7762 Applications</source>
7763 <target></target>
7764 <context-group purpose="location">
7765 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7766 <context context-type="linenumber">41</context>
7767 </context-group>
7768 </trans-unit>
7769 <trans-unit id="41d3c1ad1b83498b20d96d74bc14e0a1e9749529" datatype="html">
7770 <source>
7771 Discover unofficial Android applications or browser addons!
7772 </source>
7773 <target></target>
7774 <context-group purpose="location">
7775 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7776 <context context-type="linenumber">45</context>
7777 </context-group>
7778 </trans-unit>
7779 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
7780 <source>Contribute on
7781 PeerTube</source>
7782 <target></target>
7783 <context-group purpose="location">
7784 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7785 <context context-type="linenumber">54</context>
7786 </context-group>
7787 </trans-unit>
7788 <trans-unit id="2c4788d7843d80bf5aad6283aba75c8151807e8c" datatype="html">
7789 <source>
7790 Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!
7791 </source>
7792 <target></target>
7793 <context-group purpose="location">
7794 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7795 <context context-type="linenumber">58</context>
7796 </context-group>
7797 </trans-unit>
7798 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1" datatype="html">
7799 <source>P2P &amp; Privacy</source>
7800 <target></target>
7801 <context-group purpose="location">
7802 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7803 <context context-type="linenumber">71</context>
7804 </context-group>
7805 </trans-unit>
7806 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
7807 <source>
7808 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
7809 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
7810 follows applies only if you want to keep using the P2P mode of PeerTube.
7811 </source>
7812 <target></target>
7813 <context-group purpose="location">
7814 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7815 <context context-type="linenumber">74</context>
7816 </context-group>
7817 </trans-unit>
7818 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231" datatype="html">
7819 <source>What are the consequences?</source>
7820 <target></target>
7821 <context-group purpose="location">
7822 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7823 <context context-type="linenumber">85</context>
7824 </context-group>
7825 </trans-unit>
7826 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
7827 <source>
7828 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
7829 In practice, this is much more difficult because:
7830 </source>
7831 <target></target>
7832 <context-group purpose="location">
7833 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7834 <context context-type="linenumber">87</context>
7835 </context-group>
7836 </trans-unit>
7837 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
7838 <source>
7839 An HTTP request has to be sent on each tracker for each video to spy.
7840 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
7841 </source>
7842 <target></target>
7843 <context-group purpose="location">
7844 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7845 <context context-type="linenumber">93</context>
7846 </context-group>
7847 </trans-unit>
7848 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
7849 <source>
7850 For each request sent, the tracker returns random peers at a limited number.
7851 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
7852 requests sent to know every peer in the swarm
7853 </source>
7854 <target></target>
7855 <context-group purpose="location">
7856 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7857 <context context-type="linenumber">98</context>
7858 </context-group>
7859 </trans-unit>
7860 <trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html">
7861 <source>
7862 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
7863 </source>
7864 <target></target>
7865 <context-group purpose="location">
7866 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7867 <context context-type="linenumber">104</context>
7868 </context-group>
7869 </trans-unit>
7870 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
7871 <source>
7872 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
7873 video
7874 </source>
7875 <target></target>
7876 <context-group purpose="location">
7877 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7878 <context context-type="linenumber">108</context>
7879 </context-group>
7880 </trans-unit>
7881 <trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html">
7882 <source>
7883 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
7884 </source>
7885 <target></target>
7886 <context-group purpose="location">
7887 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7888 <context context-type="linenumber">113</context>
7889 </context-group>
7890 </trans-unit>
7891 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
7892 <source>
7893 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the
7894 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
7895 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
7896 to forward the information to.
7897 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
7898 </source>
7899 <target></target>
7900 <context-group purpose="location">
7901 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7902 <context context-type="linenumber">117</context>
7903 </context-group>
7904 </trans-unit>
7905 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
7906 <source>
7907 The worst-case scenario of an average person spying on their friends is quite unlikely.
7908 There are much more effective ways to get that kind of information.
7909 </source>
7910 <target></target>
7911 <context-group purpose="location">
7912 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7913 <context context-type="linenumber">126</context>
7914 </context-group>
7915 </trans-unit>
7916 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf" datatype="html">
7917 <source>How does PeerTube compare with YouTube?</source>
7918 <target></target>
7919 <context-group purpose="location">
7920 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7921 <context context-type="linenumber">131</context>
7922 </context-group>
7923 </trans-unit>
7924 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
7925 <source>
7926 The threats to privacy with YouTube are different from PeerTube's.
7927 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
7928 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
7929 </source>
7930 <target></target>
7931 <context-group purpose="location">
7932 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7933 <context context-type="linenumber">133</context>
7934 </context-group>
7935 </trans-unit>
7936 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99" datatype="html">
7937 <source>What can I do to limit the exposure of my IP address?</source>
7938 <target></target>
7939 <context-group purpose="location">
7940 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7941 <context context-type="linenumber">139</context>
7942 </context-group>
7943 </trans-unit>
7944 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
7945 <source>
7946 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
7947 your IP in their connection logs: ISP/routers/trackers/CDN and more.
7948 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
7949 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
7950 </source>
7951 <target></target>
7952 <context-group purpose="location">
7953 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7954 <context context-type="linenumber">141</context>
7955 </context-group>
7956 </trans-unit>
7957 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41" datatype="html">
7958 <source>What will be done to mitigate this problem?</source>
7959 <target></target>
7960 <context-group purpose="location">
7961 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7962 <context context-type="linenumber">148</context>
7963 </context-group>
7964 </trans-unit>
7965 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
7966 <source>
7967 PeerTube wants to deliver the best countermeasures possible, to give you more choice
7968 and render attacks less likely. Here is what we put in place so far:
7969 </source>
7970 <target></target>
7971 <context-group purpose="location">
7972 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7973 <context context-type="linenumber">150</context>
7974 </context-group>
7975 </trans-unit>
7976 <trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html">
7977 <source>We set a limit to the number of peers sent by the tracker</source>
7978 <target></target>
7979 <context-group purpose="location">
7980 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7981 <context context-type="linenumber">156</context>
7982 </context-group>
7983 </trans-unit>
7984 <trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html">
7985 <source>We set a limit on the request frequency received by the tracker</source>
7986 <target></target>
7987 <context-group purpose="location">
7988 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7989 <context context-type="linenumber">157</context>
7990 </context-group>
7991 </trans-unit>
7992 <trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html">
7993 <source>Allow instance admins to disable P2P from the administration interface</source>
7994 <target></target>
7995 <context-group purpose="location">
7996 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
7997 <context context-type="linenumber">158</context>
7998 </context-group>
7999 </trans-unit>
8000 <trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html">
8001 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source>
8002 <target></target>
8003 <context-group purpose="location">
8004 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
8005 <context context-type="linenumber">159</context>
8006 </context-group>
8007 </trans-unit>
8008 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
8009 <source>
8010 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
8011 WebRTC in your browser.
8012 </source>
8013 <target></target>
8014 <context-group purpose="location">
8015 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
8016 <context context-type="linenumber">162</context>
8017 </context-group>
8018 </trans-unit>
8019 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html">
8020 <source>Followers instances</source>
8021 <target></target>
8022 <context-group purpose="location">
8023 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
8024 <context context-type="linenumber">3</context>
8025 </context-group>
8026 </trans-unit>
8027 <trans-unit id="39dabfebe4a70cc00aa454f790b81cf453d38304" datatype="html">
8028 <source>This instance does not have instances followers.</source>
8029 <target></target>
8030 <context-group purpose="location">
8031 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
8032 <context context-type="linenumber">5</context>
8033 </context-group>
8034 </trans-unit>
8035 <trans-unit id="d4f8e8ce89a1f258702ba0341d7321f972f60b32" datatype="html">
8036 <source>Followings instances</source>
8037 <target></target>
8038 <context-group purpose="location">
8039 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
8040 <context context-type="linenumber">13</context>
8041 </context-group>
8042 </trans-unit>
8043 <trans-unit id="d0f0a0a5da1553964ae4891aaebd2b2c3e5ddae4" datatype="html">
8044 <source>This instance does not have instances followings.</source>
8045 <target></target>
8046 <context-group purpose="location">
8047 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
8048 <context context-type="linenumber">15</context>
8049 </context-group>
8050 </trans-unit>
8051 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
8052 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
8053 <target></target>
8054 <context-group purpose="location">
8055 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
8056 <context context-type="linenumber">3</context>
8057 </context-group>
8058 </trans-unit>
8059 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d" datatype="html">
8060 <source>
8061 Create an account
8062 </source>
8063 <target></target>
8064 <context-group purpose="location">
8065 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8066 <context context-type="linenumber">3</context>
8067 </context-group>
8068 </trans-unit>
8069 <trans-unit id="f732c304c7433e5a83ffcd862c3dce709a0f4982" datatype="html">
8070 <source>Next</source>
8071 <target></target>
8072 <context-group purpose="location">
8073 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8074 <context context-type="linenumber">20</context>
8075 </context-group>
8076 </trans-unit>
8077 <trans-unit id="f127303f2937f5d9ced837f692899f5d599659a1" datatype="html">
8078 <source>
8079 Create my account
8080 </source>
8081 <target></target>
8082 <context-group purpose="location">
8083 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8084 <context context-type="linenumber">28</context>
8085 </context-group>
8086 </trans-unit>
8087 <trans-unit id="cb9d0623f382c9803df997fb30b9a33a5438d919" datatype="html">
8088 <source>PeerTube is creating your account...</source>
8089 <target></target>
8090 <context-group purpose="location">
8091 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8092 <context context-type="linenumber">37</context>
8093 </context-group>
8094 </trans-unit>
8095 <trans-unit id="8dd413cee2228118c536f503709329a4d1a395e2" datatype="html">
8096 <source>Done</source>
8097 <target></target>
8098 <context-group purpose="location">
8099 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8100 <context context-type="linenumber">33</context>
8101 </context-group>
8102 </trans-unit>
8103 <trans-unit id="88b19801d99f5dcc4043d6d30dfa32c3f68da5ea" datatype="html">
8104 <source>Who are we?</source>
8105 <target></target>
8106 <context-group purpose="location">
8107 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8108 <context context-type="linenumber">60</context>
8109 </context-group>
8110 </trans-unit>
8111 <trans-unit id="05db4afa3e85d23d29fcfacaa5a61f0d2ae02dc0" datatype="html">
8112 <source>How long do we plan to maintain this instance?</source>
8113 <target></target>
8114 <context-group purpose="location">
8115 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8116 <context context-type="linenumber">65</context>
8117 </context-group>
8118 </trans-unit>
8119 <trans-unit id="b7ad73ca1e5e4a530ca4eaa5285e4fd0c376c089" datatype="html">
8120 <source>How will we finance this instance?</source>
8121 <target></target>
8122 <context-group purpose="location">
8123 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8124 <context context-type="linenumber">70</context>
8125 </context-group>
8126 </trans-unit>
8127 <trans-unit id="24e4921833f6fff4376e0ec13a33c44a85922355" datatype="html">
8128 <source>Administrators &amp; Sustainability</source>
8129 <target></target>
8130 <context-group purpose="location">
8131 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
8132 <context context-type="linenumber">56</context>
8133 </context-group>
8134 </trans-unit>
8135 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
8136 <source>
8137 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
8138 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
8139 </source>
8140 <target></target>
8141 <context-group purpose="location">
8142 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
8143 <context context-type="linenumber">4</context>
8144 </context-group>
8145 </trans-unit>
8146 <trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da" datatype="html">
8147 <source>
8148 Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
8149 </source>
8150 <target></target>
8151 <context-group purpose="location">
8152 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
8153 <context context-type="linenumber">9</context>
8154 </context-group>
8155 </trans-unit>
8156 <trans-unit id="79b3619b36af71e5c70394a3a7b31545e32d83f0" datatype="html">
8157 <source>Channel display name</source>
8158 <target></target>
8159 <context-group purpose="location">
8160 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
8161 <context context-type="linenumber">15</context>
8162 </context-group>
8163 </trans-unit>
8164 <trans-unit id="306a2ab7f93c214af3f5579f54bd8b3ad0d5560e" datatype="html">
8165 <source>Channel name</source>
8166 <target></target>
8167 <context-group purpose="location">
8168 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
8169 <context context-type="linenumber">30</context>
8170 </context-group>
8171 </trans-unit>
8172 <trans-unit id="cb4c2c5a4f4b34d3158f2344a3e625d0dc321f4d" datatype="html">
8173 <source>Example: my_super_channel</source>
8174 <target></target>
8175 <context-group purpose="location">
8176 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
8177 <context context-type="linenumber">34</context>
8178 </context-group>
8179 </trans-unit>
8180 <trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html">
8181 <source>
8182 The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.
8183 </source>
8184 <target></target>
8185 <context-group purpose="location">
8186 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
8187 <context context-type="linenumber">42</context>
8188 </context-group>
8189 </trans-unit>
8190 <trans-unit id="60534abbe922bf9da7284c1c84d26315d695a5b7" datatype="html">
8191 <source>
8192 Channel name cannot be the same than your account name. You can click on the first step to update your account name.
8193 </source>
8194 <target></target>
8195 <context-group purpose="location">
8196 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
8197 <context context-type="linenumber">50</context>
8198 </context-group>
8199 </trans-unit>
8200 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3" datatype="html">
8201 <source>Example: jane_doe</source>
8202 <target></target>
8203 <context-group purpose="location">
8204 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
8205 <context context-type="linenumber">23</context>
8206 </context-group>
8207 </trans-unit>
8208 <trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html">
8209 <source>
8210 The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.
8211 </source>
8212 <target></target>
8213 <context-group purpose="location">
8214 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
8215 <context context-type="linenumber">31</context>
8216 </context-group>
8217 </trans-unit>
8218 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
8219 <source>
8220 I am at least 16 years old and agree
8221 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
8222 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
8223 of this instance
8224 </source>
8225 <target></target>
8226 <context-group purpose="location">
8227 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
8228 <context context-type="linenumber">65</context>
8229 </context-group>
8230 </trans-unit>
8231 <trans-unit id="b925172fc8e9b9a7fc6b9f5d742993b77ffdda2c" datatype="html">
8232 <source>
8233 Sorry, we couldn't find the page you were looking for.
8234 </source>
8235 <target></target>
8236 <context-group purpose="location">
8237 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
8238 <context context-type="linenumber">4</context>
8239 </context-group>
8240 </trans-unit>
8241 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10" datatype="html">
8242 <source>Your message has been sent.</source>
8243 <target></target>
8244 <context-group purpose="location">
8245 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
8246 <context context-type="linenumber">1</context>
8247 </context-group>
8248 </trans-unit>
8249 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c" datatype="html">
8250 <source>You already sent this form recently</source>
8251 <target></target>
8252 <context-group purpose="location">
8253 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
8254 <context context-type="linenumber">1</context>
8255 </context-group>
8256 </trans-unit>
8257 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968" datatype="html">
8258 <source>No description</source>
8259 <target></target>
8260 <context-group purpose="location">
8261 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context>
8262 <context context-type="linenumber">1</context>
8263 </context-group>
8264 <context-group purpose="location">
8265 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context>
8266 <context context-type="linenumber">1</context>
8267 </context-group>
8268 </trans-unit>
8269 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
8270 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
8271 <target></target>
8272 <context-group purpose="location">
8273 <context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context>
8274 <context context-type="linenumber">1</context>
8275 </context-group>
8276 </trans-unit>
8277 <trans-unit id="e1979668b5d368a2a5d476ba4949bc518a4316a0" datatype="html">
8278 <source><x id="INTERPOLATION" equiv-text="{{followers}}"/> direct account followers</source>
8279 <target></target>
8280 <context-group purpose="location">
8281 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
8282 <context context-type="linenumber">1</context>
8283 </context-group>
8284 </trans-unit>
8285 <trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html">
8286 <source>VIDEO CHANNELS</source>
8287 <target></target>
8288 <context-group purpose="location">
8289 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
8290 <context context-type="linenumber">1</context>
8291 </context-group>
8292 </trans-unit>
8293 <trans-unit id="2ccc315673e88d7490220d465da566e3acff72d5" datatype="html">
8294 <source>ABOUT</source>
8295 <target></target>
8296 <context-group purpose="location">
8297 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
8298 <context context-type="linenumber">1</context>
8299 </context-group>
8300 <context-group purpose="location">
8301 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
8302 <context context-type="linenumber">1</context>
8303 </context-group>
8304 </trans-unit>
8305 <trans-unit id="056a9a97eb47882159d3cf5bd8a9fc2cfe9371bf" datatype="html">
8306 <source>Username copied</source>
8307 <target></target>
8308 <context-group purpose="location">
8309 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
8310 <context context-type="linenumber">1</context>
8311 </context-group>
8312 <context-group purpose="location">
8313 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
8314 <context context-type="linenumber">1</context>
8315 </context-group>
8316 </trans-unit>
8317 <trans-unit id="f1a851fd8b39e5544e3eec438ebd7f4ccfcc34dc" datatype="html">
8318 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION" equiv-text="{{count}}"/> subscribers} }</source>
8319 <target></target>
8320 <context-group purpose="location">
8321 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
8322 <context context-type="linenumber">1</context>
8323 </context-group>
8324 </trans-unit>
8325 <trans-unit id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0" datatype="html">
8326 <source>Configuration</source>
8327 <target></target>
8328 <context-group purpose="location">
8329 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
8330 <context context-type="linenumber">1</context>
8331 </context-group>
8332 </trans-unit>
8333 <trans-unit id="00437b281d12d04c60a57bd329cff5e3c5febd93" datatype="html">
8334 <source>Audio-only</source>
8335 <target></target>
8336 <context-group purpose="location">
8337 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8338 <context context-type="linenumber">1</context>
8339 </context-group>
8340 </trans-unit>
8341 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
8342 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
8343 <target></target>
8344 <context-group purpose="location">
8345 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8346 <context context-type="linenumber">1</context>
8347 </context-group>
8348 </trans-unit>
8349 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
8350 <source>240p</source>
8351 <target></target>
8352 <context-group purpose="location">
8353 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8354 <context context-type="linenumber">1</context>
8355 </context-group>
8356 </trans-unit>
8357 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e" datatype="html">
8358 <source>360p</source>
8359 <target></target>
8360 <context-group purpose="location">
8361 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8362 <context context-type="linenumber">1</context>
8363 </context-group>
8364 </trans-unit>
8365 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5" datatype="html">
8366 <source>480p</source>
8367 <target></target>
8368 <context-group purpose="location">
8369 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8370 <context context-type="linenumber">1</context>
8371 </context-group>
8372 </trans-unit>
8373 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2" datatype="html">
8374 <source>720p</source>
8375 <target></target>
8376 <context-group purpose="location">
8377 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8378 <context context-type="linenumber">1</context>
8379 </context-group>
8380 </trans-unit>
8381 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9" datatype="html">
8382 <source>1080p</source>
8383 <target></target>
8384 <context-group purpose="location">
8385 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8386 <context context-type="linenumber">1</context>
8387 </context-group>
8388 </trans-unit>
8389 <trans-unit id="2303f8783df836e13c208710dc029a1d34b6a77a" datatype="html">
8390 <source>2160p</source>
8391 <target></target>
8392 <context-group purpose="location">
8393 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8394 <context context-type="linenumber">1</context>
8395 </context-group>
8396 </trans-unit>
8397 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111" datatype="html">
8398 <source>Auto (via ffmpeg)</source>
8399 <target></target>
8400 <context-group purpose="location">
8401 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8402 <context context-type="linenumber">1</context>
8403 </context-group>
8404 </trans-unit>
8405 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048" datatype="html">
8406 <source>Configuration updated.</source>
8407 <target></target>
8408 <context-group purpose="location">
8409 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8410 <context context-type="linenumber">1</context>
8411 </context-group>
8412 </trans-unit>
8413 <trans-unit id="baa5048f978a6fed563ab1d30a6bb965ea687ba8" datatype="html">
8414 <source>{{'{0} languages selected</source>
8415 <target></target>
8416 <context-group purpose="location">
8417 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8418 <context context-type="linenumber">1</context>
8419 </context-group>
8420 <context-group purpose="location">
8421 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
8422 <context context-type="linenumber">1</context>
8423 </context-group>
8424 </trans-unit>
8425 <trans-unit id="812a3c71b3a8e6bfc7f1c5e8690cb4738edb2224" datatype="html">
8426 <source>No language</source>
8427 <target></target>
8428 <context-group purpose="location">
8429 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8430 <context context-type="linenumber">1</context>
8431 </context-group>
8432 <context-group purpose="location">
8433 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
8434 <context context-type="linenumber">1</context>
8435 </context-group>
8436 </trans-unit>
8437 <trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0" datatype="html">
8438 <source>{{'{0} categories selected</source>
8439 <target></target>
8440 <context-group purpose="location">
8441 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8442 <context context-type="linenumber">1</context>
8443 </context-group>
8444 </trans-unit>
8445 <trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf" datatype="html">
8446 <source>No category</source>
8447 <target></target>
8448 <context-group purpose="location">
8449 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
8450 <context context-type="linenumber">1</context>
8451 </context-group>
8452 </trans-unit>
8453 <trans-unit id="67e703146fe9f6fa41250bbdf27db405cee57607" datatype="html">
8454 <source>Process domains</source>
8455 <target></target>
8456 <context-group purpose="location">
8457 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-modal.component.ts</context>
8458 <context context-type="linenumber">1</context>
8459 </context-group>
8460 </trans-unit>
8461 <trans-unit id="2f9439e4f986c94ed2ab6fec2b3dd82de1c6176f" datatype="html">
8462 <source>Domain is required.</source>
8463 <target></target>
8464 <context-group purpose="location">
8465 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8466 <context context-type="linenumber">1</context>
8467 </context-group>
8468 </trans-unit>
8469 <trans-unit id="a09570e386c8a76dd828525fde97eae2be1fc01c" datatype="html">
8470 <source>Domains entered are invalid.</source>
8471 <target></target>
8472 <context-group purpose="location">
8473 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8474 <context context-type="linenumber">1</context>
8475 </context-group>
8476 </trans-unit>
8477 <trans-unit id="2a6c3f1941b3e864033afa93da9b14e2ae17510c" datatype="html">
8478 <source>Domains entered contain duplicates.</source>
8479 <target></target>
8480 <context-group purpose="location">
8481 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8482 <context context-type="linenumber">1</context>
8483 </context-group>
8484 </trans-unit>
8485 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
8486 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
8487 <target></target>
8488 <context-group purpose="location">
8489 <context context-type="sourcefile">src/app/+admin/config/shared/batch-domains-validators.service.ts</context>
8490 <context context-type="linenumber">1</context>
8491 </context-group>
8492 </trans-unit>
8493 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
8494 <source>Unlimited</source>
8495 <target></target>
8496 <context-group purpose="location">
8497 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8498 <context context-type="linenumber">1</context>
8499 </context-group>
8500 <context-group purpose="location">
8501 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8502 <context context-type="linenumber">1</context>
8503 </context-group>
8504 <context-group purpose="location">
8505 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
8506 <context context-type="linenumber">1</context>
8507 </context-group>
8508 <context-group purpose="location">
8509 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
8510 <context context-type="linenumber">1</context>
8511 </context-group>
8512 <context-group purpose="location">
8513 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
8514 <context context-type="linenumber">1</context>
8515 </context-group>
8516 </trans-unit>
8517 <trans-unit id="41d65a19d2dd012b4b3699a96cc252a06f43703b" datatype="html">
8518 <source>None - no upload possible</source>
8519 <target></target>
8520 <context-group purpose="location">
8521 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8522 <context context-type="linenumber">1</context>
8523 </context-group>
8524 <context-group purpose="location">
8525 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8526 <context context-type="linenumber">1</context>
8527 </context-group>
8528 </trans-unit>
8529 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
8530 <source>100MB</source>
8531 <target></target>
8532 <context-group purpose="location">
8533 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8534 <context context-type="linenumber">1</context>
8535 </context-group>
8536 <context-group purpose="location">
8537 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8538 <context context-type="linenumber">1</context>
8539 </context-group>
8540 </trans-unit>
8541 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174" datatype="html">
8542 <source>500MB</source>
8543 <target></target>
8544 <context-group purpose="location">
8545 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8546 <context context-type="linenumber">1</context>
8547 </context-group>
8548 <context-group purpose="location">
8549 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8550 <context context-type="linenumber">1</context>
8551 </context-group>
8552 </trans-unit>
8553 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b" datatype="html">
8554 <source>1GB</source>
8555 <target></target>
8556 <context-group purpose="location">
8557 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8558 <context context-type="linenumber">1</context>
8559 </context-group>
8560 </trans-unit>
8561 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8" datatype="html">
8562 <source>5GB</source>
8563 <target></target>
8564 <context-group purpose="location">
8565 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8566 <context context-type="linenumber">1</context>
8567 </context-group>
8568 <context-group purpose="location">
8569 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8570 <context context-type="linenumber">1</context>
8571 </context-group>
8572 </trans-unit>
8573 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae" datatype="html">
8574 <source>20GB</source>
8575 <target></target>
8576 <context-group purpose="location">
8577 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8578 <context context-type="linenumber">1</context>
8579 </context-group>
8580 </trans-unit>
8581 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e" datatype="html">
8582 <source>50GB</source>
8583 <target></target>
8584 <context-group purpose="location">
8585 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8586 <context context-type="linenumber">1</context>
8587 </context-group>
8588 </trans-unit>
8589 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d" datatype="html">
8590 <source>10MB</source>
8591 <target></target>
8592 <context-group purpose="location">
8593 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8594 <context context-type="linenumber">1</context>
8595 </context-group>
8596 </trans-unit>
8597 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af" datatype="html">
8598 <source>50MB</source>
8599 <target></target>
8600 <context-group purpose="location">
8601 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8602 <context context-type="linenumber">1</context>
8603 </context-group>
8604 </trans-unit>
8605 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a" datatype="html">
8606 <source>2GB</source>
8607 <target></target>
8608 <context-group purpose="location">
8609 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
8610 <context context-type="linenumber">1</context>
8611 </context-group>
8612 </trans-unit>
8613 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
8614 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
8615 <target></target>
8616 <context-group purpose="location">
8617 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8618 <context context-type="linenumber">1</context>
8619 </context-group>
8620 </trans-unit>
8621 <trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430" datatype="html">
8622 <source>Do you really want to reject this follower?</source>
8623 <target></target>
8624 <context-group purpose="location">
8625 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8626 <context context-type="linenumber">1</context>
8627 </context-group>
8628 </trans-unit>
8629 <trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6" datatype="html">
8630 <source>Reject</source>
8631 <target></target>
8632 <context-group purpose="location">
8633 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8634 <context context-type="linenumber">1</context>
8635 </context-group>
8636 </trans-unit>
8637 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html">
8638 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
8639 <target></target>
8640 <context-group purpose="location">
8641 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8642 <context context-type="linenumber">1</context>
8643 </context-group>
8644 </trans-unit>
8645 <trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61" datatype="html">
8646 <source>Do you really want to delete this follower?</source>
8647 <target></target>
8648 <context-group purpose="location">
8649 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8650 <context context-type="linenumber">1</context>
8651 </context-group>
8652 </trans-unit>
8653 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html">
8654 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
8655 <target></target>
8656 <context-group purpose="location">
8657 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
8658 <context context-type="linenumber">1</context>
8659 </context-group>
8660 </trans-unit>
8661 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
8662 <source>Follow request(s) sent!</source>
8663 <target></target>
8664 <context-group purpose="location">
8665 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8666 <context context-type="linenumber">1</context>
8667 </context-group>
8668 </trans-unit>
8669 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
8670 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
8671 <target></target>
8672 <context-group purpose="location">
8673 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8674 <context context-type="linenumber">1</context>
8675 </context-group>
8676 </trans-unit>
8677 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902" datatype="html">
8678 <source>Unfollow</source>
8679 <target></target>
8680 <context-group purpose="location">
8681 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8682 <context context-type="linenumber">1</context>
8683 </context-group>
8684 </trans-unit>
8685 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0" datatype="html">
8686 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
8687 <target></target>
8688 <context-group purpose="location">
8689 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
8690 <context context-type="linenumber">1</context>
8691 </context-group>
8692 </trans-unit>
8693 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246" datatype="html">
8694 <source>enabled</source>
8695 <target></target>
8696 <context-group purpose="location">
8697 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
8698 <context context-type="linenumber">1</context>
8699 </context-group>
8700 </trans-unit>
8701 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad" datatype="html">
8702 <source>disabled</source>
8703 <target></target>
8704 <context-group purpose="location">
8705 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
8706 <context context-type="linenumber">1</context>
8707 </context-group>
8708 </trans-unit>
8709 <trans-unit id="1123807fc813c816404598147173403d00117557" datatype="html">
8710 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
8711 <target></target>
8712 <context-group purpose="location">
8713 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
8714 <context context-type="linenumber">1</context>
8715 </context-group>
8716 </trans-unit>
8717 <trans-unit id="fb2e1bed329dc5b84197808c778abb9edcbdb335" datatype="html">
8718 <source>Used</source>
8719 <target></target>
8720 <context-group purpose="location">
8721 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8722 <context context-type="linenumber">1</context>
8723 </context-group>
8724 </trans-unit>
8725 <trans-unit id="b7da3e3505cc80f9bf3cffc8444c53e8a9ec70a5" datatype="html">
8726 <source>Available</source>
8727 <target></target>
8728 <context-group purpose="location">
8729 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8730 <context context-type="linenumber">1</context>
8731 </context-group>
8732 </trans-unit>
8733 <trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html">
8734 <source>Do you really want to remove this video redundancy?</source>
8735 <target></target>
8736 <context-group purpose="location">
8737 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8738 <context context-type="linenumber">1</context>
8739 </context-group>
8740 </trans-unit>
8741 <trans-unit id="9eef7dd291945247d4aefb3994b617d73a0c96e2" datatype="html">
8742 <source>Remove redundancy</source>
8743 <target></target>
8744 <context-group purpose="location">
8745 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8746 <context context-type="linenumber">1</context>
8747 </context-group>
8748 </trans-unit>
8749 <trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html">
8750 <source>Video redundancies removed!</source>
8751 <target></target>
8752 <context-group purpose="location">
8753 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
8754 <context context-type="linenumber">1</context>
8755 </context-group>
8756 </trans-unit>
8757 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da" datatype="html">
8758 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
8759 <target></target>
8760 <context-group purpose="location">
8761 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context>
8762 <context context-type="linenumber">1</context>
8763 </context-group>
8764 </trans-unit>
8765 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330" datatype="html">
8766 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
8767 <target></target>
8768 <context-group purpose="location">
8769 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
8770 <context context-type="linenumber">1</context>
8771 </context-group>
8772 </trans-unit>
8773 <trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
8774 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source>
8775 <target></target>
8776 <context-group purpose="location">
8777 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
8778 <context context-type="linenumber">1</context>
8779 </context-group>
8780 </trans-unit>
8781 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
8782 <source>Comment updated.</source>
8783 <target></target>
8784 <context-group purpose="location">
8785 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
8786 <context context-type="linenumber">1</context>
8787 </context-group>
8788 </trans-unit>
8789 <trans-unit id="37682f69f05be054bd72b44947af150734e302c3" datatype="html">
8790 <source>Internal actions</source>
8791 <target></target>
8792 <context-group purpose="location">
8793 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8794 <context context-type="linenumber">1</context>
8795 </context-group>
8796 </trans-unit>
8797 <trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
8798 <source>Delete report</source>
8799 <target></target>
8800 <context-group purpose="location">
8801 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8802 <context context-type="linenumber">1</context>
8803 </context-group>
8804 </trans-unit>
8805 <trans-unit id="513acd6a54ffb7c9c494cfcac42a161aa12e69fe" datatype="html">
8806 <source>Add note</source>
8807 <target></target>
8808 <context-group purpose="location">
8809 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8810 <context context-type="linenumber">1</context>
8811 </context-group>
8812 </trans-unit>
8813 <trans-unit id="9fb13da3d22d6216b8a5a9c63777c9c0c506c7eb" datatype="html">
8814 <source>Update note</source>
8815 <target></target>
8816 <context-group purpose="location">
8817 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8818 <context context-type="linenumber">1</context>
8819 </context-group>
8820 </trans-unit>
8821 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
8822 <source>Mark as accepted</source>
8823 <target></target>
8824 <context-group purpose="location">
8825 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8826 <context context-type="linenumber">1</context>
8827 </context-group>
8828 </trans-unit>
8829 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3" datatype="html">
8830 <source>Mark as rejected</source>
8831 <target></target>
8832 <context-group purpose="location">
8833 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8834 <context context-type="linenumber">1</context>
8835 </context-group>
8836 </trans-unit>
8837 <trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
8838 <source>Actions for the video</source>
8839 <target></target>
8840 <context-group purpose="location">
8841 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8842 <context context-type="linenumber">1</context>
8843 </context-group>
8844 </trans-unit>
8845 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8846 <source>Video blacklisted.</source>
8847 <target></target>
8848 <context-group purpose="location">
8849 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8850 <context context-type="linenumber">1</context>
8851 </context-group>
8852 <context-group purpose="location">
8853 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context>
8854 <context context-type="linenumber">1</context>
8855 </context-group>
8856 </trans-unit>
8857 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
8858 <source>Unblacklist video</source>
8859 <target></target>
8860 <context-group purpose="location">
8861 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8862 <context context-type="linenumber">1</context>
8863 </context-group>
8864 </trans-unit>
8865 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
8866 <source>Video unblacklisted.</source>
8867 <target></target>
8868 <context-group purpose="location">
8869 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8870 <context context-type="linenumber">1</context>
8871 </context-group>
8872 </trans-unit>
8873 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
8874 <source>Delete video</source>
8875 <target></target>
8876 <context-group purpose="location">
8877 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8878 <context context-type="linenumber">1</context>
8879 </context-group>
8880 </trans-unit>
8881 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
8882 <source>Do you really want to delete this video?</source>
8883 <target></target>
8884 <context-group purpose="location">
8885 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8886 <context context-type="linenumber">1</context>
8887 </context-group>
8888 <context-group purpose="location">
8889 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8890 <context context-type="linenumber">1</context>
8891 </context-group>
8892 </trans-unit>
8893 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
8894 <source>Video deleted.</source>
8895 <target></target>
8896 <context-group purpose="location">
8897 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8898 <context context-type="linenumber">1</context>
8899 </context-group>
8900 </trans-unit>
8901 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
8902 <source>Actions for the reporter</source>
8903 <target></target>
8904 <context-group purpose="location">
8905 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8906 <context context-type="linenumber">1</context>
8907 </context-group>
8908 </trans-unit>
8909 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
8910 <source>Mute reporter</source>
8911 <target></target>
8912 <context-group purpose="location">
8913 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8914 <context context-type="linenumber">1</context>
8915 </context-group>
8916 </trans-unit>
8917 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
8918 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
8919 <target></target>
8920 <context-group purpose="location">
8921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8922 <context context-type="linenumber">1</context>
8923 </context-group>
8924 <context-group purpose="location">
8925 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8926 <context context-type="linenumber">1</context>
8927 </context-group>
8928 </trans-unit>
8929 <trans-unit id="88aea4de1e1b6ebea31b665286b388d0efb3a84b" datatype="html">
8930 <source>Mute server</source>
8931 <target></target>
8932 <context-group purpose="location">
8933 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8934 <context context-type="linenumber">1</context>
8935 </context-group>
8936 </trans-unit>
8937 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
8938 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
8939 <target></target>
8940 <context-group purpose="location">
8941 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8942 <context context-type="linenumber">1</context>
8943 </context-group>
8944 </trans-unit>
8945 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
8946 <source>Do you really want to delete this abuse report?</source>
8947 <target></target>
8948 <context-group purpose="location">
8949 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8950 <context context-type="linenumber">1</context>
8951 </context-group>
8952 </trans-unit>
8953 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9" datatype="html">
8954 <source>Abuse deleted.</source>
8955 <target></target>
8956 <context-group purpose="location">
8957 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
8958 <context context-type="linenumber">1</context>
8959 </context-group>
8960 </trans-unit>
8961 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
8962 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
8963 <target></target>
8964 <context-group purpose="location">
8965 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
8966 <context context-type="linenumber">1</context>
8967 </context-group>
8968 </trans-unit>
8969 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
8970 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
8971 <target></target>
8972 <context-group purpose="location">
8973 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
8974 <context context-type="linenumber">1</context>
8975 </context-group>
8976 </trans-unit>
8977 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html">
8978 <source>yes</source>
8979 <target></target>
8980 <context-group purpose="location">
8981 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
8982 <context context-type="linenumber">1</context>
8983 </context-group>
8984 </trans-unit>
8985 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b" datatype="html">
8986 <source>no</source>
8987 <target></target>
8988 <context-group purpose="location">
8989 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
8990 <context context-type="linenumber">1</context>
8991 </context-group>
8992 </trans-unit>
8993 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223" datatype="html">
8994 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
8995 <target></target>
8996 <context-group purpose="location">
8997 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
8998 <context context-type="linenumber">1</context>
8999 </context-group>
9000 <context-group purpose="location">
9001 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9002 <context context-type="linenumber">1</context>
9003 </context-group>
9004 </trans-unit>
9005 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f" datatype="html">
9006 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
9007 <target></target>
9008 <context-group purpose="location">
9009 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
9010 <context context-type="linenumber">1</context>
9011 </context-group>
9012 <context-group purpose="location">
9013 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9014 <context context-type="linenumber">1</context>
9015 </context-group>
9016 </trans-unit>
9017 <trans-unit id="9ab7a3efed2b78a4d4fd4365eb1b3385ced0d523" datatype="html">
9018 <source>You don't have plugins installed yet.</source>
9019 <target></target>
9020 <context-group purpose="location">
9021 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
9022 <context context-type="linenumber">1</context>
9023 </context-group>
9024 </trans-unit>
9025 <trans-unit id="c52fe59dee78663d109bfa6727e172033ff8e61f" datatype="html">
9026 <source>You don't have themes installed yet.</source>
9027 <target></target>
9028 <context-group purpose="location">
9029 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
9030 <context context-type="linenumber">1</context>
9031 </context-group>
9032 </trans-unit>
9033 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9" datatype="html">
9034 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source>
9035 <target></target>
9036 <context-group purpose="location">
9037 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
9038 <context context-type="linenumber">1</context>
9039 </context-group>
9040 </trans-unit>
9041 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702" datatype="html">
9042 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
9043 <target></target>
9044 <context-group purpose="location">
9045 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
9046 <context context-type="linenumber">1</context>
9047 </context-group>
9048 </trans-unit>
9049 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144" datatype="html">
9050 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source>
9051 <target></target>
9052 <context-group purpose="location">
9053 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
9054 <context context-type="linenumber">1</context>
9055 </context-group>
9056 </trans-unit>
9057 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b" datatype="html">
9058 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source>
9059 <target></target>
9060 <context-group purpose="location">
9061 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
9062 <context context-type="linenumber">1</context>
9063 </context-group>
9064 </trans-unit>
9065 <trans-unit id="53dd049a77e37ce7abc10e174904233f8788464d" datatype="html">
9066 <source>The plugin index is not available. Please retry later.</source>
9067 <target></target>
9068 <context-group purpose="location">
9069 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
9070 <context context-type="linenumber">1</context>
9071 </context-group>
9072 </trans-unit>
9073 <trans-unit id="b2e83b683cbef07c420a431ae679c52ebba8a8f0" datatype="html">
9074 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source>
9075 <target></target>
9076 <context-group purpose="location">
9077 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
9078 <context context-type="linenumber">1</context>
9079 </context-group>
9080 </trans-unit>
9081 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b" datatype="html">
9082 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
9083 <target></target>
9084 <context-group purpose="location">
9085 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
9086 <context context-type="linenumber">1</context>
9087 </context-group>
9088 </trans-unit>
9089 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b" datatype="html">
9090 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source>
9091 <target></target>
9092 <context-group purpose="location">
9093 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
9094 <context context-type="linenumber">1</context>
9095 </context-group>
9096 </trans-unit>
9097 <trans-unit id="3554590f772dd4b9b4cc7d282ba00cdac8ad0d12" datatype="html">
9098 <source>Settings updated.</source>
9099 <target></target>
9100 <context-group purpose="location">
9101 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts</context>
9102 <context context-type="linenumber">1</context>
9103 </context-group>
9104 </trans-unit>
9105 <trans-unit id="7099af5a120571be073bcfb7babafb38e91a3b50" datatype="html">
9106 <source>Plugins</source>
9107 <target></target>
9108 <context-group purpose="location">
9109 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
9110 <context context-type="linenumber">1</context>
9111 </context-group>
9112 </trans-unit>
9113 <trans-unit id="60c855c323706a04ccd2ff22d634bde9b6233bbf" datatype="html">
9114 <source>Themes</source>
9115 <target></target>
9116 <context-group purpose="location">
9117 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
9118 <context context-type="linenumber">1</context>
9119 </context-group>
9120 </trans-unit>
9121 <trans-unit id="e72b0e32070d4a69221ef64d793fe7d61381a819" datatype="html">
9122 <source>plugin</source>
9123 <target></target>
9124 <context-group purpose="location">
9125 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
9126 <context context-type="linenumber">1</context>
9127 </context-group>
9128 </trans-unit>
9129 <trans-unit id="0f6f5bc1d9e83b758dd60bc6dc7aad7d2cb7f600" datatype="html">
9130 <source>theme</source>
9131 <target></target>
9132 <context-group purpose="location">
9133 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
9134 <context context-type="linenumber">1</context>
9135 </context-group>
9136 </trans-unit>
9137 <trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f" datatype="html">
9138 <source>Last week</source>
9139 <target></target>
9140 <context-group purpose="location">
9141 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9142 <context context-type="linenumber">1</context>
9143 </context-group>
9144 </trans-unit>
9145 <trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441" datatype="html">
9146 <source>Last day</source>
9147 <target></target>
9148 <context-group purpose="location">
9149 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9150 <context context-type="linenumber">1</context>
9151 </context-group>
9152 </trans-unit>
9153 <trans-unit id="9c152780247b402c410b861e521967dca7d9fd10" datatype="html">
9154 <source>Last hour</source>
9155 <target></target>
9156 <context-group purpose="location">
9157 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9158 <context context-type="linenumber">1</context>
9159 </context-group>
9160 </trans-unit>
9161 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html">
9162 <source>Info</source>
9163 <target></target>
9164 <context-group purpose="location">
9165 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9166 <context context-type="linenumber">1</context>
9167 </context-group>
9168 <context-group purpose="location">
9169 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
9170 <context context-type="linenumber">1</context>
9171 </context-group>
9172 </trans-unit>
9173 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01" datatype="html">
9174 <source>Warning</source>
9175 <target></target>
9176 <context-group purpose="location">
9177 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9178 <context context-type="linenumber">1</context>
9179 </context-group>
9180 <context-group purpose="location">
9181 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
9182 <context context-type="linenumber">1</context>
9183 </context-group>
9184 </trans-unit>
9185 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d" datatype="html">
9186 <source>Error</source>
9187 <target></target>
9188 <context-group purpose="location">
9189 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9190 <context context-type="linenumber">1</context>
9191 </context-group>
9192 <context-group purpose="location">
9193 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
9194 <context context-type="linenumber">1</context>
9195 </context-group>
9196 <context-group purpose="location">
9197 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
9198 <context context-type="linenumber">1</context>
9199 </context-group>
9200 </trans-unit>
9201 <trans-unit id="36c42d3ca8973e91a59cbfda455d5a2e60ee460d" datatype="html">
9202 <source>Standard logs</source>
9203 <target></target>
9204 <context-group purpose="location">
9205 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9206 <context context-type="linenumber">1</context>
9207 </context-group>
9208 </trans-unit>
9209 <trans-unit id="6bc73c8f1beb10bd499ed4272eb599c04768adb8" datatype="html">
9210 <source>Audit logs</source>
9211 <target></target>
9212 <context-group purpose="location">
9213 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
9214 <context context-type="linenumber">1</context>
9215 </context-group>
9216 </trans-unit>
9217 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa" datatype="html">
9218 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
9219 <target></target>
9220 <context-group purpose="location">
9221 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context>
9222 <context context-type="linenumber">1</context>
9223 </context-group>
9224 </trans-unit>
9225 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html">
9226 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
9227 <target></target>
9228 <context-group purpose="location">
9229 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
9230 <context context-type="linenumber">1</context>
9231 </context-group>
9232 </trans-unit>
9233 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2" datatype="html">
9234 <source>Update user password</source>
9235 <target></target>
9236 <context-group purpose="location">
9237 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
9238 <context context-type="linenumber">1</context>
9239 </context-group>
9240 </trans-unit>
9241 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
9242 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
9243 <target></target>
9244 <context-group purpose="location">
9245 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
9246 <context context-type="linenumber">1</context>
9247 </context-group>
9248 </trans-unit>
9249 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
9250 <source>Update user</source>
9251 <target></target>
9252 <context-group purpose="location">
9253 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
9254 <context context-type="linenumber">1</context>
9255 </context-group>
9256 </trans-unit>
9257 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html">
9258 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
9259 <target></target>
9260 <context-group purpose="location">
9261 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
9262 <context context-type="linenumber">1</context>
9263 </context-group>
9264 </trans-unit>
9265 <trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html">
9266 <source>Videos will be deleted, comments will be tombstoned.</source>
9267 <target></target>
9268 <context-group purpose="location">
9269 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9270 <context context-type="linenumber">1</context>
9271 </context-group>
9272 <context-group purpose="location">
9273 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9274 <context context-type="linenumber">1</context>
9275 </context-group>
9276 </trans-unit>
9277 <trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html">
9278 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
9279 <target></target>
9280 <context-group purpose="location">
9281 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9282 <context context-type="linenumber">1</context>
9283 </context-group>
9284 <context-group purpose="location">
9285 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9286 <context context-type="linenumber">1</context>
9287 </context-group>
9288 </trans-unit>
9289 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8" datatype="html">
9290 <source>Unban</source>
9291 <target></target>
9292 <context-group purpose="location">
9293 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9294 <context context-type="linenumber">1</context>
9295 </context-group>
9296 <context-group purpose="location">
9297 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9298 <context context-type="linenumber">1</context>
9299 </context-group>
9300 <context-group purpose="location">
9301 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9302 <context context-type="linenumber">1</context>
9303 </context-group>
9304 </trans-unit>
9305 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f" datatype="html">
9306 <source>Set Email as Verified</source>
9307 <target></target>
9308 <context-group purpose="location">
9309 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9310 <context context-type="linenumber">1</context>
9311 </context-group>
9312 <context-group purpose="location">
9313 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9314 <context context-type="linenumber">1</context>
9315 </context-group>
9316 </trans-unit>
9317 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf" datatype="html">
9318 <source>You cannot ban root.</source>
9319 <target></target>
9320 <context-group purpose="location">
9321 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9322 <context context-type="linenumber">1</context>
9323 </context-group>
9324 <context-group purpose="location">
9325 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9326 <context context-type="linenumber">1</context>
9327 </context-group>
9328 </trans-unit>
9329 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e" datatype="html">
9330 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
9331 <target></target>
9332 <context-group purpose="location">
9333 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9334 <context context-type="linenumber">1</context>
9335 </context-group>
9336 </trans-unit>
9337 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd" datatype="html">
9338 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
9339 <target></target>
9340 <context-group purpose="location">
9341 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9342 <context context-type="linenumber">1</context>
9343 </context-group>
9344 </trans-unit>
9345 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11" datatype="html">
9346 <source>You cannot delete root.</source>
9347 <target></target>
9348 <context-group purpose="location">
9349 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9350 <context context-type="linenumber">1</context>
9351 </context-group>
9352 <context-group purpose="location">
9353 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9354 <context context-type="linenumber">1</context>
9355 </context-group>
9356 </trans-unit>
9357 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51" datatype="html">
9358 <source>If you remove these users, you will not be able to create others with the same username!</source>
9359 <target></target>
9360 <context-group purpose="location">
9361 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9362 <context context-type="linenumber">1</context>
9363 </context-group>
9364 </trans-unit>
9365 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329" datatype="html">
9366 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
9367 <target></target>
9368 <context-group purpose="location">
9369 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9370 <context context-type="linenumber">1</context>
9371 </context-group>
9372 </trans-unit>
9373 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650" datatype="html">
9374 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
9375 <target></target>
9376 <context-group purpose="location">
9377 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
9378 <context context-type="linenumber">1</context>
9379 </context-group>
9380 </trans-unit>
9381 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de" datatype="html">
9382 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
9383 <target></target>
9384 <context-group purpose="location">
9385 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context>
9386 <context context-type="linenumber">1</context>
9387 </context-group>
9388 <context-group purpose="location">
9389 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9390 <context context-type="linenumber">1</context>
9391 </context-group>
9392 </trans-unit>
9393 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c" datatype="html">
9394 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
9395 <target></target>
9396 <context-group purpose="location">
9397 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context>
9398 <context context-type="linenumber">1</context>
9399 </context-group>
9400 <context-group purpose="location">
9401 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9402 <context context-type="linenumber">1</context>
9403 </context-group>
9404 </trans-unit>
9405 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f" datatype="html">
9406 <source>My videos history</source>
9407 <target></target>
9408 <context-group purpose="location">
9409 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9410 <context context-type="linenumber">1</context>
9411 </context-group>
9412 </trans-unit>
9413 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95" datatype="html">
9414 <source>Videos history is enabled</source>
9415 <target></target>
9416 <context-group purpose="location">
9417 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9418 <context context-type="linenumber">1</context>
9419 </context-group>
9420 </trans-unit>
9421 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013" datatype="html">
9422 <source>Videos history is disabled</source>
9423 <target></target>
9424 <context-group purpose="location">
9425 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9426 <context context-type="linenumber">1</context>
9427 </context-group>
9428 </trans-unit>
9429 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8" datatype="html">
9430 <source>Delete videos history</source>
9431 <target></target>
9432 <context-group purpose="location">
9433 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9434 <context context-type="linenumber">1</context>
9435 </context-group>
9436 </trans-unit>
9437 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4" datatype="html">
9438 <source>Are you sure you want to delete all your videos history?</source>
9439 <target></target>
9440 <context-group purpose="location">
9441 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9442 <context context-type="linenumber">1</context>
9443 </context-group>
9444 </trans-unit>
9445 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164" datatype="html">
9446 <source>Videos history deleted</source>
9447 <target></target>
9448 <context-group purpose="location">
9449 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
9450 <context context-type="linenumber">1</context>
9451 </context-group>
9452 </trans-unit>
9453 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e" datatype="html">
9454 <source>Ownership accepted</source>
9455 <target></target>
9456 <context-group purpose="location">
9457 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts</context>
9458 <context context-type="linenumber">1</context>
9459 </context-group>
9460 </trans-unit>
9461 <trans-unit id="3a8f29caac7ce9400d11a7c4f8b71a710865f56b" datatype="html">
9462 <source>Please check your emails to verify your new email.</source>
9463 <target></target>
9464 <context-group purpose="location">
9465 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
9466 <context context-type="linenumber">1</context>
9467 </context-group>
9468 </trans-unit>
9469 <trans-unit id="8155899f3b3b2e0467846ea7f27fcfb46c882204" datatype="html">
9470 <source>Email updated.</source>
9471 <target></target>
9472 <context-group purpose="location">
9473 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
9474 <context context-type="linenumber">1</context>
9475 </context-group>
9476 </trans-unit>
9477 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c" datatype="html">
9478 <source>You current password is invalid.</source>
9479 <target></target>
9480 <context-group purpose="location">
9481 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
9482 <context context-type="linenumber">1</context>
9483 </context-group>
9484 <context-group purpose="location">
9485 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
9486 <context context-type="linenumber">1</context>
9487 </context-group>
9488 </trans-unit>
9489 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc" datatype="html">
9490 <source>Password updated.</source>
9491 <target></target>
9492 <context-group purpose="location">
9493 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
9494 <context context-type="linenumber">1</context>
9495 </context-group>
9496 </trans-unit>
9497 <trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html">
9498 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source>
9499 <target></target>
9500 <context-group purpose="location">
9501 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9502 <context context-type="linenumber">1</context>
9503 </context-group>
9504 </trans-unit>
9505 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311" datatype="html">
9506 <source>Type your username to confirm</source>
9507 <target></target>
9508 <context-group purpose="location">
9509 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9510 <context context-type="linenumber">1</context>
9511 </context-group>
9512 </trans-unit>
9513 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065" datatype="html">
9514 <source>Delete my account</source>
9515 <target></target>
9516 <context-group purpose="location">
9517 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9518 <context context-type="linenumber">1</context>
9519 </context-group>
9520 </trans-unit>
9521 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7" datatype="html">
9522 <source>Your account is deleted.</source>
9523 <target></target>
9524 <context-group purpose="location">
9525 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
9526 <context context-type="linenumber">1</context>
9527 </context-group>
9528 </trans-unit>
9529 <trans-unit id="59f77c7dc03357ef1d7a334df06dfc7f31c9a165" datatype="html">
9530 <source>Interface settings updated.</source>
9531 <target></target>
9532 <context-group purpose="location">
9533 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts</context>
9534 <context context-type="linenumber">1</context>
9535 </context-group>
9536 <context-group purpose="location">
9537 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts</context>
9538 <context context-type="linenumber">1</context>
9539 </context-group>
9540 </trans-unit>
9541 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585" datatype="html">
9542 <source>New video from your subscriptions</source>
9543 <target></target>
9544 <context-group purpose="location">
9545 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9546 <context context-type="linenumber">1</context>
9547 </context-group>
9548 </trans-unit>
9549 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5" datatype="html">
9550 <source>New comment on your video</source>
9551 <target></target>
9552 <context-group purpose="location">
9553 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9554 <context context-type="linenumber">1</context>
9555 </context-group>
9556 </trans-unit>
9557 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
9558 <source>New video abuse</source>
9559 <target></target>
9560 <context-group purpose="location">
9561 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9562 <context context-type="linenumber">1</context>
9563 </context-group>
9564 </trans-unit>
9565 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47" datatype="html">
9566 <source>Video auto-blacklisted waiting review</source>
9567 <target></target>
9568 <context-group purpose="location">
9569 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9570 <context context-type="linenumber">1</context>
9571 </context-group>
9572 </trans-unit>
9573 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996" datatype="html">
9574 <source>One of your video is blacklisted/unblacklisted</source>
9575 <target></target>
9576 <context-group purpose="location">
9577 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9578 <context context-type="linenumber">1</context>
9579 </context-group>
9580 </trans-unit>
9581 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc" datatype="html">
9582 <source>Video published (after transcoding/scheduled update)</source>
9583 <target></target>
9584 <context-group purpose="location">
9585 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9586 <context context-type="linenumber">1</context>
9587 </context-group>
9588 </trans-unit>
9589 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4" datatype="html">
9590 <source>Video import finished</source>
9591 <target></target>
9592 <context-group purpose="location">
9593 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9594 <context context-type="linenumber">1</context>
9595 </context-group>
9596 </trans-unit>
9597 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034" datatype="html">
9598 <source>A new user registered on your instance</source>
9599 <target></target>
9600 <context-group purpose="location">
9601 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9602 <context context-type="linenumber">1</context>
9603 </context-group>
9604 </trans-unit>
9605 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2" datatype="html">
9606 <source>You or your channel(s) has a new follower</source>
9607 <target></target>
9608 <context-group purpose="location">
9609 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9610 <context context-type="linenumber">1</context>
9611 </context-group>
9612 </trans-unit>
9613 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b" datatype="html">
9614 <source>Someone mentioned you in video comments</source>
9615 <target></target>
9616 <context-group purpose="location">
9617 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9618 <context context-type="linenumber">1</context>
9619 </context-group>
9620 </trans-unit>
9621 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html">
9622 <source>Your instance has a new follower</source>
9623 <target></target>
9624 <context-group purpose="location">
9625 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9626 <context context-type="linenumber">1</context>
9627 </context-group>
9628 </trans-unit>
9629 <trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869" datatype="html">
9630 <source>Your instance auto followed another instance</source>
9631 <target></target>
9632 <context-group purpose="location">
9633 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9634 <context context-type="linenumber">1</context>
9635 </context-group>
9636 </trans-unit>
9637 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401" datatype="html">
9638 <source>Preferences saved</source>
9639 <target></target>
9640 <context-group purpose="location">
9641 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9642 <context context-type="linenumber">1</context>
9643 </context-group>
9644 </trans-unit>
9645 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b" datatype="html">
9646 <source>Profile updated.</source>
9647 <target></target>
9648 <context-group purpose="location">
9649 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts</context>
9650 <context context-type="linenumber">1</context>
9651 </context-group>
9652 </trans-unit>
9653 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1" datatype="html">
9654 <source>Avatar changed.</source>
9655 <target></target>
9656 <context-group purpose="location">
9657 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
9658 <context context-type="linenumber">1</context>
9659 </context-group>
9660 <context-group purpose="location">
9661 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
9662 <context context-type="linenumber">1</context>
9663 </context-group>
9664 </trans-unit>
9665 <trans-unit id="96d143e59c90c4f479eb7a3b55e2a24dc676b31f" datatype="html">
9666 <source>Unknown language</source>
9667 <target></target>
9668 <context-group purpose="location">
9669 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
9670 <context context-type="linenumber">1</context>
9671 </context-group>
9672 </trans-unit>
9673 <trans-unit id="732fe7ff80eca196d9825b0ca16134ce8101e93e" datatype="html">
9674 <source>Video settings updated.</source>
9675 <target></target>
9676 <context-group purpose="location">
9677 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
9678 <context context-type="linenumber">1</context>
9679 </context-group>
9680 </trans-unit>
9681 <trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html">
9682 <source>Display/Video settings updated.</source>
9683 <target></target>
9684 <context-group purpose="location">
9685 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
9686 <context context-type="linenumber">1</context>
9687 </context-group>
9688 </trans-unit>
9689 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645" datatype="html">
9690 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
9691 <target></target>
9692 <context-group purpose="location">
9693 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
9694 <context context-type="linenumber">1</context>
9695 </context-group>
9696 </trans-unit>
9697 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47" datatype="html">
9698 <source>This name already exists on this instance.</source>
9699 <target></target>
9700 <context-group purpose="location">
9701 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
9702 <context context-type="linenumber">1</context>
9703 </context-group>
9704 </trans-unit>
9705 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
9706 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
9707 <target></target>
9708 <context-group purpose="location">
9709 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
9710 <context context-type="linenumber">1</context>
9711 </context-group>
9712 </trans-unit>
9713 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
9714 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source>
9715 <target></target>
9716 <context-group purpose="location">
9717 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9718 <context context-type="linenumber">1</context>
9719 </context-group>
9720 </trans-unit>
9721 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99" datatype="html">
9722 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
9723 <target></target>
9724 <context-group purpose="location">
9725 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9726 <context context-type="linenumber">1</context>
9727 </context-group>
9728 </trans-unit>
9729 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2" datatype="html">
9730 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
9731 <target></target>
9732 <context-group purpose="location">
9733 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9734 <context context-type="linenumber">1</context>
9735 </context-group>
9736 </trans-unit>
9737 <trans-unit id="690c61d85b87df8fab4fd958bceb3849b7f8c64b" datatype="html">
9738 <source>Views for the day</source>
9739 <target></target>
9740 <context-group purpose="location">
9741 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
9742 <context context-type="linenumber">1</context>
9743 </context-group>
9744 </trans-unit>
9745 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
9746 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
9747 <target></target>
9748 <context-group purpose="location">
9749 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context>
9750 <context context-type="linenumber">1</context>
9751 </context-group>
9752 </trans-unit>
9753 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
9754 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
9755 <target></target>
9756 <context-group purpose="location">
9757 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context>
9758 <context context-type="linenumber">1</context>
9759 </context-group>
9760 </trans-unit>
9761 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
9762 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
9763 <target></target>
9764 <context-group purpose="location">
9765 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
9766 <context context-type="linenumber">1</context>
9767 </context-group>
9768 </trans-unit>
9769 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
9770 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
9771 <target></target>
9772 <context-group purpose="location">
9773 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
9774 <context context-type="linenumber">1</context>
9775 </context-group>
9776 </trans-unit>
9777 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html">
9778 <source>My videos</source>
9779 <target></target>
9780 <context-group purpose="location">
9781 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9782 <context context-type="linenumber">1</context>
9783 </context-group>
9784 <context-group purpose="location">
9785 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9786 <context context-type="linenumber">1</context>
9787 </context-group>
9788 </trans-unit>
9789 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html">
9790 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
9791 <target></target>
9792 <context-group purpose="location">
9793 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9794 <context context-type="linenumber">1</context>
9795 </context-group>
9796 </trans-unit>
9797 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html">
9798 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
9799 <target></target>
9800 <context-group purpose="location">
9801 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9802 <context context-type="linenumber">1</context>
9803 </context-group>
9804 </trans-unit>
9805 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html">
9806 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
9807 <target></target>
9808 <context-group purpose="location">
9809 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9810 <context context-type="linenumber">1</context>
9811 </context-group>
9812 </trans-unit>
9813 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html">
9814 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
9815 <target></target>
9816 <context-group purpose="location">
9817 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
9818 <context context-type="linenumber">1</context>
9819 </context-group>
9820 <context-group purpose="location">
9821 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
9822 <context context-type="linenumber">1</context>
9823 </context-group>
9824 </trans-unit>
9825 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd" datatype="html">
9826 <source>Ownership change request sent.</source>
9827 <target></target>
9828 <context-group purpose="location">
9829 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts</context>
9830 <context context-type="linenumber">1</context>
9831 </context-group>
9832 </trans-unit>
9833 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
9834 <source>My library</source>
9835 <target></target>
9836 <context-group purpose="location">
9837 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9838 <context context-type="linenumber">1</context>
9839 </context-group>
9840 </trans-unit>
9841 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html">
9842 <source>My channels</source>
9843 <target></target>
9844 <context-group purpose="location">
9845 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9846 <context context-type="linenumber">1</context>
9847 </context-group>
9848 </trans-unit>
9849 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2" datatype="html">
9850 <source>My playlists</source>
9851 <target></target>
9852 <context-group purpose="location">
9853 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9854 <context context-type="linenumber">1</context>
9855 </context-group>
9856 </trans-unit>
9857 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9" datatype="html">
9858 <source>My subscriptions</source>
9859 <target></target>
9860 <context-group purpose="location">
9861 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9862 <context context-type="linenumber">1</context>
9863 </context-group>
9864 </trans-unit>
9865 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79" datatype="html">
9866 <source>My history</source>
9867 <target></target>
9868 <context-group purpose="location">
9869 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9870 <context context-type="linenumber">1</context>
9871 </context-group>
9872 </trans-unit>
9873 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029" datatype="html">
9874 <source>Misc</source>
9875 <target></target>
9876 <context-group purpose="location">
9877 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9878 <context context-type="linenumber">1</context>
9879 </context-group>
9880 </trans-unit>
9881 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7" datatype="html">
9882 <source>Ownership changes</source>
9883 <target></target>
9884 <context-group purpose="location">
9885 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9886 <context context-type="linenumber">1</context>
9887 </context-group>
9888 </trans-unit>
9889 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6" datatype="html">
9890 <source>My settings</source>
9891 <target></target>
9892 <context-group purpose="location">
9893 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9894 <context context-type="linenumber">1</context>
9895 </context-group>
9896 </trans-unit>
9897 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d" datatype="html">
9898 <source>My notifications</source>
9899 <target></target>
9900 <context-group purpose="location">
9901 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
9902 <context context-type="linenumber">1</context>
9903 </context-group>
9904 </trans-unit>
9905 <trans-unit id="de4bfcfa89604c153a4a07920642de55464425be" datatype="html">
9906 <source>max size</source>
9907 <target></target>
9908 <context-group purpose="location">
9909 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.ts</context>
9910 <context context-type="linenumber">1</context>
9911 </context-group>
9912 <context-group purpose="location">
9913 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.ts</context>
9914 <context context-type="linenumber">1</context>
9915 </context-group>
9916 </trans-unit>
9917 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
9918 <source>Now please check your emails to verify your account and complete signup.</source>
9919 <target></target>
9920 <context-group purpose="location">
9921 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
9922 <context context-type="linenumber">1</context>
9923 </context-group>
9924 </trans-unit>
9925 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6" datatype="html">
9926 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
9927 <target></target>
9928 <context-group purpose="location">
9929 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
9930 <context context-type="linenumber">1</context>
9931 </context-group>
9932 </trans-unit>
9933 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706" datatype="html">
9934 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
9935 <target></target>
9936 <context-group purpose="location">
9937 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context>
9938 <context context-type="linenumber">1</context>
9939 </context-group>
9940 </trans-unit>
9941 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752" datatype="html">
9942 <source>Unable to find user id or verification string.</source>
9943 <target></target>
9944 <context-group purpose="location">
9945 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts</context>
9946 <context context-type="linenumber">1</context>
9947 </context-group>
9948 <context-group purpose="location">
9949 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
9950 <context context-type="linenumber">1</context>
9951 </context-group>
9952 </trans-unit>
9953 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9" datatype="html">
9954 <source>Published videos</source>
9955 <target></target>
9956 <context-group purpose="location">
9957 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
9958 <context context-type="linenumber">1</context>
9959 </context-group>
9960 </trans-unit>
9961 <trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html">
9962 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source>
9963 <target></target>
9964 <context-group purpose="location">
9965 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
9966 <context context-type="linenumber">1</context>
9967 </context-group>
9968 </trans-unit>
9969 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598" datatype="html">
9970 <source>Subscribe to the account</source>
9971 <target></target>
9972 <context-group purpose="location">
9973 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
9974 <context context-type="linenumber">1</context>
9975 </context-group>
9976 <context-group purpose="location">
9977 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
9978 <context context-type="linenumber">1</context>
9979 </context-group>
9980 </trans-unit>
9981 <trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html">
9982 <source>VIDEO PLAYLISTS</source>
9983 <target></target>
9984 <context-group purpose="location">
9985 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
9986 <context context-type="linenumber">1</context>
9987 </context-group>
9988 </trans-unit>
9989 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013" datatype="html">
9990 <source>Focus the search bar</source>
9991 <target></target>
9992 <context-group purpose="location">
9993 <context context-type="sourcefile">src/app/app.component.ts</context>
9994 <context context-type="linenumber">1</context>
9995 </context-group>
9996 </trans-unit>
9997 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099" datatype="html">
9998 <source>Toggle the left menu</source>
9999 <target></target>
10000 <context-group purpose="location">
10001 <context context-type="sourcefile">src/app/app.component.ts</context>
10002 <context context-type="linenumber">1</context>
10003 </context-group>
10004 </trans-unit>
10005 <trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html">
10006 <source>Go to the discover videos page</source>
10007 <target></target>
10008 <context-group purpose="location">
10009 <context context-type="sourcefile">src/app/app.component.ts</context>
10010 <context context-type="linenumber">1</context>
10011 </context-group>
10012 </trans-unit>
10013 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0" datatype="html">
10014 <source>Go to the trending videos page</source>
10015 <target></target>
10016 <context-group purpose="location">
10017 <context context-type="sourcefile">src/app/app.component.ts</context>
10018 <context context-type="linenumber">1</context>
10019 </context-group>
10020 </trans-unit>
10021 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d" datatype="html">
10022 <source>Go to the recently added videos page</source>
10023 <target></target>
10024 <context-group purpose="location">
10025 <context context-type="sourcefile">src/app/app.component.ts</context>
10026 <context context-type="linenumber">1</context>
10027 </context-group>
10028 </trans-unit>
10029 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5" datatype="html">
10030 <source>Go to the local videos page</source>
10031 <target></target>
10032 <context-group purpose="location">
10033 <context context-type="sourcefile">src/app/app.component.ts</context>
10034 <context context-type="linenumber">1</context>
10035 </context-group>
10036 </trans-unit>
10037 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba" datatype="html">
10038 <source>Go to the videos upload page</source>
10039 <target></target>
10040 <context-group purpose="location">
10041 <context context-type="sourcefile">src/app/app.component.ts</context>
10042 <context context-type="linenumber">1</context>
10043 </context-group>
10044 </trans-unit>
10045 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2" datatype="html">
10046 <source>Go to my subscriptions</source>
10047 <target></target>
10048 <context-group purpose="location">
10049 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10050 <context context-type="linenumber">1</context>
10051 </context-group>
10052 </trans-unit>
10053 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1" datatype="html">
10054 <source>Go to my videos</source>
10055 <target></target>
10056 <context-group purpose="location">
10057 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10058 <context context-type="linenumber">1</context>
10059 </context-group>
10060 </trans-unit>
10061 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7" datatype="html">
10062 <source>Go to my imports</source>
10063 <target></target>
10064 <context-group purpose="location">
10065 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10066 <context context-type="linenumber">1</context>
10067 </context-group>
10068 </trans-unit>
10069 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390" datatype="html">
10070 <source>Go to my channels</source>
10071 <target></target>
10072 <context-group purpose="location">
10073 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10074 <context context-type="linenumber">1</context>
10075 </context-group>
10076 </trans-unit>
10077 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7" datatype="html">
10078 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
10079</source>
10080 <target></target>
10081 <context-group purpose="location">
10082 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10083 <context context-type="linenumber">1</context>
10084 </context-group>
10085 </trans-unit>
10086 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319" datatype="html">
10087 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
10088 <target></target>
10089 <context-group purpose="location">
10090 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10091 <context context-type="linenumber">1</context>
10092 </context-group>
10093 </trans-unit>
10094 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87" datatype="html">
10095 <source>You need to reconnect.</source>
10096 <target></target>
10097 <context-group purpose="location">
10098 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10099 <context context-type="linenumber">1</context>
10100 </context-group>
10101 </trans-unit>
10102 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452" datatype="html">
10103 <source>Keyboard Shortcuts:</source>
10104 <target></target>
10105 <context-group purpose="location">
10106 <context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context>
10107 <context context-type="linenumber">1</context>
10108 </context-group>
10109 </trans-unit>
10110 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba" datatype="html">
10111 <source>Success</source>
10112 <target></target>
10113 <context-group purpose="location">
10114 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
10115 <context context-type="linenumber">1</context>
10116 </context-group>
10117 </trans-unit>
10118 <trans-unit id="4bd9c01837da35babbbe3c7585161268e0ece095" datatype="html">
10119 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>. The link will expire within 1 hour.</source>
10120 <target></target>
10121 <context-group purpose="location">
10122 <context context-type="sourcefile">src/app/login/login.component.ts</context>
10123 <context context-type="linenumber">1</context>
10124 </context-group>
10125 </trans-unit>
10126 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe" datatype="html">
10127 <source>Incorrect username or password.</source>
10128 <target></target>
10129 <context-group purpose="location">
10130 <context context-type="sourcefile">src/app/login/login.component.ts</context>
10131 <context context-type="linenumber">1</context>
10132 </context-group>
10133 </trans-unit>
10134 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338" datatype="html">
10135 <source>You account is blocked.</source>
10136 <target></target>
10137 <context-group purpose="location">
10138 <context context-type="sourcefile">src/app/login/login.component.ts</context>
10139 <context context-type="linenumber">1</context>
10140 </context-group>
10141 </trans-unit>
10142 <trans-unit id="6e998fc06a19659c22cca43efa1b35515761cbb2" datatype="html">
10143 <source>hide</source>
10144 <target></target>
10145 <context-group purpose="location">
10146 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10147 <context context-type="linenumber">1</context>
10148 </context-group>
10149 </trans-unit>
10150 <trans-unit id="1214427202da5b7fb88968172a3b309f8da35d76" datatype="html">
10151 <source>blur</source>
10152 <target></target>
10153 <context-group purpose="location">
10154 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10155 <context context-type="linenumber">1</context>
10156 </context-group>
10157 </trans-unit>
10158 <trans-unit id="890d991273787485fc939391676762a90edd8f34" datatype="html">
10159 <source>display</source>
10160 <target></target>
10161 <context-group purpose="location">
10162 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10163 <context context-type="linenumber">1</context>
10164 </context-group>
10165 </trans-unit>
10166 <trans-unit id="e5d8bb389c702588877f039d72178f219453a72d" datatype="html">
10167 <source>Unknown</source>
10168 <target></target>
10169 <context-group purpose="location">
10170 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10171 <context context-type="linenumber">1</context>
10172 </context-group>
10173 </trans-unit>
10174 <trans-unit id="7d5d2f4e2aebe4977c5e3daff4283814f869c609" datatype="html">
10175 <source>any language</source>
10176 <target></target>
10177 <context-group purpose="location">
10178 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10179 <context context-type="linenumber">1</context>
10180 </context-group>
10181 </trans-unit>
10182 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
10183 <source>Your password has been successfully reset!</source>
10184 <target></target>
10185 <context-group purpose="location">
10186 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
10187 <context context-type="linenumber">1</context>
10188 </context-group>
10189 </trans-unit>
10190 <trans-unit id="16d449549ab7bc61caf3d636372a4a56b5870383" datatype="html">
10191 <source>Any</source>
10192 <target></target>
10193 <context-group purpose="location">
10194 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10195 <context context-type="linenumber">1</context>
10196 </context-group>
10197 <context-group purpose="location">
10198 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10199 <context context-type="linenumber">1</context>
10200 </context-group>
10201 </trans-unit>
10202 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6" datatype="html">
10203 <source>Today</source>
10204 <target></target>
10205 <context-group purpose="location">
10206 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10207 <context context-type="linenumber">1</context>
10208 </context-group>
10209 <context-group purpose="location">
10210 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
10211 <context context-type="linenumber">1</context>
10212 </context-group>
10213 </trans-unit>
10214 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d" datatype="html">
10215 <source>Last 7 days</source>
10216 <target></target>
10217 <context-group purpose="location">
10218 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10219 <context context-type="linenumber">1</context>
10220 </context-group>
10221 </trans-unit>
10222 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8" datatype="html">
10223 <source>Last 30 days</source>
10224 <target></target>
10225 <context-group purpose="location">
10226 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10227 <context context-type="linenumber">1</context>
10228 </context-group>
10229 </trans-unit>
10230 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca" datatype="html">
10231 <source>Last 365 days</source>
10232 <target></target>
10233 <context-group purpose="location">
10234 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10235 <context context-type="linenumber">1</context>
10236 </context-group>
10237 </trans-unit>
10238 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc" datatype="html">
10239 <source>Short (&lt; 4 min)</source>
10240 <target></target>
10241 <context-group purpose="location">
10242 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10243 <context context-type="linenumber">1</context>
10244 </context-group>
10245 </trans-unit>
10246 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889" datatype="html">
10247 <source>Medium (4-10 min)</source>
10248 <target></target>
10249 <context-group purpose="location">
10250 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10251 <context context-type="linenumber">1</context>
10252 </context-group>
10253 </trans-unit>
10254 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
10255 <source>Long (&gt; 10 min)</source>
10256 <target></target>
10257 <context-group purpose="location">
10258 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10259 <context context-type="linenumber">1</context>
10260 </context-group>
10261 </trans-unit>
10262 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca" datatype="html">
10263 <source>Relevance</source>
10264 <target></target>
10265 <context-group purpose="location">
10266 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10267 <context context-type="linenumber">1</context>
10268 </context-group>
10269 </trans-unit>
10270 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e" datatype="html">
10271 <source>Publish date</source>
10272 <target></target>
10273 <context-group purpose="location">
10274 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10275 <context context-type="linenumber">1</context>
10276 </context-group>
10277 </trans-unit>
10278 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html">
10279 <source>Views</source>
10280 <target></target>
10281 <context-group purpose="location">
10282 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
10283 <context context-type="linenumber">1</context>
10284 </context-group>
10285 </trans-unit>
10286 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html">
10287 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
10288 <target></target>
10289 <context-group purpose="location">
10290 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10291 <context context-type="linenumber">1</context>
10292 </context-group>
10293 </trans-unit>
10294 <trans-unit id="68f47e5ec9c7efd3c2a5cd317634ace12c3717ee" datatype="html">
10295 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> year ago</source>
10296 <target></target>
10297 <context-group purpose="location">
10298 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10299 <context context-type="linenumber">1</context>
10300 </context-group>
10301 </trans-unit>
10302 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
10303 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
10304 <target></target>
10305 <context-group purpose="location">
10306 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10307 <context context-type="linenumber">1</context>
10308 </context-group>
10309 </trans-unit>
10310 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
10311 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
10312 <target></target>
10313 <context-group purpose="location">
10314 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10315 <context context-type="linenumber">1</context>
10316 </context-group>
10317 </trans-unit>
10318 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
10319 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
10320 <target></target>
10321 <context-group purpose="location">
10322 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10323 <context context-type="linenumber">1</context>
10324 </context-group>
10325 </trans-unit>
10326 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
10327 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
10328 <target></target>
10329 <context-group purpose="location">
10330 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10331 <context context-type="linenumber">1</context>
10332 </context-group>
10333 </trans-unit>
10334 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
10335 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
10336 <target></target>
10337 <context-group purpose="location">
10338 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10339 <context context-type="linenumber">1</context>
10340 </context-group>
10341 </trans-unit>
10342 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html">
10343 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
10344 <target></target>
10345 <context-group purpose="location">
10346 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10347 <context context-type="linenumber">1</context>
10348 </context-group>
10349 </trans-unit>
10350 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html">
10351 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
10352 <target></target>
10353 <context-group purpose="location">
10354 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10355 <context context-type="linenumber">1</context>
10356 </context-group>
10357 </trans-unit>
10358 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html">
10359 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
10360 <target></target>
10361 <context-group purpose="location">
10362 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10363 <context context-type="linenumber">1</context>
10364 </context-group>
10365 </trans-unit>
10366 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html">
10367 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
10368 <target></target>
10369 <context-group purpose="location">
10370 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10371 <context context-type="linenumber">1</context>
10372 </context-group>
10373 </trans-unit>
10374 <trans-unit id="1b3a33e41b333cfd5434d4c22f1e97ccbd130ae0" datatype="html">
10375 <source>just now</source>
10376 <target></target>
10377 <context-group purpose="location">
10378 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
10379 <context context-type="linenumber">1</context>
10380 </context-group>
10381 </trans-unit>
10382 <trans-unit id="d77271b9b87017d22ff6ed6611a7c893fd994f06" datatype="html">
10383 <source><x id="INTERPOLATION" equiv-text="{{hours}}"/> h <x id="INTERPOLATION_1" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_2" equiv-text="{{seconds}}"/> sec</source>
10384 <target></target>
10385 <context-group purpose="location">
10386 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
10387 <context context-type="linenumber">1</context>
10388 </context-group>
10389 </trans-unit>
10390 <trans-unit id="944a2981992f97de6285d03906ed88e6bef19c99" datatype="html">
10391 <source><x id="INTERPOLATION" equiv-text="{{minutes}}"/> min <x id="INTERPOLATION_1" equiv-text="{{seconds}}"/> sec</source>
10392 <target></target>
10393 <context-group purpose="location">
10394 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
10395 <context context-type="linenumber">1</context>
10396 </context-group>
10397 </trans-unit>
10398 <trans-unit id="c0b663b59790503f778a85d21ddeaef81758f681" datatype="html">
10399 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> sec</source>
10400 <target></target>
10401 <context-group purpose="location">
10402 <context context-type="sourcefile">src/app/shared/angular/video-duration-formatter.pipe.ts</context>
10403 <context context-type="linenumber">1</context>
10404 </context-group>
10405 </trans-unit>
10406 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da" datatype="html">
10407 <source>Confirm</source>
10408 <target></target>
10409 <context-group purpose="location">
10410 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.ts</context>
10411 <context context-type="linenumber">1</context>
10412 </context-group>
10413 </trans-unit>
10414 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html">
10415 <source>Instance name is required.</source>
10416 <target></target>
10417 <context-group purpose="location">
10418 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10419 <context context-type="linenumber">1</context>
10420 </context-group>
10421 </trans-unit>
10422 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d" datatype="html">
10423 <source>Short description should not be longer than 250 characters.</source>
10424 <target></target>
10425 <context-group purpose="location">
10426 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10427 <context context-type="linenumber">1</context>
10428 </context-group>
10429 </trans-unit>
10430 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1" datatype="html">
10431 <source>Twitter username is required.</source>
10432 <target></target>
10433 <context-group purpose="location">
10434 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10435 <context context-type="linenumber">1</context>
10436 </context-group>
10437 </trans-unit>
10438 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6" datatype="html">
10439 <source>Previews cache size is required.</source>
10440 <target></target>
10441 <context-group purpose="location">
10442 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10443 <context context-type="linenumber">1</context>
10444 </context-group>
10445 </trans-unit>
10446 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459" datatype="html">
10447 <source>Previews cache size must be greater than 1.</source>
10448 <target></target>
10449 <context-group purpose="location">
10450 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10451 <context context-type="linenumber">1</context>
10452 </context-group>
10453 </trans-unit>
10454 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3" datatype="html">
10455 <source>Previews cache size must be a number.</source>
10456 <target></target>
10457 <context-group purpose="location">
10458 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10459 <context context-type="linenumber">1</context>
10460 </context-group>
10461 </trans-unit>
10462 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8" datatype="html">
10463 <source>Captions cache size is required.</source>
10464 <target></target>
10465 <context-group purpose="location">
10466 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10467 <context context-type="linenumber">1</context>
10468 </context-group>
10469 </trans-unit>
10470 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c" datatype="html">
10471 <source>Captions cache size must be greater than 1.</source>
10472 <target></target>
10473 <context-group purpose="location">
10474 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10475 <context context-type="linenumber">1</context>
10476 </context-group>
10477 </trans-unit>
10478 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e" datatype="html">
10479 <source>Captions cache size must be a number.</source>
10480 <target></target>
10481 <context-group purpose="location">
10482 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10483 <context context-type="linenumber">1</context>
10484 </context-group>
10485 </trans-unit>
10486 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828" datatype="html">
10487 <source>Signup limit is required.</source>
10488 <target></target>
10489 <context-group purpose="location">
10490 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10491 <context context-type="linenumber">1</context>
10492 </context-group>
10493 </trans-unit>
10494 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7" datatype="html">
10495 <source>Signup limit must be greater than 1.</source>
10496 <target></target>
10497 <context-group purpose="location">
10498 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10499 <context context-type="linenumber">1</context>
10500 </context-group>
10501 </trans-unit>
10502 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced" datatype="html">
10503 <source>Signup limit must be a number.</source>
10504 <target></target>
10505 <context-group purpose="location">
10506 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10507 <context context-type="linenumber">1</context>
10508 </context-group>
10509 </trans-unit>
10510 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021" datatype="html">
10511 <source>Admin email is required.</source>
10512 <target></target>
10513 <context-group purpose="location">
10514 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10515 <context context-type="linenumber">1</context>
10516 </context-group>
10517 </trans-unit>
10518 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66" datatype="html">
10519 <source>Admin email must be valid.</source>
10520 <target></target>
10521 <context-group purpose="location">
10522 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10523 <context context-type="linenumber">1</context>
10524 </context-group>
10525 </trans-unit>
10526 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400" datatype="html">
10527 <source>Transcoding threads is required.</source>
10528 <target></target>
10529 <context-group purpose="location">
10530 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10531 <context context-type="linenumber">1</context>
10532 </context-group>
10533 </trans-unit>
10534 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd" datatype="html">
10535 <source>Transcoding threads must be greater or equal to 0.</source>
10536 <target></target>
10537 <context-group purpose="location">
10538 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10539 <context context-type="linenumber">1</context>
10540 </context-group>
10541 </trans-unit>
10542 <trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html">
10543 <source>Index URL is required.</source>
10544 <target></target>
10545 <context-group purpose="location">
10546 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10547 <context context-type="linenumber">1</context>
10548 </context-group>
10549 </trans-unit>
10550 <trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html">
10551 <source>Index URL should be a URL</source>
10552 <target></target>
10553 <context-group purpose="location">
10554 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
10555 <context context-type="linenumber">1</context>
10556 </context-group>
10557 </trans-unit>
10558 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0" datatype="html">
10559 <source>Email is required.</source>
10560 <target></target>
10561 <context-group purpose="location">
10562 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10563 <context context-type="linenumber">1</context>
10564 </context-group>
10565 <context-group purpose="location">
10566 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10567 <context context-type="linenumber">1</context>
10568 </context-group>
10569 </trans-unit>
10570 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1" datatype="html">
10571 <source>Email must be valid.</source>
10572 <target></target>
10573 <context-group purpose="location">
10574 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10575 <context context-type="linenumber">1</context>
10576 </context-group>
10577 <context-group purpose="location">
10578 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10579 <context context-type="linenumber">1</context>
10580 </context-group>
10581 </trans-unit>
10582 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33" datatype="html">
10583 <source>Your name is required.</source>
10584 <target></target>
10585 <context-group purpose="location">
10586 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10587 <context context-type="linenumber">1</context>
10588 </context-group>
10589 </trans-unit>
10590 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a" datatype="html">
10591 <source>Your name must be at least 1 character long.</source>
10592 <target></target>
10593 <context-group purpose="location">
10594 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10595 <context context-type="linenumber">1</context>
10596 </context-group>
10597 </trans-unit>
10598 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b" datatype="html">
10599 <source>Your name cannot be more than 120 characters long.</source>
10600 <target></target>
10601 <context-group purpose="location">
10602 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10603 <context context-type="linenumber">1</context>
10604 </context-group>
10605 </trans-unit>
10606 <trans-unit id="73417de6b009e361996f9cd0e3b83d88bed368b6" datatype="html">
10607 <source>A subject is required.</source>
10608 <target></target>
10609 <context-group purpose="location">
10610 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10611 <context context-type="linenumber">1</context>
10612 </context-group>
10613 </trans-unit>
10614 <trans-unit id="4f049fd004313524afeaf0ae25f98583a0ffd29b" datatype="html">
10615 <source>The subject must be at least 1 character long.</source>
10616 <target></target>
10617 <context-group purpose="location">
10618 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10619 <context context-type="linenumber">1</context>
10620 </context-group>
10621 </trans-unit>
10622 <trans-unit id="d82f880ea1d0ee03c47bf1212a0fbcb23b3edf18" datatype="html">
10623 <source>The subject cannot be more than 120 characters long.</source>
10624 <target></target>
10625 <context-group purpose="location">
10626 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10627 <context context-type="linenumber">1</context>
10628 </context-group>
10629 </trans-unit>
10630 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2" datatype="html">
10631 <source>A message is required.</source>
10632 <target></target>
10633 <context-group purpose="location">
10634 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10635 <context context-type="linenumber">1</context>
10636 </context-group>
10637 </trans-unit>
10638 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64" datatype="html">
10639 <source>The message must be at least 3 characters long.</source>
10640 <target></target>
10641 <context-group purpose="location">
10642 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10643 <context context-type="linenumber">1</context>
10644 </context-group>
10645 </trans-unit>
10646 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60" datatype="html">
10647 <source>The message cannot be more than 5000 characters long.</source>
10648 <target></target>
10649 <context-group purpose="location">
10650 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
10651 <context context-type="linenumber">1</context>
10652 </context-group>
10653 </trans-unit>
10654 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149" datatype="html">
10655 <source>Username is required.</source>
10656 <target></target>
10657 <context-group purpose="location">
10658 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
10659 <context context-type="linenumber">1</context>
10660 </context-group>
10661 <context-group purpose="location">
10662 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10663 <context context-type="linenumber">1</context>
10664 </context-group>
10665 </trans-unit>
10666 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5" datatype="html">
10667 <source>Password is required.</source>
10668 <target></target>
10669 <context-group purpose="location">
10670 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
10671 <context context-type="linenumber">1</context>
10672 </context-group>
10673 <context-group purpose="location">
10674 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10675 <context context-type="linenumber">1</context>
10676 </context-group>
10677 </trans-unit>
10678 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154" datatype="html">
10679 <source>Confirmation of the password is required.</source>
10680 <target></target>
10681 <context-group purpose="location">
10682 <context context-type="sourcefile">src/app/shared/forms/form-validators/reset-password-validators.service.ts</context>
10683 <context context-type="linenumber">1</context>
10684 </context-group>
10685 </trans-unit>
10686 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a" datatype="html">
10687 <source>Username must be at least 1 character long.</source>
10688 <target></target>
10689 <context-group purpose="location">
10690 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10691 <context context-type="linenumber">1</context>
10692 </context-group>
10693 </trans-unit>
10694 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a" datatype="html">
10695 <source>Username cannot be more than 50 characters long.</source>
10696 <target></target>
10697 <context-group purpose="location">
10698 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10699 <context context-type="linenumber">1</context>
10700 </context-group>
10701 </trans-unit>
10702 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c" datatype="html">
10703 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
10704 <target></target>
10705 <context-group purpose="location">
10706 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10707 <context context-type="linenumber">1</context>
10708 </context-group>
10709 </trans-unit>
10710 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0" datatype="html">
10711 <source>Password must be at least 6 characters long.</source>
10712 <target></target>
10713 <context-group purpose="location">
10714 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10715 <context context-type="linenumber">1</context>
10716 </context-group>
10717 <context-group purpose="location">
10718 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10719 <context context-type="linenumber">1</context>
10720 </context-group>
10721 </trans-unit>
10722 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e" datatype="html">
10723 <source>Password cannot be more than 255 characters long.</source>
10724 <target></target>
10725 <context-group purpose="location">
10726 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10727 <context context-type="linenumber">1</context>
10728 </context-group>
10729 <context-group purpose="location">
10730 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10731 <context context-type="linenumber">1</context>
10732 </context-group>
10733 </trans-unit>
10734 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732" datatype="html">
10735 <source>The new password and the confirmed password do not correspond.</source>
10736 <target></target>
10737 <context-group purpose="location">
10738 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10739 <context context-type="linenumber">1</context>
10740 </context-group>
10741 </trans-unit>
10742 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf" datatype="html">
10743 <source>Video quota is required.</source>
10744 <target></target>
10745 <context-group purpose="location">
10746 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10747 <context context-type="linenumber">1</context>
10748 </context-group>
10749 </trans-unit>
10750 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80" datatype="html">
10751 <source>Quota must be greater than -1.</source>
10752 <target></target>
10753 <context-group purpose="location">
10754 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10755 <context context-type="linenumber">1</context>
10756 </context-group>
10757 </trans-unit>
10758 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb" datatype="html">
10759 <source>Daily upload limit is required.</source>
10760 <target></target>
10761 <context-group purpose="location">
10762 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10763 <context context-type="linenumber">1</context>
10764 </context-group>
10765 </trans-unit>
10766 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e" datatype="html">
10767 <source>Daily upload limit must be greater than -1.</source>
10768 <target></target>
10769 <context-group purpose="location">
10770 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10771 <context context-type="linenumber">1</context>
10772 </context-group>
10773 </trans-unit>
10774 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85" datatype="html">
10775 <source>User role is required.</source>
10776 <target></target>
10777 <context-group purpose="location">
10778 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10779 <context context-type="linenumber">1</context>
10780 </context-group>
10781 </trans-unit>
10782 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae" datatype="html">
10783 <source>Description must be at least 3 characters long.</source>
10784 <target></target>
10785 <context-group purpose="location">
10786 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10787 <context context-type="linenumber">1</context>
10788 </context-group>
10789 <context-group purpose="location">
10790 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10791 <context context-type="linenumber">1</context>
10792 </context-group>
10793 <context-group purpose="location">
10794 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10795 <context context-type="linenumber">1</context>
10796 </context-group>
10797 </trans-unit>
10798 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html">
10799 <source>Description cannot be more than 1000 characters long.</source>
10800 <target></target>
10801 <context-group purpose="location">
10802 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10803 <context context-type="linenumber">1</context>
10804 </context-group>
10805 <context-group purpose="location">
10806 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10807 <context context-type="linenumber">1</context>
10808 </context-group>
10809 <context-group purpose="location">
10810 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10811 <context context-type="linenumber">1</context>
10812 </context-group>
10813 </trans-unit>
10814 <trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html">
10815 <source>You must agree with the instance terms in order to register on it.</source>
10816 <target></target>
10817 <context-group purpose="location">
10818 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10819 <context context-type="linenumber">1</context>
10820 </context-group>
10821 </trans-unit>
10822 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00" datatype="html">
10823 <source>Ban reason must be at least 3 characters long.</source>
10824 <target></target>
10825 <context-group purpose="location">
10826 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10827 <context context-type="linenumber">1</context>
10828 </context-group>
10829 </trans-unit>
10830 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd" datatype="html">
10831 <source>Ban reason cannot be more than 250 characters long.</source>
10832 <target></target>
10833 <context-group purpose="location">
10834 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10835 <context context-type="linenumber">1</context>
10836 </context-group>
10837 </trans-unit>
10838 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4" datatype="html">
10839 <source>Display name is required.</source>
10840 <target></target>
10841 <context-group purpose="location">
10842 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10843 <context context-type="linenumber">1</context>
10844 </context-group>
10845 <context-group purpose="location">
10846 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10847 <context context-type="linenumber">1</context>
10848 </context-group>
10849 <context-group purpose="location">
10850 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10851 <context context-type="linenumber">1</context>
10852 </context-group>
10853 </trans-unit>
10854 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html">
10855 <source>Display name must be at least 1 character long.</source>
10856 <target></target>
10857 <context-group purpose="location">
10858 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10859 <context context-type="linenumber">1</context>
10860 </context-group>
10861 <context-group purpose="location">
10862 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10863 <context context-type="linenumber">1</context>
10864 </context-group>
10865 <context-group purpose="location">
10866 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
10867 <context context-type="linenumber">1</context>
10868 </context-group>
10869 </trans-unit>
10870 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html">
10871 <source>Display name cannot be more than 50 characters long.</source>
10872 <target></target>
10873 <context-group purpose="location">
10874 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
10875 <context context-type="linenumber">1</context>
10876 </context-group>
10877 <context-group purpose="location">
10878 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10879 <context context-type="linenumber">1</context>
10880 </context-group>
10881 </trans-unit>
10882 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6" datatype="html">
10883 <source>Report reason is required.</source>
10884 <target></target>
10885 <context-group purpose="location">
10886 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10887 <context context-type="linenumber">1</context>
10888 </context-group>
10889 </trans-unit>
10890 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e" datatype="html">
10891 <source>Report reason must be at least 2 characters long.</source>
10892 <target></target>
10893 <context-group purpose="location">
10894 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10895 <context context-type="linenumber">1</context>
10896 </context-group>
10897 </trans-unit>
10898 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa" datatype="html">
10899 <source>Report reason cannot be more than 3000 characters long.</source>
10900 <target></target>
10901 <context-group purpose="location">
10902 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10903 <context context-type="linenumber">1</context>
10904 </context-group>
10905 </trans-unit>
10906 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118" datatype="html">
10907 <source>Moderation comment is required.</source>
10908 <target></target>
10909 <context-group purpose="location">
10910 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10911 <context context-type="linenumber">1</context>
10912 </context-group>
10913 </trans-unit>
10914 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2" datatype="html">
10915 <source>Moderation comment must be at least 2 characters long.</source>
10916 <target></target>
10917 <context-group purpose="location">
10918 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10919 <context context-type="linenumber">1</context>
10920 </context-group>
10921 </trans-unit>
10922 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c" datatype="html">
10923 <source>Moderation comment cannot be more than 3000 characters long.</source>
10924 <target></target>
10925 <context-group purpose="location">
10926 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
10927 <context context-type="linenumber">1</context>
10928 </context-group>
10929 </trans-unit>
10930 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6" datatype="html">
10931 <source>The channel is required.</source>
10932 <target></target>
10933 <context-group purpose="location">
10934 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts</context>
10935 <context context-type="linenumber">1</context>
10936 </context-group>
10937 </trans-unit>
10938 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca" datatype="html">
10939 <source>Blacklist reason must be at least 2 characters long.</source>
10940 <target></target>
10941 <context-group purpose="location">
10942 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
10943 <context context-type="linenumber">1</context>
10944 </context-group>
10945 </trans-unit>
10946 <trans-unit id="5009443905b0b152915247799492bf5e164e7626" datatype="html">
10947 <source>Blacklist reason cannot be more than 300 characters long.</source>
10948 <target></target>
10949 <context-group purpose="location">
10950 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
10951 <context context-type="linenumber">1</context>
10952 </context-group>
10953 </trans-unit>
10954 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e" datatype="html">
10955 <source>Video caption language is required.</source>
10956 <target></target>
10957 <context-group purpose="location">
10958 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
10959 <context context-type="linenumber">1</context>
10960 </context-group>
10961 </trans-unit>
10962 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963" datatype="html">
10963 <source>Video caption file is required.</source>
10964 <target></target>
10965 <context-group purpose="location">
10966 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
10967 <context context-type="linenumber">1</context>
10968 </context-group>
10969 </trans-unit>
10970 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294" datatype="html">
10971 <source>The username is required.</source>
10972 <target></target>
10973 <context-group purpose="location">
10974 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
10975 <context context-type="linenumber">1</context>
10976 </context-group>
10977 </trans-unit>
10978 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803" datatype="html">
10979 <source>You can only transfer ownership to a local account</source>
10980 <target></target>
10981 <context-group purpose="location">
10982 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
10983 <context context-type="linenumber">1</context>
10984 </context-group>
10985 </trans-unit>
10986 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33" datatype="html">
10987 <source>Name is required.</source>
10988 <target></target>
10989 <context-group purpose="location">
10990 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10991 <context context-type="linenumber">1</context>
10992 </context-group>
10993 </trans-unit>
10994 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76" datatype="html">
10995 <source>Name must be at least 1 character long.</source>
10996 <target></target>
10997 <context-group purpose="location">
10998 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
10999 <context context-type="linenumber">1</context>
11000 </context-group>
11001 </trans-unit>
11002 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d" datatype="html">
11003 <source>Name cannot be more than 50 characters long.</source>
11004 <target></target>
11005 <context-group purpose="location">
11006 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
11007 <context context-type="linenumber">1</context>
11008 </context-group>
11009 </trans-unit>
11010 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18" datatype="html">
11011 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
11012 <target></target>
11013 <context-group purpose="location">
11014 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
11015 <context context-type="linenumber">1</context>
11016 </context-group>
11017 </trans-unit>
11018 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b" datatype="html">
11019 <source>Support text must be at least 3 characters long.</source>
11020 <target></target>
11021 <context-group purpose="location">
11022 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
11023 <context context-type="linenumber">1</context>
11024 </context-group>
11025 </trans-unit>
11026 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85" datatype="html">
11027 <source>Support text cannot be more than 1000 characters long.</source>
11028 <target></target>
11029 <context-group purpose="location">
11030 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
11031 <context context-type="linenumber">1</context>
11032 </context-group>
11033 </trans-unit>
11034 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79" datatype="html">
11035 <source>Comment is required.</source>
11036 <target></target>
11037 <context-group purpose="location">
11038 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
11039 <context context-type="linenumber">1</context>
11040 </context-group>
11041 </trans-unit>
11042 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6" datatype="html">
11043 <source>Comment must be at least 2 characters long.</source>
11044 <target></target>
11045 <context-group purpose="location">
11046 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
11047 <context context-type="linenumber">1</context>
11048 </context-group>
11049 </trans-unit>
11050 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123" datatype="html">
11051 <source>Comment cannot be more than 3000 characters long.</source>
11052 <target></target>
11053 <context-group purpose="location">
11054 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
11055 <context context-type="linenumber">1</context>
11056 </context-group>
11057 </trans-unit>
11058 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9" datatype="html">
11059 <source>Display name cannot be more than 120 characters long.</source>
11060 <target></target>
11061 <context-group purpose="location">
11062 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
11063 <context context-type="linenumber">1</context>
11064 </context-group>
11065 </trans-unit>
11066 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c" datatype="html">
11067 <source>Privacy is required.</source>
11068 <target></target>
11069 <context-group purpose="location">
11070 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
11071 <context context-type="linenumber">1</context>
11072 </context-group>
11073 </trans-unit>
11074 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c" datatype="html">
11075 <source>The channel is required when the playlist is public.</source>
11076 <target></target>
11077 <context-group purpose="location">
11078 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
11079 <context context-type="linenumber">1</context>
11080 </context-group>
11081 </trans-unit>
11082 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html">
11083 <source>Video name is required.</source>
11084 <target></target>
11085 <context-group purpose="location">
11086 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11087 <context context-type="linenumber">1</context>
11088 </context-group>
11089 </trans-unit>
11090 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c" datatype="html">
11091 <source>Video name must be at least 3 characters long.</source>
11092 <target></target>
11093 <context-group purpose="location">
11094 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11095 <context context-type="linenumber">1</context>
11096 </context-group>
11097 </trans-unit>
11098 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695" datatype="html">
11099 <source>Video name cannot be more than 120 characters long.</source>
11100 <target></target>
11101 <context-group purpose="location">
11102 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11103 <context context-type="linenumber">1</context>
11104 </context-group>
11105 </trans-unit>
11106 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4" datatype="html">
11107 <source>Video privacy is required.</source>
11108 <target></target>
11109 <context-group purpose="location">
11110 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11111 <context context-type="linenumber">1</context>
11112 </context-group>
11113 </trans-unit>
11114 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16" datatype="html">
11115 <source>Video channel is required.</source>
11116 <target></target>
11117 <context-group purpose="location">
11118 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11119 <context context-type="linenumber">1</context>
11120 </context-group>
11121 </trans-unit>
11122 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef" datatype="html">
11123 <source>Video description must be at least 3 characters long.</source>
11124 <target></target>
11125 <context-group purpose="location">
11126 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11127 <context context-type="linenumber">1</context>
11128 </context-group>
11129 </trans-unit>
11130 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906" datatype="html">
11131 <source>Video description cannot be more than 10000 characters long.</source>
11132 <target></target>
11133 <context-group purpose="location">
11134 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11135 <context context-type="linenumber">1</context>
11136 </context-group>
11137 </trans-unit>
11138 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8" datatype="html">
11139 <source>A tag should be more than 2 characters long.</source>
11140 <target></target>
11141 <context-group purpose="location">
11142 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11143 <context context-type="linenumber">1</context>
11144 </context-group>
11145 </trans-unit>
11146 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea" datatype="html">
11147 <source>A tag should be less than 30 characters long.</source>
11148 <target></target>
11149 <context-group purpose="location">
11150 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11151 <context context-type="linenumber">1</context>
11152 </context-group>
11153 </trans-unit>
11154 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6" datatype="html">
11155 <source>Video support must be at least 3 characters long.</source>
11156 <target></target>
11157 <context-group purpose="location">
11158 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11159 <context context-type="linenumber">1</context>
11160 </context-group>
11161 </trans-unit>
11162 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad" datatype="html">
11163 <source>Video support cannot be more than 1000 characters long.</source>
11164 <target></target>
11165 <context-group purpose="location">
11166 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11167 <context context-type="linenumber">1</context>
11168 </context-group>
11169 </trans-unit>
11170 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0" datatype="html">
11171 <source>A date is required to schedule video update.</source>
11172 <target></target>
11173 <context-group purpose="location">
11174 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
11175 <context context-type="linenumber">1</context>
11176 </context-group>
11177 </trans-unit>
11178 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5" datatype="html">
11179 <source>Copied</source>
11180 <target></target>
11181 <context-group purpose="location">
11182 <context context-type="sourcefile">src/app/shared/forms/input-readonly-copy.component.ts</context>
11183 <context context-type="linenumber">1</context>
11184 </context-group>
11185 <context-group purpose="location">
11186 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
11187 <context context-type="linenumber">1</context>
11188 </context-group>
11189 </trans-unit>
11190 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4" datatype="html">
11191 <source>This file is too large.</source>
11192 <target></target>
11193 <context-group purpose="location">
11194 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
11195 <context context-type="linenumber">1</context>
11196 </context-group>
11197 </trans-unit>
11198 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9" datatype="html">
11199 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
11200 <target></target>
11201 <context-group purpose="location">
11202 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
11203 <context context-type="linenumber">1</context>
11204 </context-group>
11205 </trans-unit>
11206 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4" datatype="html">
11207 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
11208 <target></target>
11209 <context-group purpose="location">
11210 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
11211 <context context-type="linenumber">1</context>
11212 </context-group>
11213 </trans-unit>
11214 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf" datatype="html">
11215 <source>Sunday</source>
11216 <target></target>
11217 <context-group purpose="location">
11218 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11219 <context context-type="linenumber">1</context>
11220 </context-group>
11221 </trans-unit>
11222 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596" datatype="html">
11223 <source>Monday</source>
11224 <target></target>
11225 <context-group purpose="location">
11226 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11227 <context context-type="linenumber">1</context>
11228 </context-group>
11229 </trans-unit>
11230 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee" datatype="html">
11231 <source>Tuesday</source>
11232 <target></target>
11233 <context-group purpose="location">
11234 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11235 <context context-type="linenumber">1</context>
11236 </context-group>
11237 </trans-unit>
11238 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9" datatype="html">
11239 <source>Wednesday</source>
11240 <target></target>
11241 <context-group purpose="location">
11242 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11243 <context context-type="linenumber">1</context>
11244 </context-group>
11245 </trans-unit>
11246 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b" datatype="html">
11247 <source>Thursday</source>
11248 <target></target>
11249 <context-group purpose="location">
11250 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11251 <context context-type="linenumber">1</context>
11252 </context-group>
11253 </trans-unit>
11254 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215" datatype="html">
11255 <source>Friday</source>
11256 <target></target>
11257 <context-group purpose="location">
11258 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11259 <context context-type="linenumber">1</context>
11260 </context-group>
11261 </trans-unit>
11262 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e" datatype="html">
11263 <source>Saturday</source>
11264 <target></target>
11265 <context-group purpose="location">
11266 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11267 <context context-type="linenumber">1</context>
11268 </context-group>
11269 </trans-unit>
11270 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef" datatype="html">
11271 <source>Sun</source>
11272 <target></target>
11273 <context-group purpose="location">
11274 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11275 <context context-type="linenumber">1</context>
11276 </context-group>
11277 <note priority="1" from="description">Day name short</note>
11278 </trans-unit>
11279 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff" datatype="html">
11280 <source>Mon</source>
11281 <target></target>
11282 <context-group purpose="location">
11283 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11284 <context context-type="linenumber">1</context>
11285 </context-group>
11286 <note priority="1" from="description">Day name short</note>
11287 </trans-unit>
11288 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9" datatype="html">
11289 <source>Tue</source>
11290 <target></target>
11291 <context-group purpose="location">
11292 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11293 <context context-type="linenumber">1</context>
11294 </context-group>
11295 <note priority="1" from="description">Day name short</note>
11296 </trans-unit>
11297 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d" datatype="html">
11298 <source>Wed</source>
11299 <target></target>
11300 <context-group purpose="location">
11301 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11302 <context context-type="linenumber">1</context>
11303 </context-group>
11304 <note priority="1" from="description">Day name short</note>
11305 </trans-unit>
11306 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6" datatype="html">
11307 <source>Thu</source>
11308 <target></target>
11309 <context-group purpose="location">
11310 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11311 <context context-type="linenumber">1</context>
11312 </context-group>
11313 <note priority="1" from="description">Day name short</note>
11314 </trans-unit>
11315 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c" datatype="html">
11316 <source>Fri</source>
11317 <target></target>
11318 <context-group purpose="location">
11319 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11320 <context context-type="linenumber">1</context>
11321 </context-group>
11322 <note priority="1" from="description">Day name short</note>
11323 </trans-unit>
11324 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261" datatype="html">
11325 <source>Sat</source>
11326 <target></target>
11327 <context-group purpose="location">
11328 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11329 <context context-type="linenumber">1</context>
11330 </context-group>
11331 <note priority="1" from="description">Day name short</note>
11332 </trans-unit>
11333 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd" datatype="html">
11334 <source>Su</source>
11335 <target></target>
11336 <context-group purpose="location">
11337 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11338 <context context-type="linenumber">1</context>
11339 </context-group>
11340 <note priority="1" from="description">Day name min</note>
11341 </trans-unit>
11342 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3" datatype="html">
11343 <source>Mo</source>
11344 <target></target>
11345 <context-group purpose="location">
11346 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11347 <context context-type="linenumber">1</context>
11348 </context-group>
11349 <note priority="1" from="description">Day name min</note>
11350 </trans-unit>
11351 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462" datatype="html">
11352 <source>Tu</source>
11353 <target></target>
11354 <context-group purpose="location">
11355 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11356 <context context-type="linenumber">1</context>
11357 </context-group>
11358 <note priority="1" from="description">Day name min</note>
11359 </trans-unit>
11360 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef" datatype="html">
11361 <source>We</source>
11362 <target></target>
11363 <context-group purpose="location">
11364 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11365 <context context-type="linenumber">1</context>
11366 </context-group>
11367 <note priority="1" from="description">Day name min</note>
11368 </trans-unit>
11369 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd" datatype="html">
11370 <source>Th</source>
11371 <target></target>
11372 <context-group purpose="location">
11373 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11374 <context context-type="linenumber">1</context>
11375 </context-group>
11376 <note priority="1" from="description">Day name min</note>
11377 </trans-unit>
11378 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5" datatype="html">
11379 <source>Fr</source>
11380 <target></target>
11381 <context-group purpose="location">
11382 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11383 <context context-type="linenumber">1</context>
11384 </context-group>
11385 <note priority="1" from="description">Day name min</note>
11386 </trans-unit>
11387 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0" datatype="html">
11388 <source>Sa</source>
11389 <target></target>
11390 <context-group purpose="location">
11391 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11392 <context context-type="linenumber">1</context>
11393 </context-group>
11394 <note priority="1" from="description">Day name min</note>
11395 </trans-unit>
11396 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0" datatype="html">
11397 <source>January</source>
11398 <target></target>
11399 <context-group purpose="location">
11400 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11401 <context context-type="linenumber">1</context>
11402 </context-group>
11403 </trans-unit>
11404 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036" datatype="html">
11405 <source>February</source>
11406 <target></target>
11407 <context-group purpose="location">
11408 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11409 <context context-type="linenumber">1</context>
11410 </context-group>
11411 </trans-unit>
11412 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e" datatype="html">
11413 <source>March</source>
11414 <target></target>
11415 <context-group purpose="location">
11416 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11417 <context context-type="linenumber">1</context>
11418 </context-group>
11419 </trans-unit>
11420 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a" datatype="html">
11421 <source>April</source>
11422 <target></target>
11423 <context-group purpose="location">
11424 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11425 <context context-type="linenumber">1</context>
11426 </context-group>
11427 </trans-unit>
11428 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e" datatype="html">
11429 <source>May</source>
11430 <target></target>
11431 <context-group purpose="location">
11432 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11433 <context context-type="linenumber">1</context>
11434 </context-group>
11435 <context-group purpose="location">
11436 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11437 <context context-type="linenumber">1</context>
11438 </context-group>
11439 </trans-unit>
11440 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2" datatype="html">
11441 <source>June</source>
11442 <target></target>
11443 <context-group purpose="location">
11444 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11445 <context context-type="linenumber">1</context>
11446 </context-group>
11447 </trans-unit>
11448 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e" datatype="html">
11449 <source>July</source>
11450 <target></target>
11451 <context-group purpose="location">
11452 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11453 <context context-type="linenumber">1</context>
11454 </context-group>
11455 </trans-unit>
11456 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829" datatype="html">
11457 <source>August</source>
11458 <target></target>
11459 <context-group purpose="location">
11460 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11461 <context context-type="linenumber">1</context>
11462 </context-group>
11463 </trans-unit>
11464 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938" datatype="html">
11465 <source>September</source>
11466 <target></target>
11467 <context-group purpose="location">
11468 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11469 <context context-type="linenumber">1</context>
11470 </context-group>
11471 </trans-unit>
11472 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b" datatype="html">
11473 <source>October</source>
11474 <target></target>
11475 <context-group purpose="location">
11476 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11477 <context context-type="linenumber">1</context>
11478 </context-group>
11479 </trans-unit>
11480 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52" datatype="html">
11481 <source>November</source>
11482 <target></target>
11483 <context-group purpose="location">
11484 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11485 <context context-type="linenumber">1</context>
11486 </context-group>
11487 </trans-unit>
11488 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c" datatype="html">
11489 <source>December</source>
11490 <target></target>
11491 <context-group purpose="location">
11492 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11493 <context context-type="linenumber">1</context>
11494 </context-group>
11495 </trans-unit>
11496 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7" datatype="html">
11497 <source>Jan</source>
11498 <target></target>
11499 <context-group purpose="location">
11500 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11501 <context context-type="linenumber">1</context>
11502 </context-group>
11503 <note priority="1" from="description">Month name short</note>
11504 </trans-unit>
11505 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60" datatype="html">
11506 <source>Feb</source>
11507 <target></target>
11508 <context-group purpose="location">
11509 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11510 <context context-type="linenumber">1</context>
11511 </context-group>
11512 <note priority="1" from="description">Month name short</note>
11513 </trans-unit>
11514 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7" datatype="html">
11515 <source>Mar</source>
11516 <target></target>
11517 <context-group purpose="location">
11518 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11519 <context context-type="linenumber">1</context>
11520 </context-group>
11521 <note priority="1" from="description">Month name short</note>
11522 </trans-unit>
11523 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463" datatype="html">
11524 <source>Apr</source>
11525 <target></target>
11526 <context-group purpose="location">
11527 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11528 <context context-type="linenumber">1</context>
11529 </context-group>
11530 <note priority="1" from="description">Month name short</note>
11531 </trans-unit>
11532 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f" datatype="html">
11533 <source>Jun</source>
11534 <target></target>
11535 <context-group purpose="location">
11536 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11537 <context context-type="linenumber">1</context>
11538 </context-group>
11539 <note priority="1" from="description">Month name short</note>
11540 </trans-unit>
11541 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211" datatype="html">
11542 <source>Jul</source>
11543 <target></target>
11544 <context-group purpose="location">
11545 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11546 <context context-type="linenumber">1</context>
11547 </context-group>
11548 <note priority="1" from="description">Month name short</note>
11549 </trans-unit>
11550 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212" datatype="html">
11551 <source>Aug</source>
11552 <target></target>
11553 <context-group purpose="location">
11554 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11555 <context context-type="linenumber">1</context>
11556 </context-group>
11557 <note priority="1" from="description">Month name short</note>
11558 </trans-unit>
11559 <trans-unit id="4f739d03be1c936c58978739c317d91566348204" datatype="html">
11560 <source>Sep</source>
11561 <target></target>
11562 <context-group purpose="location">
11563 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11564 <context context-type="linenumber">1</context>
11565 </context-group>
11566 <note priority="1" from="description">Month name short</note>
11567 </trans-unit>
11568 <trans-unit id="6607cacb987a588530a13de7018d959240d19153" datatype="html">
11569 <source>Oct</source>
11570 <target></target>
11571 <context-group purpose="location">
11572 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11573 <context context-type="linenumber">1</context>
11574 </context-group>
11575 <note priority="1" from="description">Month name short</note>
11576 </trans-unit>
11577 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0" datatype="html">
11578 <source>Nov</source>
11579 <target></target>
11580 <context-group purpose="location">
11581 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11582 <context context-type="linenumber">1</context>
11583 </context-group>
11584 <note priority="1" from="description">Month name short</note>
11585 </trans-unit>
11586 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e" datatype="html">
11587 <source>Dec</source>
11588 <target></target>
11589 <context-group purpose="location">
11590 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11591 <context context-type="linenumber">1</context>
11592 </context-group>
11593 <note priority="1" from="description">Month name short</note>
11594 </trans-unit>
11595 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html">
11596 <source>Clear</source>
11597 <target></target>
11598 <context-group purpose="location">
11599 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11600 <context context-type="linenumber">1</context>
11601 </context-group>
11602 </trans-unit>
11603 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5" datatype="html">
11604 <source>yy-mm-dd </source>
11605 <target></target>
11606 <context-group purpose="location">
11607 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
11608 <context context-type="linenumber">1</context>
11609 </context-group>
11610 <note priority="1" from="description">Date format in this locale.</note>
11611 </trans-unit>
11612 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24" datatype="html">
11613 <source>Hidden</source>
11614 <target></target>
11615 <context-group purpose="location">
11616 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11617 <context context-type="linenumber">1</context>
11618 </context-group>
11619 </trans-unit>
11620 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html">
11621 <source>Blurred with confirmation request</source>
11622 <target></target>
11623 <context-group purpose="location">
11624 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11625 <context context-type="linenumber">1</context>
11626 </context-group>
11627 </trans-unit>
11628 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html">
11629 <source>Displayed</source>
11630 <target></target>
11631 <context-group purpose="location">
11632 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11633 <context context-type="linenumber">1</context>
11634 </context-group>
11635 </trans-unit>
11636 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html">
11637 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
11638 <target></target>
11639 <context-group purpose="location">
11640 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11641 <context context-type="linenumber">1</context>
11642 </context-group>
11643 </trans-unit>
11644 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html">
11645 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
11646 <target></target>
11647 <context-group purpose="location">
11648 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11649 <context context-type="linenumber">1</context>
11650 </context-group>
11651 </trans-unit>
11652 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html">
11653 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
11654 <target></target>
11655 <context-group purpose="location">
11656 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11657 <context context-type="linenumber">1</context>
11658 </context-group>
11659 </trans-unit>
11660 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html">
11661 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
11662 <target></target>
11663 <context-group purpose="location">
11664 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11665 <context context-type="linenumber">1</context>
11666 </context-group>
11667 </trans-unit>
11668 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html">
11669 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
11670 <target></target>
11671 <context-group purpose="location">
11672 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
11673 <context context-type="linenumber">1</context>
11674 </context-group>
11675 </trans-unit>
11676 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
11677 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
11678 <target></target>
11679 <context-group purpose="location">
11680 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11681 <context context-type="linenumber">1</context>
11682 </context-group>
11683 </trans-unit>
11684 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980" datatype="html">
11685 <source>Emphasis</source>
11686 <target></target>
11687 <context-group purpose="location">
11688 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11689 <context context-type="linenumber">1</context>
11690 </context-group>
11691 </trans-unit>
11692 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0" datatype="html">
11693 <source>Links</source>
11694 <target></target>
11695 <context-group purpose="location">
11696 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11697 <context context-type="linenumber">1</context>
11698 </context-group>
11699 </trans-unit>
11700 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a" datatype="html">
11701 <source>New lines</source>
11702 <target></target>
11703 <context-group purpose="location">
11704 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11705 <context context-type="linenumber">1</context>
11706 </context-group>
11707 </trans-unit>
11708 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1" datatype="html">
11709 <source>Lists</source>
11710 <target></target>
11711 <context-group purpose="location">
11712 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11713 <context context-type="linenumber">1</context>
11714 </context-group>
11715 </trans-unit>
11716 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866" datatype="html">
11717 <source>Images</source>
11718 <target></target>
11719 <context-group purpose="location">
11720 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
11721 <context context-type="linenumber">1</context>
11722 </context-group>
11723 </trans-unit>
11724 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681" datatype="html">
11725 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
11726 <target></target>
11727 <context-group purpose="location">
11728 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
11729 <context context-type="linenumber">1</context>
11730 </context-group>
11731 </trans-unit>
11732 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd" datatype="html">
11733 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
11734 <target></target>
11735 <context-group purpose="location">
11736 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
11737 <context context-type="linenumber">1</context>
11738 </context-group>
11739 </trans-unit>
11740 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734" datatype="html">
11741 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
11742 <target></target>
11743 <context-group purpose="location">
11744 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11745 <context context-type="linenumber">1</context>
11746 </context-group>
11747 </trans-unit>
11748 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd" datatype="html">
11749 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
11750 <target></target>
11751 <context-group purpose="location">
11752 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11753 <context context-type="linenumber">1</context>
11754 </context-group>
11755 </trans-unit>
11756 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603" datatype="html">
11757 <source>If you remove this user, you will not be able to create another with the same username!</source>
11758 <target></target>
11759 <context-group purpose="location">
11760 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11761 <context context-type="linenumber">1</context>
11762 </context-group>
11763 </trans-unit>
11764 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a" datatype="html">
11765 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
11766 <target></target>
11767 <context-group purpose="location">
11768 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11769 <context context-type="linenumber">1</context>
11770 </context-group>
11771 </trans-unit>
11772 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096" datatype="html">
11773 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
11774 <target></target>
11775 <context-group purpose="location">
11776 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11777 <context context-type="linenumber">1</context>
11778 </context-group>
11779 </trans-unit>
11780 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249" datatype="html">
11781 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
11782 <target></target>
11783 <context-group purpose="location">
11784 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11785 <context context-type="linenumber">1</context>
11786 </context-group>
11787 </trans-unit>
11788 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6" datatype="html">
11789 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
11790 <target></target>
11791 <context-group purpose="location">
11792 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11793 <context context-type="linenumber">1</context>
11794 </context-group>
11795 </trans-unit>
11796 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
11797 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
11798 <target></target>
11799 <context-group purpose="location">
11800 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11801 <context context-type="linenumber">1</context>
11802 </context-group>
11803 </trans-unit>
11804 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830" datatype="html">
11805 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
11806 <target></target>
11807 <context-group purpose="location">
11808 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11809 <context context-type="linenumber">1</context>
11810 </context-group>
11811 </trans-unit>
11812 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f" datatype="html">
11813 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
11814 <target></target>
11815 <context-group purpose="location">
11816 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11817 <context context-type="linenumber">1</context>
11818 </context-group>
11819 </trans-unit>
11820 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
11821 <source>Edit user</source>
11822 <target></target>
11823 <context-group purpose="location">
11824 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11825 <context context-type="linenumber">1</context>
11826 </context-group>
11827 </trans-unit>
11828 <trans-unit id="f140baf295648e021385e7dd57fbbc7cee4ad4e6" datatype="html">
11829 <source>Change quota, role, and more.</source>
11830 <target></target>
11831 <context-group purpose="location">
11832 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11833 <context context-type="linenumber">1</context>
11834 </context-group>
11835 </trans-unit>
11836 <trans-unit id="95b95a9c79e4fd9ed41f6855e37b3b06af25bcab" datatype="html">
11837 <source>Delete user</source>
11838 <target></target>
11839 <context-group purpose="location">
11840 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11841 <context context-type="linenumber">1</context>
11842 </context-group>
11843 </trans-unit>
11844 <trans-unit id="9b19e922648045e849419204513fe029db427b46" datatype="html">
11845 <source>Unban user</source>
11846 <target></target>
11847 <context-group purpose="location">
11848 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11849 <context context-type="linenumber">1</context>
11850 </context-group>
11851 </trans-unit>
11852 <trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html">
11853 <source>Allow the user to login and create videos/comments again</source>
11854 <target></target>
11855 <context-group purpose="location">
11856 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11857 <context context-type="linenumber">1</context>
11858 </context-group>
11859 </trans-unit>
11860 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc" datatype="html">
11861 <source>Mute this account</source>
11862 <target></target>
11863 <context-group purpose="location">
11864 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11865 <context context-type="linenumber">1</context>
11866 </context-group>
11867 </trans-unit>
11868 <trans-unit id="5f4ea46bfaffa09963d51fa969cb45b82a3c377f" datatype="html">
11869 <source>Hide any content from that user for you.</source>
11870 <target></target>
11871 <context-group purpose="location">
11872 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11873 <context context-type="linenumber">1</context>
11874 </context-group>
11875 </trans-unit>
11876 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952" datatype="html">
11877 <source>Unmute this account</source>
11878 <target></target>
11879 <context-group purpose="location">
11880 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11881 <context context-type="linenumber">1</context>
11882 </context-group>
11883 </trans-unit>
11884 <trans-unit id="896713adfa81db9a514ba3214ea1b9a7b59543bb" datatype="html">
11885 <source>Show back content from that user for you.</source>
11886 <target></target>
11887 <context-group purpose="location">
11888 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11889 <context context-type="linenumber">1</context>
11890 </context-group>
11891 </trans-unit>
11892 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d" datatype="html">
11893 <source>Mute the instance</source>
11894 <target></target>
11895 <context-group purpose="location">
11896 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11897 <context context-type="linenumber">1</context>
11898 </context-group>
11899 </trans-unit>
11900 <trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html">
11901 <source>Hide any content from that instance for you.</source>
11902 <target></target>
11903 <context-group purpose="location">
11904 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11905 <context context-type="linenumber">1</context>
11906 </context-group>
11907 </trans-unit>
11908 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9" datatype="html">
11909 <source>Unmute the instance</source>
11910 <target></target>
11911 <context-group purpose="location">
11912 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11913 <context context-type="linenumber">1</context>
11914 </context-group>
11915 </trans-unit>
11916 <trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html">
11917 <source>Show back content from that instance for you.</source>
11918 <target></target>
11919 <context-group purpose="location">
11920 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11921 <context context-type="linenumber">1</context>
11922 </context-group>
11923 </trans-unit>
11924 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
11925 <source>Mute this account by your instance</source>
11926 <target></target>
11927 <context-group purpose="location">
11928 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11929 <context context-type="linenumber">1</context>
11930 </context-group>
11931 </trans-unit>
11932 <trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html">
11933 <source>Hide any content from that user for you, your instance and its users.</source>
11934 <target></target>
11935 <context-group purpose="location">
11936 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11937 <context context-type="linenumber">1</context>
11938 </context-group>
11939 </trans-unit>
11940 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957" datatype="html">
11941 <source>Unmute this account by your instance</source>
11942 <target></target>
11943 <context-group purpose="location">
11944 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11945 <context context-type="linenumber">1</context>
11946 </context-group>
11947 </trans-unit>
11948 <trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html">
11949 <source>Show back content from that user for you, your instance and its users.</source>
11950 <target></target>
11951 <context-group purpose="location">
11952 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11953 <context context-type="linenumber">1</context>
11954 </context-group>
11955 </trans-unit>
11956 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178" datatype="html">
11957 <source>Mute the instance by your instance</source>
11958 <target></target>
11959 <context-group purpose="location">
11960 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11961 <context context-type="linenumber">1</context>
11962 </context-group>
11963 </trans-unit>
11964 <trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html">
11965 <source>Hide any content from that instance for you, your instance and its users.</source>
11966 <target></target>
11967 <context-group purpose="location">
11968 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11969 <context context-type="linenumber">1</context>
11970 </context-group>
11971 </trans-unit>
11972 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a" datatype="html">
11973 <source>Unmute the instance by your instance</source>
11974 <target></target>
11975 <context-group purpose="location">
11976 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11977 <context context-type="linenumber">1</context>
11978 </context-group>
11979 </trans-unit>
11980 <trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html">
11981 <source>Show back content from that instance for you, your instance and its users.</source>
11982 <target></target>
11983 <context-group purpose="location">
11984 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
11985 <context context-type="linenumber">1</context>
11986 </context-group>
11987 </trans-unit>
11988 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
11989 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
11990 <target></target>
11991 <context-group purpose="location">
11992 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
11993 <context context-type="linenumber">1</context>
11994 </context-group>
11995 </trans-unit>
11996 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b" datatype="html">
11997 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
11998 <target></target>
11999 <context-group purpose="location">
12000 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
12001 <context context-type="linenumber">1</context>
12002 </context-group>
12003 </trans-unit>
12004 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d" datatype="html">
12005 <source>Too many attempts, please try again later.</source>
12006 <target></target>
12007 <context-group purpose="location">
12008 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
12009 <context context-type="linenumber">1</context>
12010 </context-group>
12011 </trans-unit>
12012 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc" datatype="html">
12013 <source>Server error. Please retry later.</source>
12014 <target></target>
12015 <context-group purpose="location">
12016 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
12017 <context context-type="linenumber">1</context>
12018 </context-group>
12019 </trans-unit>
12020 <trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html">
12021 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
12022 <target></target>
12023 <context-group purpose="location">
12024 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
12025 <context context-type="linenumber">1</context>
12026 </context-group>
12027 </trans-unit>
12028 <trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
12029 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
12030 <target></target>
12031 <context-group purpose="location">
12032 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
12033 <context context-type="linenumber">1</context>
12034 </context-group>
12035 </trans-unit>
12036 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
12037 <source>Subscribed</source>
12038 <target></target>
12039 <context-group purpose="location">
12040 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
12041 <context context-type="linenumber">1</context>
12042 </context-group>
12043 </trans-unit>
12044 <trans-unit id="3bd3791d3b0ab933981a0b884396af74b0c95e2a" datatype="html">
12045 <source>Unsubscribed from all channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
12046 <target></target>
12047 <context-group purpose="location">
12048 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
12049 <context context-type="linenumber">1</context>
12050 </context-group>
12051 </trans-unit>
12052 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26" datatype="html">
12053 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
12054 <target></target>
12055 <context-group purpose="location">
12056 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
12057 <context context-type="linenumber">1</context>
12058 </context-group>
12059 </trans-unit>
12060 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471" datatype="html">
12061 <source>Unsubscribed</source>
12062 <target></target>
12063 <context-group purpose="location">
12064 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
12065 <context context-type="linenumber">1</context>
12066 </context-group>
12067 </trans-unit>
12068 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
12069 <source>Administrator</source>
12070 <target></target>
12071 <context-group purpose="location">
12072 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
12073 <context context-type="linenumber">1</context>
12074 </context-group>
12075 </trans-unit>
12076 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf" datatype="html">
12077 <source>Moderator</source>
12078 <target></target>
12079 <context-group purpose="location">
12080 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
12081 <context context-type="linenumber">1</context>
12082 </context-group>
12083 </trans-unit>
12084 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
12085 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
12086 <target></target>
12087 <context-group purpose="location">
12088 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
12089 <context context-type="linenumber">1</context>
12090 </context-group>
12091 <context-group purpose="location">
12092 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
12093 <context context-type="linenumber">1</context>
12094 </context-group>
12095 </trans-unit>
12096 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
12097 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
12098 <target></target>
12099 <context-group purpose="location">
12100 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
12101 <context context-type="linenumber">1</context>
12102 </context-group>
12103 </trans-unit>
12104 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
12105 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
12106 <target></target>
12107 <context-group purpose="location">
12108 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
12109 <context context-type="linenumber">1</context>
12110 </context-group>
12111 </trans-unit>
12112 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8" datatype="html">
12113 <source>Timestamps updated</source>
12114 <target></target>
12115 <context-group purpose="location">
12116 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
12117 <context context-type="linenumber">1</context>
12118 </context-group>
12119 </trans-unit>
12120 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f" datatype="html">
12121 <source>Starts at </source>
12122 <target></target>
12123 <context-group purpose="location">
12124 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
12125 <context context-type="linenumber">1</context>
12126 </context-group>
12127 <context-group purpose="location">
12128 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
12129 <context context-type="linenumber">1</context>
12130 </context-group>
12131 </trans-unit>
12132 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372" datatype="html">
12133 <source>Stops at </source>
12134 <target></target>
12135 <context-group purpose="location">
12136 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
12137 <context context-type="linenumber">1</context>
12138 </context-group>
12139 </trans-unit>
12140 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691" datatype="html">
12141 <source> and stops at </source>
12142 <target></target>
12143 <context-group purpose="location">
12144 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
12145 <context context-type="linenumber">1</context>
12146 </context-group>
12147 </trans-unit>
12148 <trans-unit id="5f316500cde1925ffcdf053a7427b44795161f4e" datatype="html">
12149 <source>Encoder</source>
12150 <target></target>
12151 <context-group purpose="location">
12152 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12153 <context context-type="linenumber">1</context>
12154 </context-group>
12155 </trans-unit>
12156 <trans-unit id="c01d52b4f10668adeded397b0b1a9a4bfefd4f37" datatype="html">
12157 <source>Format name</source>
12158 <target></target>
12159 <context-group purpose="location">
12160 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12161 <context context-type="linenumber">1</context>
12162 </context-group>
12163 </trans-unit>
12164 <trans-unit id="7faaaa08f56427999f3be41df1093ce4089bbd75" datatype="html">
12165 <source>Size</source>
12166 <target></target>
12167 <context-group purpose="location">
12168 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12169 <context context-type="linenumber">1</context>
12170 </context-group>
12171 </trans-unit>
12172 <trans-unit id="c1226821b3c276dc443b3e5a2dce10e14dcd6244" datatype="html">
12173 <source>Bitrate</source>
12174 <target></target>
12175 <context-group purpose="location">
12176 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12177 <context context-type="linenumber">1</context>
12178 </context-group>
12179 <context-group purpose="location">
12180 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12181 <context context-type="linenumber">1</context>
12182 </context-group>
12183 </trans-unit>
12184 <trans-unit id="205c33d626f4654f36d9d7dcea6f9d9e9b2a7ec7" datatype="html">
12185 <source>Codec</source>
12186 <target></target>
12187 <context-group purpose="location">
12188 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12189 <context context-type="linenumber">1</context>
12190 </context-group>
12191 </trans-unit>
12192 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8" datatype="html">
12193 <source>Profile</source>
12194 <target></target>
12195 <context-group purpose="location">
12196 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12197 <context context-type="linenumber">1</context>
12198 </context-group>
12199 </trans-unit>
12200 <trans-unit id="b284ee2481274869dfb81764f597da8a13a6813d" datatype="html">
12201 <source>Resolution</source>
12202 <target></target>
12203 <context-group purpose="location">
12204 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12205 <context context-type="linenumber">1</context>
12206 </context-group>
12207 </trans-unit>
12208 <trans-unit id="ef33a2dbcf359d6d0bf21cd9057241198657f1a0" datatype="html">
12209 <source>Aspect ratio</source>
12210 <target></target>
12211 <context-group purpose="location">
12212 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12213 <context context-type="linenumber">1</context>
12214 </context-group>
12215 </trans-unit>
12216 <trans-unit id="6a584f96af92f3c88346004512fb62c1a2f77bf2" datatype="html">
12217 <source>Average frame rate</source>
12218 <target></target>
12219 <context-group purpose="location">
12220 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12221 <context context-type="linenumber">1</context>
12222 </context-group>
12223 </trans-unit>
12224 <trans-unit id="f5ef087f961138ca7624adf451532229eaf1d6d0" datatype="html">
12225 <source>Pixel format</source>
12226 <target></target>
12227 <context-group purpose="location">
12228 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12229 <context context-type="linenumber">1</context>
12230 </context-group>
12231 </trans-unit>
12232 <trans-unit id="3a52aa4fd8b70b391767f9398322eeb13219f18c" datatype="html">
12233 <source>Sample rate</source>
12234 <target></target>
12235 <context-group purpose="location">
12236 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12237 <context context-type="linenumber">1</context>
12238 </context-group>
12239 </trans-unit>
12240 <trans-unit id="3ca33ac04c81bb041501de891a9d7c8318f810a0" datatype="html">
12241 <source>Channel Layout</source>
12242 <target></target>
12243 <context-group purpose="location">
12244 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
12245 <context context-type="linenumber">1</context>
12246 </context-group>
12247 </trans-unit>
12248 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50" datatype="html">
12249 <source>Video reported.</source>
12250 <target></target>
12251 <context-group purpose="location">
12252 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context>
12253 <context context-type="linenumber">1</context>
12254 </context-group>
12255 </trans-unit>
12256 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
12257 <source>This video will be duplicated by your instance.</source>
12258 <target></target>
12259 <context-group purpose="location">
12260 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
12261 <context context-type="linenumber">1</context>
12262 </context-group>
12263 </trans-unit>
12264 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
12265 <source>Save to playlist</source>
12266 <target></target>
12267 <context-group purpose="location">
12268 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
12269 <context context-type="linenumber">1</context>
12270 </context-group>
12271 <context-group purpose="location">
12272 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12273 <context context-type="linenumber">1</context>
12274 </context-group>
12275 </trans-unit>
12276 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
12277 <source>Blacklist</source>
12278 <target></target>
12279 <context-group purpose="location">
12280 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
12281 <context context-type="linenumber">1</context>
12282 </context-group>
12283 </trans-unit>
12284 <trans-unit id="5bad8678a5115610ba1bf56a35256a13e6b07a7b" datatype="html">
12285 <source>Mirror</source>
12286 <target></target>
12287 <context-group purpose="location">
12288 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
12289 <context context-type="linenumber">1</context>
12290 </context-group>
12291 </trans-unit>
12292 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
12293 <source>Published</source>
12294 <target></target>
12295 <context-group purpose="location">
12296 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
12297 <context context-type="linenumber">1</context>
12298 </context-group>
12299 </trans-unit>
12300 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2" datatype="html">
12301 <source>Publication scheduled on </source>
12302 <target></target>
12303 <context-group purpose="location">
12304 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
12305 <context context-type="linenumber">1</context>
12306 </context-group>
12307 </trans-unit>
12308 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02" datatype="html">
12309 <source>Waiting transcoding</source>
12310 <target></target>
12311 <context-group purpose="location">
12312 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
12313 <context context-type="linenumber">1</context>
12314 </context-group>
12315 </trans-unit>
12316 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a" datatype="html">
12317 <source>To transcode</source>
12318 <target></target>
12319 <context-group purpose="location">
12320 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
12321 <context context-type="linenumber">1</context>
12322 </context-group>
12323 </trans-unit>
12324 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392" datatype="html">
12325 <source>To import</source>
12326 <target></target>
12327 <context-group purpose="location">
12328 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
12329 <context context-type="linenumber">1</context>
12330 </context-group>
12331 </trans-unit>
12332 <trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
12333 <source>Add to watch later</source>
12334 <target></target>
12335 <context-group purpose="location">
12336 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
12337 <context context-type="linenumber">1</context>
12338 </context-group>
12339 </trans-unit>
12340 <trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
12341 <source>Remove from watch later</source>
12342 <target></target>
12343 <context-group purpose="location">
12344 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
12345 <context context-type="linenumber">1</context>
12346 </context-group>
12347 </trans-unit>
12348 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
12349 <source>Only I can see this video</source>
12350 <target></target>
12351 <context-group purpose="location">
12352 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
12353 <context context-type="linenumber">1</context>
12354 </context-group>
12355 </trans-unit>
12356 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70" datatype="html">
12357 <source>Only people with the private link can see this video</source>
12358 <target></target>
12359 <context-group purpose="location">
12360 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
12361 <context context-type="linenumber">1</context>
12362 </context-group>
12363 </trans-unit>
12364 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b" datatype="html">
12365 <source>Anyone can see this video</source>
12366 <target></target>
12367 <context-group purpose="location">
12368 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
12369 <context context-type="linenumber">1</context>
12370 </context-group>
12371 </trans-unit>
12372 <trans-unit id="ed3394ad721212bca2a1da43ad6063b6d4f9a008" datatype="html">
12373 <source>Only users of this instance can see this video</source>
12374 <target></target>
12375 <context-group purpose="location">
12376 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
12377 <context context-type="linenumber">1</context>
12378 </context-group>
12379 </trans-unit>
12380 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb" datatype="html">
12381 <source>Video to import updated.</source>
12382 <target></target>
12383 <context-group purpose="location">
12384 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
12385 <context context-type="linenumber">1</context>
12386 </context-group>
12387 <context-group purpose="location">
12388 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.ts</context>
12389 <context context-type="linenumber">1</context>
12390 </context-group>
12391 </trans-unit>
12392 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c" datatype="html">
12393 <source>Your video was uploaded to your account and is private.</source>
12394 <target></target>
12395 <context-group purpose="location">
12396 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12397 <context context-type="linenumber">1</context>
12398 </context-group>
12399 </trans-unit>
12400 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264" datatype="html">
12401 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
12402 <target></target>
12403 <context-group purpose="location">
12404 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12405 <context context-type="linenumber">1</context>
12406 </context-group>
12407 </trans-unit>
12408 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4" datatype="html">
12409 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
12410 <target></target>
12411 <context-group purpose="location">
12412 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12413 <context context-type="linenumber">1</context>
12414 </context-group>
12415 </trans-unit>
12416 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html">
12417 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source>
12418 <target></target>
12419 <context-group purpose="location">
12420 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12421 <context context-type="linenumber">1</context>
12422 </context-group>
12423 </trans-unit>
12424 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9" datatype="html">
12425 <source>Upload cancelled</source>
12426 <target></target>
12427 <context-group purpose="location">
12428 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12429 <context context-type="linenumber">1</context>
12430 </context-group>
12431 </trans-unit>
12432 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce" datatype="html">
12433 <source>Video published.</source>
12434 <target></target>
12435 <context-group purpose="location">
12436 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12437 <context context-type="linenumber">1</context>
12438 </context-group>
12439 </trans-unit>
12440 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee" datatype="html">
12441 <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>
12442 <target></target>
12443 <context-group purpose="location">
12444 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12445 <context context-type="linenumber">1</context>
12446 </context-group>
12447 </trans-unit>
12448 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd" datatype="html">
12449 <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>
12450 <target></target>
12451 <context-group purpose="location">
12452 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
12453 <context context-type="linenumber">1</context>
12454 </context-group>
12455 </trans-unit>
12456 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4" datatype="html">
12457 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
12458 <target></target>
12459 <context-group purpose="location">
12460 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
12461 <context context-type="linenumber">1</context>
12462 </context-group>
12463 </trans-unit>
12464 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187" datatype="html">
12465 <source>Video updated.</source>
12466 <target></target>
12467 <context-group purpose="location">
12468 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
12469 <context context-type="linenumber">1</context>
12470 </context-group>
12471 </trans-unit>
12472 <trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
12473 <source> The deletion will be sent to remote instances so they can reflect the change.</source>
12474 <target></target>
12475 <context-group purpose="location">
12476 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
12477 <context context-type="linenumber">1</context>
12478 </context-group>
12479 </trans-unit>
12480 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
12481 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
12482 <target></target>
12483 <context-group purpose="location">
12484 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
12485 <context context-type="linenumber">1</context>
12486 </context-group>
12487 </trans-unit>
12488 <trans-unit id="4334a60889af951a137a22cd862f2675daad3292" datatype="html">
12489 <source>Stop autoplaying next video</source>
12490 <target></target>
12491 <context-group purpose="location">
12492 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12493 <context context-type="linenumber">1</context>
12494 </context-group>
12495 </trans-unit>
12496 <trans-unit id="0663c85b5bc0806356ab768f411299c29cf39360" datatype="html">
12497 <source>Autoplay next video</source>
12498 <target></target>
12499 <context-group purpose="location">
12500 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12501 <context context-type="linenumber">1</context>
12502 </context-group>
12503 </trans-unit>
12504 <trans-unit id="77fde72fafe6a5272b7d5e3ffedd179ec2d7f8b0" datatype="html">
12505 <source>Stop looping playlist videos</source>
12506 <target></target>
12507 <context-group purpose="location">
12508 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12509 <context context-type="linenumber">1</context>
12510 </context-group>
12511 </trans-unit>
12512 <trans-unit id="54428deb88d7bc58721d6839d9406ff607eccef4" datatype="html">
12513 <source>Loop playlist videos</source>
12514 <target></target>
12515 <context-group purpose="location">
12516 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
12517 <context context-type="linenumber">1</context>
12518 </context-group>
12519 </trans-unit>
12520 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html">
12521 <source>Like this video</source>
12522 <target></target>
12523 <context-group purpose="location">
12524 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12525 <context context-type="linenumber">1</context>
12526 </context-group>
12527 </trans-unit>
12528 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html">
12529 <source>Dislike this video</source>
12530 <target></target>
12531 <context-group purpose="location">
12532 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12533 <context context-type="linenumber">1</context>
12534 </context-group>
12535 </trans-unit>
12536 <trans-unit id="d9b40e01fa146a1fbd189c13b01815a1d41c68ab" datatype="html">
12537 <source>Support options for this video</source>
12538 <target></target>
12539 <context-group purpose="location">
12540 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12541 <context context-type="linenumber">1</context>
12542 </context-group>
12543 </trans-unit>
12544 <trans-unit id="74e95a8a42bc8e07d3459f86184ce798e6189ec6" datatype="html">
12545 <source>You need to be connected to rate this content.</source>
12546 <target></target>
12547 <context-group purpose="location">
12548 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12549 <context context-type="linenumber">1</context>
12550 </context-group>
12551 </trans-unit>
12552 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html">
12553 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
12554 <target></target>
12555 <context-group purpose="location">
12556 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12557 <context context-type="linenumber">1</context>
12558 </context-group>
12559 </trans-unit>
12560 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71" datatype="html">
12561 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
12562 <target></target>
12563 <context-group purpose="location">
12564 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12565 <context context-type="linenumber">1</context>
12566 </context-group>
12567 </trans-unit>
12568 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8" datatype="html">
12569 <source>Mature or explicit content</source>
12570 <target></target>
12571 <context-group purpose="location">
12572 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12573 <context context-type="linenumber">1</context>
12574 </context-group>
12575 </trans-unit>
12576 <trans-unit id="43ee7c4bd1ed4766ec0c13974a1e08881071c927" datatype="html">
12577 <source>Up Next</source>
12578 <target></target>
12579 <context-group purpose="location">
12580 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12581 <context context-type="linenumber">1</context>
12582 </context-group>
12583 </trans-unit>
12584 <trans-unit id="3a592fe9ee94c99deb20352edd7e994debf5c4c8" datatype="html">
12585 <source>Autoplay is suspended</source>
12586 <target></target>
12587 <context-group purpose="location">
12588 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12589 <context context-type="linenumber">1</context>
12590 </context-group>
12591 </trans-unit>
12592 <trans-unit id="fe51624a8ab9f682f7f21d485eb64fdb4b15e91e" datatype="html">
12593 <source>Enter/exit fullscreen (requires player focus)</source>
12594 <target></target>
12595 <context-group purpose="location">
12596 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12597 <context context-type="linenumber">1</context>
12598 </context-group>
12599 </trans-unit>
12600 <trans-unit id="d5916006cb404a4d3663ac20ad299c45e57a30a6" datatype="html">
12601 <source>Play/Pause the video (requires player focus)</source>
12602 <target></target>
12603 <context-group purpose="location">
12604 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12605 <context context-type="linenumber">1</context>
12606 </context-group>
12607 </trans-unit>
12608 <trans-unit id="c797465d457fbb14d62c08c52be9115b60e5605c" datatype="html">
12609 <source>Mute/unmute the video (requires player focus)</source>
12610 <target></target>
12611 <context-group purpose="location">
12612 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12613 <context context-type="linenumber">1</context>
12614 </context-group>
12615 </trans-unit>
12616 <trans-unit id="6ec9800a89e1489861dd08b93d0ff42fd5f20f50" datatype="html">
12617 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
12618 <target></target>
12619 <context-group purpose="location">
12620 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12621 <context context-type="linenumber">1</context>
12622 </context-group>
12623 </trans-unit>
12624 <trans-unit id="567024b923c37475ef4b2632ec95d07c3f7263f5" datatype="html">
12625 <source>Increase the volume (requires player focus)</source>
12626 <target></target>
12627 <context-group purpose="location">
12628 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12629 <context context-type="linenumber">1</context>
12630 </context-group>
12631 </trans-unit>
12632 <trans-unit id="bb7e8567023b189bba28de767769192f5fe28430" datatype="html">
12633 <source>Decrease the volume (requires player focus)</source>
12634 <target></target>
12635 <context-group purpose="location">
12636 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12637 <context context-type="linenumber">1</context>
12638 </context-group>
12639 </trans-unit>
12640 <trans-unit id="3fcdc3072de455c3816dc7976ff96ea1bf09eb7b" datatype="html">
12641 <source>Seek the video forward (requires player focus)</source>
12642 <target></target>
12643 <context-group purpose="location">
12644 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12645 <context context-type="linenumber">1</context>
12646 </context-group>
12647 </trans-unit>
12648 <trans-unit id="ea2c30e5c87a4923cbf3cdcac9fc8818f79f9a0b" datatype="html">
12649 <source>Seek the video backward (requires player focus)</source>
12650 <target></target>
12651 <context-group purpose="location">
12652 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12653 <context context-type="linenumber">1</context>
12654 </context-group>
12655 </trans-unit>
12656 <trans-unit id="a06ba404b91694a9788bf243582ba437b2bd9490" datatype="html">
12657 <source>Increase playback rate (requires player focus)</source>
12658 <target></target>
12659 <context-group purpose="location">
12660 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12661 <context context-type="linenumber">1</context>
12662 </context-group>
12663 </trans-unit>
12664 <trans-unit id="68bb1ba6ae67f97934797d79e582fb6f7c3e825d" datatype="html">
12665 <source>Decrease playback rate (requires player focus)</source>
12666 <target></target>
12667 <context-group purpose="location">
12668 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12669 <context context-type="linenumber">1</context>
12670 </context-group>
12671 </trans-unit>
12672 <trans-unit id="0fc28c34013089209a65fadcad0a552094ef2104" datatype="html">
12673 <source>Navigate in the video frame by frame (requires player focus)</source>
12674 <target></target>
12675 <context-group purpose="location">
12676 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12677 <context context-type="linenumber">1</context>
12678 </context-group>
12679 </trans-unit>
12680 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6" datatype="html">
12681 <source>Like the video</source>
12682 <target></target>
12683 <context-group purpose="location">
12684 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12685 <context context-type="linenumber">1</context>
12686 </context-group>
12687 </trans-unit>
12688 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8" datatype="html">
12689 <source>Dislike the video</source>
12690 <target></target>
12691 <context-group purpose="location">
12692 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
12693 <context context-type="linenumber">1</context>
12694 </context-group>
12695 </trans-unit>
12696 <trans-unit id="1d9b6c0c66a4a5baa73617b1106c3746bc13f003" datatype="html">
12697 <source>When active, the next video is automatically played after the current one.</source>
12698 <target></target>
12699 <context-group purpose="location">
12700 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.ts</context>
12701 <context context-type="linenumber">1</context>
12702 </context-group>
12703 </trans-unit>
12704 <trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html">
12705 <source>Videos that have the higher number of likes.</source>
12706 <target></target>
12707 <context-group purpose="location">
12708 <context context-type="sourcefile">src/app/videos/video-list/video-most-liked.component.ts</context>
12709 <context context-type="linenumber">1</context>
12710 </context-group>
12711 </trans-unit>
12712 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054" datatype="html">
12713 <source>Trending for the last 24 hours</source>
12714 <target></target>
12715 <context-group purpose="location">
12716 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12717 <context context-type="linenumber">1</context>
12718 </context-group>
12719 </trans-unit>
12720 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
12721 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
12722 <target></target>
12723 <context-group purpose="location">
12724 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12725 <context context-type="linenumber">1</context>
12726 </context-group>
12727 </trans-unit>
12728 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html">
12729 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
12730 <target></target>
12731 <context-group purpose="location">
12732 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12733 <context context-type="linenumber">1</context>
12734 </context-group>
12735 </trans-unit>
12736 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
12737 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
12738 <target></target>
12739 <context-group purpose="location">
12740 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12741 <context context-type="linenumber">1</context>
12742 </context-group>
12743 </trans-unit>
12744 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165" datatype="html">
12745 <source>Videos from your subscriptions</source>
12746 <target></target>
12747 <context-group purpose="location">
12748 <context context-type="sourcefile">src/app/videos/video-list/video-user-subscriptions.component.ts</context>
12749 <context context-type="linenumber">1</context>
12750 </context-group>
12751 </trans-unit>
12752 </body>
12753 </file>
12754</xliff>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index d3608ebde..21e482285 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.xlf
@@ -3739,7 +3739,7 @@
3739 </trans-unit> 3739 </trans-unit>
3740 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3740 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3741 <source>Auth plugin</source> 3741 <source>Auth plugin</source>
3742 <target state="new">Auth plugin</target> 3742 <target state="translated">Autentiserande tilgg</target>
3743 <context-group purpose="location"> 3743 <context-group purpose="location">
3744 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3744 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3745 <context context-type="linenumber">49</context> 3745 <context context-type="linenumber">49</context>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index 958565aa3..6092887dc 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -13,7 +13,7 @@
13 </trans-unit> 13 </trans-unit>
14 <trans-unit id="ngb.carousel.previous"> 14 <trans-unit id="ngb.carousel.previous">
15 <source>Previous</source> 15 <source>Previous</source>
16 <target>一個</target> 16 <target>個</target>
17 <context-group name="null"> 17 <context-group name="null">
18 <context context-type="linenumber">13</context> 18 <context context-type="linenumber">13</context>
19 </context-group> 19 </context-group>
@@ -105,7 +105,7 @@
105 </trans-unit> 105 </trans-unit>
106 <trans-unit id="ngb.pagination.previous-aria"> 106 <trans-unit id="ngb.pagination.previous-aria">
107 <source>Previous</source> 107 <source>Previous</source>
108 <target>一個</target> 108 <target>個</target>
109 <context-group name="null"> 109 <context-group name="null">
110 <context context-type="linenumber">23</context> 110 <context context-type="linenumber">23</context>
111 </context-group> 111 </context-group>
@@ -137,7 +137,7 @@
137 </trans-unit> 137 </trans-unit>
138 <trans-unit id="ngb.timepicker.increment-hours"> 138 <trans-unit id="ngb.timepicker.increment-hours">
139 <source>Increment hours</source> 139 <source>Increment hours</source>
140 <target>增加時</target> 140 <target>增加時</target>
141 <context-group name="null"> 141 <context-group name="null">
142 <context context-type="linenumber">9</context> 142 <context context-type="linenumber">9</context>
143 </context-group> 143 </context-group>
@@ -161,7 +161,7 @@
161 </trans-unit> 161 </trans-unit>
162 <trans-unit id="ngb.timepicker.decrement-hours"> 162 <trans-unit id="ngb.timepicker.decrement-hours">
163 <source>Decrement hours</source> 163 <source>Decrement hours</source>
164 <target>減少時</target> 164 <target>減少時</target>
165 <context-group name="null"> 165 <context-group name="null">
166 <context context-type="linenumber">21</context> 166 <context context-type="linenumber">21</context>
167 </context-group> 167 </context-group>
@@ -265,7 +265,7 @@
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新影片:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新視頻:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -273,7 +273,7 @@
273 </trans-unit> 273 </trans-unit>
274 <trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html"> 274 <trans-unit id="5f61f85f3c9e196f7044fec4dfe165b081e14a3f" datatype="html">
275 <source>The notification concerns a video now unavailable</source> 275 <source>The notification concerns a video now unavailable</source>
276 <target state="translated">此通知與一個目前不可用的影片有關</target> 276 <target state="translated">此通知與一個目前不可用的視頻有關</target>
277 <context-group purpose="location"> 277 <context-group purpose="location">
278 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 278 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
279 <context context-type="linenumber">23</context> 279 <context context-type="linenumber">23</context>
@@ -281,27 +281,27 @@
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source>
284 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被解除黑名單 </target> 284 <target state="translated">您的視頻 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已從黑名單上解除 </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source>
289 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被列入黑名單 </target> 289 <target state="translated">您的視頻 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被列入黑名單 </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的影片濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已建立於影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的視頻濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已建立於視頻 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
299 <target state="translated">最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">最近新增的視頻 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已在您的影片上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已在您的視頻上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -317,22 +317,22 @@
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source>
320 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已發佈 </target> 320 <target state="translated">您的視頻<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已發佈 </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的視頻匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的視頻匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source>
335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已於您的站臺註冊 </target> 335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已於您的實例註冊 </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
@@ -340,22 +340,22 @@
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>您的帳戶<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 345 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>影片 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>視頻<x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 350 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source>
353 <target state="translated">您的站臺有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 353 <target state="translated">您的實例有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 355 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
358 <target state="translated">您的站臺已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 358 <target state="translated">您的實例已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 360 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -457,7 +457,7 @@
457 </trans-unit> 457 </trans-unit>
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 459 <source>video</source>
460 <target state="translated">影片</target> 460 <target state="translated">視頻</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group>
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group>
463 </trans-unit> 463 </trans-unit>
@@ -483,12 +483,12 @@
483 </trans-unit> 483 </trans-unit>
484 <trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html"> 484 <trans-unit id="01504bc3847894e0816ec486648854d3835f91b0" datatype="html">
485 <source>Video stream</source> 485 <source>Video stream</source>
486 <target state="translated">視串流</target> 486 <target state="translated">視串流</target>
487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">57</context></context-group> 487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">57</context></context-group>
488 </trans-unit> 488 </trans-unit>
489 <trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html"> 489 <trans-unit id="697b93fd14fd3c85be79056c6d7f459da204eff1" datatype="html">
490 <source>Audio stream</source> 490 <source>Audio stream</source>
491 <target state="translated">音串流</target> 491 <target state="translated">音串流</target>
492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">69</context></context-group> 492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">69</context></context-group>
493 </trans-unit> 493 </trans-unit>
494 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 494 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
@@ -528,7 +528,7 @@
528 </trans-unit> 528 </trans-unit>
529 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 529 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
530 <source>Report video</source> 530 <source>Report video</source>
531 <target>影片</target> 531 <target>視頻</target>
532 <context-group name="null"> 532 <context-group name="null">
533 <context context-type="linenumber">3</context> 533 <context context-type="linenumber">3</context>
534 </context-group> 534 </context-group>
@@ -536,7 +536,7 @@
536 </trans-unit> 536 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source>
539 <target state="translated">您的回報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 的管理員,同時也會轉發給影片來源 (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 539 <target state="translated">您的舉報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 的調解員,同時也會轉發給視頻來源 (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target>
540 <context-group purpose="location"> 540 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 542 <context context-type="linenumber">9</context>
@@ -576,7 +576,7 @@
576 </trans-unit> 576 </trans-unit>
577 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 577 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
578 <source>Blacklist video</source> 578 <source>Blacklist video</source>
579 <target>將入黑名單</target> 579 <target>將視頻加入黑名單</target>
580 <context-group name="null"> 580 <context-group name="null">
581 <context context-type="linenumber">3</context> 581 <context context-type="linenumber">3</context>
582 </context-group> 582 </context-group>
@@ -584,17 +584,17 @@
584 </trans-unit> 584 </trans-unit>
585 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html"> 585 <trans-unit id="297603f796b0d287ac02b80d5aca6156c91a8fea" datatype="html">
586 <source>This will ask remote instances to delete it</source> 586 <source>This will ask remote instances to delete it</source>
587 <target state="translated">這會要求遠端站臺將其刪除</target> 587 <target state="translated">這會要求遠端其刪除</target>
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group> 588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group>
589 </trans-unit> 589 </trans-unit>
590 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html"> 590 <trans-unit id="0cd0f27936731dabfd8d89277b781d5dd664bc89" datatype="html">
591 <source>Unfederate the video</source> 591 <source>Unfederate the video</source>
592 <target state="translated">消影片聯播</target> 592 <target state="translated">解除聯播</target>
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">23</context></context-group>
594 </trans-unit> 594 </trans-unit>
595 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 595 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
596 <source>Unlisted</source> 596 <source>Unlisted</source>
597 <target>列出</target> 597 <target>列出</target>
598 <context-group name="null"> 598 <context-group name="null">
599 <context context-type="linenumber">6</context> 599 <context context-type="linenumber">6</context>
600 </context-group> 600 </context-group>
@@ -613,7 +613,7 @@
613 </trans-unit> 613 </trans-unit>
614 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html"> 614 <trans-unit id="f73a82bb90c6c856cc0d2e3b2f5c109460074912" datatype="html">
615 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source> 615 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views} }</source>
616 <target state="translated">{VAR_PLURAL, plural, =1 {1 次檢視} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視} }</target> 616 <target state="translated">{VAR_PLURAL, plural, =1 {1 次檢視} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 次點閱} }</target>
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">23</context></context-group>
618 </trans-unit> 618 </trans-unit>
619 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 619 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
@@ -626,9 +626,7 @@
626 </trans-unit> 626 </trans-unit>
627 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 627 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
628 <source>Sensitive</source> 628 <source>Sensitive</source>
629 <target> 629 <target>敏感的</target>
630 敏感
631 </target>
632 <context-group name="null"> 630 <context-group name="null">
633 <context context-type="linenumber">46</context> 631 <context context-type="linenumber">46</context>
634 </context-group> 632 </context-group>
@@ -636,7 +634,7 @@
636 </trans-unit> 634 </trans-unit>
637 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 635 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
638 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 636 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
639 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 637 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} 其他 {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> 視頻} }</target>
640 <context-group name="null"> 638 <context-group name="null">
641 <context context-type="linenumber">9</context> 639 <context context-type="linenumber">9</context>
642 </context-group> 640 </context-group>
@@ -777,7 +775,7 @@
777 </trans-unit> 775 </trans-unit>
778 <trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html"> 776 <trans-unit id="98ae65ebba6c43c5cda8bdbd6f03e1daa0595af1" datatype="html">
779 <source>Recommended</source> 777 <source>Recommended</source>
780 <target state="translated"></target> 778 <target state="translated"></target>
781 <context-group purpose="location"> 779 <context-group purpose="location">
782 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context> 780 <context context-type="sourcefile">src/app/shared/forms/peertube-checkbox.component.html</context>
783 <context context-type="linenumber">33</context> 781 <context context-type="linenumber">33</context>
@@ -785,7 +783,7 @@
785 </trans-unit> 783 </trans-unit>
786 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66"> 784 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
787 <source>Using an ActivityPub account</source> 785 <source>Using an ActivityPub account</source>
788 <target>使用 ActivityPub 帳</target> 786 <target>使用 ActivityPub 帳</target>
789 <context-group name="null"> 787 <context-group name="null">
790 <context context-type="linenumber">36</context> 788 <context context-type="linenumber">36</context>
791 </context-group> 789 </context-group>
@@ -793,7 +791,7 @@
793 </trans-unit> 791 </trans-unit>
794 <trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html"> 792 <trans-unit id="c7e2b4c04a0459ebc4d2e54e419abb679bc713f2" datatype="html">
795 <source>Subscribe with an account on this instance</source> 793 <source>Subscribe with an account on this instance</source>
796 <target state="translated">使用此站臺上的帳閱</target> 794 <target state="translated">使用此的帳訂閱</target>
797 <context-group purpose="location"> 795 <context-group purpose="location">
798 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 796 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
799 <context context-type="linenumber">53</context> 797 <context context-type="linenumber">53</context>
@@ -801,7 +799,7 @@
801 </trans-unit> 799 </trans-unit>
802 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0"> 800 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
803 <source>Subscribe with your local account</source> 801 <source>Subscribe with your local account</source>
804 <target>以您的本地帳閱</target> 802 <target>以您的本地帳訂閱</target>
805 <context-group name="null"> 803 <context-group name="null">
806 <context context-type="linenumber">40</context> 804 <context context-type="linenumber">40</context>
807 </context-group> 805 </context-group>
@@ -809,7 +807,7 @@
809 </trans-unit> 807 </trans-unit>
810 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed"> 808 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
811 <source>Subscribe with a Mastodon account:</source> 809 <source>Subscribe with a Mastodon account:</source>
812 <target>使用 Mastodon 帳閱:</target> 810 <target>使用 Mastodon 帳訂閱:</target>
813 <context-group name="null"> 811 <context-group name="null">
814 <context context-type="linenumber">43</context> 812 <context context-type="linenumber">43</context>
815 </context-group> 813 </context-group>
@@ -817,7 +815,7 @@
817 </trans-unit> 815 </trans-unit>
818 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1"> 816 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
819 <source>Using a syndication feed</source> 817 <source>Using a syndication feed</source>
820 <target>使用聯合供稿</target> 818 <target>使用聯合饋送</target>
821 <context-group name="null"> 819 <context-group name="null">
822 <context context-type="linenumber">48</context> 820 <context context-type="linenumber">48</context>
823 </context-group> 821 </context-group>
@@ -833,10 +831,7 @@
833 </trans-unit> 831 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 832 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 833 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
836 <target> 834 <target><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端互動<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
839 </target>
840 <context-group name="null"> 835 <context-group name="null">
841 <context context-type="linenumber">10</context> 836 <context context-type="linenumber">10</context>
842 </context-group> 837 </context-group>
@@ -844,10 +839,7 @@
844 </trans-unit> 839 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 840 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
846 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 841 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source>
847 <target> 842 <target>您可以透過任何 ActivityPub 聯邦宇宙的實例訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 </target>
848 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
849 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
850 </target>
851 <context-group name="null"> 843 <context-group name="null">
852 <context context-type="linenumber">17</context> 844 <context context-type="linenumber">17</context>
853 </context-group> 845 </context-group>
@@ -855,10 +847,7 @@
855 </trans-unit> 847 </trans-unit>
856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 848 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
857 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 849 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source>
858 <target> 850 <target>您可以透過任何 ActivityPub 聯邦宇宙的實例與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 </target>
859 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
860 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
861 </target>
862 <context-group name="null"> 851 <context-group name="null">
863 <context context-type="linenumber">26</context> 852 <context context-type="linenumber">26</context>
864 </context-group> 853 </context-group>
@@ -874,10 +863,7 @@
874 </trans-unit> 863 </trans-unit>
875 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 864 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
876 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 865 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source>
877 <target> 866 <target><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>預設的 NSFW/敏感視頻政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target>
878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>預設的 NSFW/敏感影片政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
880 </target>
881 <context-group name="null"> 867 <context-group name="null">
882 <context context-type="linenumber">5</context> 868 <context context-type="linenumber">5</context>
883 </context-group> 869 </context-group>
@@ -893,7 +879,7 @@
893 </trans-unit> 879 </trans-unit>
894 <trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2"> 880 <trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2">
895 <source>Video uploads</source> 881 <source>Video uploads</source>
896 <target>影片上傳</target> 882 <target>視頻上傳</target>
897 <context-group name="null"> 883 <context-group name="null">
898 <context context-type="linenumber">32</context> 884 <context context-type="linenumber">32</context>
899 </context-group> 885 </context-group>
@@ -910,7 +896,7 @@
910 </trans-unit> 896 </trans-unit>
911 <trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html"> 897 <trans-unit id="7deebcf3491b27625e9b308179a6635b48368dcb" datatype="html">
912 <source>Requires manual validation by moderators</source> 898 <source>Requires manual validation by moderators</source>
913 <target state="translated">需要管理員手動驗證</target> 899 <target state="translated">需要調解員手動驗證</target>
914 <context-group purpose="location"> 900 <context-group purpose="location">
915 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 901 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
916 <context context-type="linenumber">40</context> 902 <context context-type="linenumber">40</context>
@@ -926,7 +912,7 @@
926 </trans-unit> 912 </trans-unit>
927 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 913 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
928 <source>Video quota</source> 914 <source>Video quota</source>
929 <target>影片配額</target> 915 <target>額</target>
930 <context-group name="null"> 916 <context-group name="null">
931 <context context-type="linenumber">57</context> 917 <context context-type="linenumber">57</context>
932 </context-group> 918 </context-group>
@@ -956,7 +942,7 @@
956 </trans-unit> 942 </trans-unit>
957 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 943 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
958 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 944 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
959 <target>HTTP 匯入(YouTube、Vimeo、直 URL 等)</target> 945 <target>HTTP 匯入(YouTube、Vimeo、直 URL 等)</target>
960 <context-group name="null"> 946 <context-group name="null">
961 <context context-type="linenumber">64</context> 947 <context context-type="linenumber">64</context>
962 </context-group> 948 </context-group>
@@ -964,7 +950,7 @@
964 </trans-unit> 950 </trans-unit>
965 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a"> 951 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
966 <source>Torrent import</source> 952 <source>Torrent import</source>
967 <target>Torrent 匯入</target> 953 <target>入</target>
968 <context-group name="null"> 954 <context-group name="null">
969 <context context-type="linenumber">71</context> 955 <context context-type="linenumber">71</context>
970 </context-group> 956 </context-group>
@@ -988,7 +974,7 @@
988 </trans-unit> 974 </trans-unit>
989 <trans-unit id="b8b6a001cca6fa2ba15600ca3a78dfeebf685d60"> 975 <trans-unit id="b8b6a001cca6fa2ba15600ca3a78dfeebf685d60">
990 <source>Loading instance statistics...</source> 976 <source>Loading instance statistics...</source>
991 <target>正在載入計……</target> 977 <target>正在載入實例統計……</target>
992 <context-group name="null"> 978 <context-group name="null">
993 <context context-type="linenumber">1</context> 979 <context context-type="linenumber">1</context>
994 </context-group> 980 </context-group>
@@ -1013,7 +999,7 @@
1013 </trans-unit> 999 </trans-unit>
1014 <trans-unit id="5bc509bb72973f9895241127d5556e9e31051137"> 1000 <trans-unit id="5bc509bb72973f9895241127d5556e9e31051137">
1015 <source>videos</source> 1001 <source>videos</source>
1016 <target>影片</target> 1002 <target>視頻</target>
1017 <context-group name="null"> 1003 <context-group name="null">
1018 <context context-type="linenumber">65</context> 1004 <context context-type="linenumber">65</context>
1019 </context-group> 1005 </context-group>
@@ -1022,7 +1008,7 @@
1022 </trans-unit> 1008 </trans-unit>
1023 <trans-unit id="bd21b1e6b5674003187e5cbec0e7e2854f9d8388"> 1009 <trans-unit id="bd21b1e6b5674003187e5cbec0e7e2854f9d8388">
1024 <source>video views</source> 1010 <source>video views</source>
1025 <target>影片檢視</target> 1011 <target>視頻點閱</target>
1026 <context-group name="null"> 1012 <context-group name="null">
1027 <context context-type="linenumber">31</context> 1013 <context context-type="linenumber">31</context>
1028 </context-group> 1014 </context-group>
@@ -1030,7 +1016,7 @@
1030 </trans-unit> 1016 </trans-unit>
1031 <trans-unit id="d11fe88f08e43bfe4dec7d16fe469aa65d1e3d84"> 1017 <trans-unit id="d11fe88f08e43bfe4dec7d16fe469aa65d1e3d84">
1032 <source>video comments</source> 1018 <source>video comments</source>
1033 <target>言</target> 1019 <target>視頻留言</target>
1034 <context-group name="null"> 1020 <context-group name="null">
1035 <context context-type="linenumber">75</context> 1021 <context context-type="linenumber">75</context>
1036 </context-group> 1022 </context-group>
@@ -1039,7 +1025,7 @@
1039 </trans-unit> 1025 </trans-unit>
1040 <trans-unit id="0bedca44bfc0ef579be6053ffe0e8cdee9aba07d"> 1026 <trans-unit id="0bedca44bfc0ef579be6053ffe0e8cdee9aba07d">
1041 <source>of hosted video</source> 1027 <source>of hosted video</source>
1042 <target>託管影片的數量</target> 1028 <target>託管視頻數量</target>
1043 <context-group name="null"> 1029 <context-group name="null">
1044 <context context-type="linenumber">51</context> 1030 <context context-type="linenumber">51</context>
1045 </context-group> 1031 </context-group>
@@ -1144,7 +1130,7 @@
1144 </trans-unit> 1130 </trans-unit>
1145 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html"> 1131 <trans-unit id="17f43ee2fb343f8b60568527d105777b99ae8414" datatype="html">
1146 <source>If you are looking for an account…</source> 1132 <source>If you are looking for an account…</source>
1147 <target state="translated">如果您想要一個帳……</target> 1133 <target state="translated">如果您想要一個帳……</target>
1148 <context-group purpose="location"> 1134 <context-group purpose="location">
1149 <context context-type="sourcefile">src/app/login/login.component.html</context> 1135 <context context-type="sourcefile">src/app/login/login.component.html</context>
1150 <context context-type="linenumber">12</context> 1136 <context context-type="linenumber">12</context>
@@ -1152,7 +1138,7 @@
1152 </trans-unit> 1138 </trans-unit>
1153 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1139 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1154 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1140 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1155 <target state="translated">目前此站臺不允許使用者註冊,但您可以找到讓您可以註冊帳號並上傳影片的站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 在許多站臺中尋找您喜歡的,在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 1141 <target state="translated">目前此實例不允許使用者註冊,但您可以找到讓您可以註冊帳戶並上傳視頻的實例。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 在許多實例中尋找適合您的,在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target>
1156 <context-group purpose="location"> 1142 <context-group purpose="location">
1157 <context context-type="sourcefile">src/app/login/login.component.html</context> 1143 <context context-type="sourcefile">src/app/login/login.component.html</context>
1158 <context context-type="linenumber">16</context> 1144 <context context-type="linenumber">16</context>
@@ -1178,7 +1164,7 @@
1178 </trans-unit> 1164 </trans-unit>
1179 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 1165 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
1180 <source>Username or email address</source> 1166 <source>Username or email address</source>
1181 <target>使用者名稱或電子地址</target> 1167 <target>使用者名稱或電子</target>
1182 <context-group name="null"> 1168 <context-group name="null">
1183 <context context-type="linenumber">15</context> 1169 <context context-type="linenumber">15</context>
1184 </context-group> 1170 </context-group>
@@ -1186,7 +1172,7 @@
1186 </trans-unit> 1172 </trans-unit>
1187 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html"> 1173 <trans-unit id="9fed9d6f57dafb967ffaaf3c63f54ad976cab926" datatype="html">
1188 <source>or create an account</source> 1174 <source>or create an account</source>
1189 <target state="translated">或建立帳</target> 1175 <target state="translated">或建立帳</target>
1190 <context-group purpose="location"> 1176 <context-group purpose="location">
1191 <context context-type="sourcefile">src/app/login/login.component.html</context> 1177 <context context-type="sourcefile">src/app/login/login.component.html</context>
1192 <context context-type="linenumber">40</context> 1178 <context context-type="linenumber">40</context>
@@ -1223,7 +1209,7 @@
1223 </trans-unit> 1209 </trans-unit>
1224 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html"> 1210 <trans-unit id="f5d783c0613d323fdd20074ffbc519ee715a4f2b" datatype="html">
1225 <source>Or sign in with</source> 1211 <source>Or sign in with</source>
1226 <target state="translated">或使用其他帳登入</target> 1212 <target state="translated">或使用其他帳登入</target>
1227 <context-group purpose="location"> 1213 <context-group purpose="location">
1228 <context context-type="sourcefile">src/app/login/login.component.html</context> 1214 <context context-type="sourcefile">src/app/login/login.component.html</context>
1229 <context context-type="linenumber">68</context> 1215 <context context-type="linenumber">68</context>
@@ -1239,9 +1225,7 @@
1239 </trans-unit> 1225 </trans-unit>
1240 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a"> 1226 <trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a">
1241 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1227 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1242 <target> 1228 <target>我們很抱歉,您無法復原您的密碼,因為您的實例管理員並未設定 PeerTube 電子郵件系統。</target>
1243 我們很抱歉,您無法復原您的密碼,因為您的站臺管理員並未設定 PeerTube 電子郵件系統。
1244 </target>
1245 <context-group name="null"> 1229 <context-group name="null">
1246 <context context-type="linenumber">65</context> 1230 <context context-type="linenumber">65</context>
1247 </context-group> 1231 </context-group>
@@ -1264,7 +1248,7 @@
1264 </trans-unit> 1248 </trans-unit>
1265 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 1249 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
1266 <source>Email address</source> 1250 <source>Email address</source>
1267 <target>電子地址</target> 1251 <target>電子</target>
1268 <context-group name="null"> 1252 <context-group name="null">
1269 <context context-type="linenumber">10</context> 1253 <context context-type="linenumber">10</context>
1270 </context-group> 1254 </context-group>
@@ -1342,7 +1326,7 @@
1342 </trans-unit> 1326 </trans-unit>
1343 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 1327 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
1344 <source>No results found</source> 1328 <source>No results found</source>
1345 <target>結果</target> 1329 <target>果</target>
1346 <context-group name="null"> 1330 <context-group name="null">
1347 <context context-type="linenumber">28</context> 1331 <context context-type="linenumber">28</context>
1348 </context-group> 1332 </context-group>
@@ -1366,8 +1350,7 @@
1366 </trans-unit> 1350 </trans-unit>
1367 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1351 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1368 <source>CLI documentation</source> 1352 <source>CLI documentation</source>
1369 <target>CLI 1353 <target>CLI 文檔</target>
1370 文件</target>
1371 <context-group name="null"> 1354 <context-group name="null">
1372 <context context-type="linenumber">12</context> 1355 <context context-type="linenumber">12</context>
1373 </context-group> 1356 </context-group>
@@ -1375,7 +1358,7 @@
1375 </trans-unit> 1358 </trans-unit>
1376 <trans-unit id="65462878ca6d04c826906432816a3df3e048ac87"> 1359 <trans-unit id="65462878ca6d04c826906432816a3df3e048ac87">
1377 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source> 1360 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source>
1378 <target>上傳或匯入影片析紀錄、修整儲存目錄、重設使用者密碼……</target> 1361 <target>上傳或匯入視頻析紀錄、修整儲存目錄、重設使用者密碼……</target>
1379 <context-group name="null"> 1362 <context-group name="null">
1380 <context context-type="linenumber">15</context> 1363 <context context-type="linenumber">15</context>
1381 </context-group> 1364 </context-group>
@@ -1383,8 +1366,7 @@
1383 </trans-unit> 1366 </trans-unit>
1384 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1367 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1385 <source>Administer documentation</source> 1368 <source>Administer documentation</source>
1386 <target>管理員 1369 <target>管理文檔</target>
1387 文件</target>
1388 <context-group name="null"> 1370 <context-group name="null">
1389 <context context-type="linenumber">19</context> 1371 <context context-type="linenumber">19</context>
1390 </context-group> 1372 </context-group>
@@ -1392,7 +1374,7 @@
1392 </trans-unit> 1374 </trans-unit>
1393 <trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e"> 1375 <trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e">
1394 <source>Managing users, following other instances, dealing with spammers...</source> 1376 <source>Managing users, following other instances, dealing with spammers...</source>
1395 <target>管理使用者、追蹤其他站臺、處理垃圾訊息……</target> 1377 <target>管理使用者、追蹤其他實例、處理垃圾訊息……</target>
1396 <context-group name="null"> 1378 <context-group name="null">
1397 <context context-type="linenumber">22</context> 1379 <context context-type="linenumber">22</context>
1398 </context-group> 1380 </context-group>
@@ -1400,8 +1382,7 @@
1400 </trans-unit> 1382 </trans-unit>
1401 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1383 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1402 <source>Use documentation</source> 1384 <source>Use documentation</source>
1403 <target>使用 1385 <target>使用文檔</target>
1404 文件</target>
1405 <context-group name="null"> 1386 <context-group name="null">
1406 <context context-type="linenumber">26</context> 1387 <context context-type="linenumber">26</context>
1407 </context-group> 1388 </context-group>
@@ -1409,7 +1390,7 @@
1409 </trans-unit> 1390 </trans-unit>
1410 <trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444"> 1391 <trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444">
1411 <source>Setup your account, managing video playlists, discover third-party applications...</source> 1392 <source>Setup your account, managing video playlists, discover third-party applications...</source>
1412 <target>設定您的帳號、管理影片播放清單、探索第三方應用程式……</target> 1393 <target>設定您的帳號、管理視頻播放清單、探索第三方應用……</target>
1413 <context-group name="null"> 1394 <context-group name="null">
1414 <context context-type="linenumber">29</context> 1395 <context context-type="linenumber">29</context>
1415 </context-group> 1396 </context-group>
@@ -1425,7 +1406,7 @@
1425 </trans-unit> 1406 </trans-unit>
1426 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1407 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1427 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1408 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source>
1428 <target>PeerTube 官方網頁(新聞、支援、貢獻……):<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1409 <target>PeerTube 官方網站(新聞、支援、貢獻……):<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target>
1429 <context-group name="null"> 1410 <context-group name="null">
1430 <context context-type="linenumber">44</context> 1411 <context context-type="linenumber">44</context>
1431 </context-group> 1412 </context-group>
@@ -1433,8 +1414,7 @@
1433 </trans-unit> 1414 </trans-unit>
1434 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1415 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1435 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1416 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source>
1436 <target>將您的站臺放在公開的 PeerTube 索引中:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1417 <target>將您的實例放在公開的 PeerTube 索引中:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target>
1437 </target>
1438 <context-group name="null"> 1418 <context-group name="null">
1439 <context context-type="linenumber">47</context> 1419 <context context-type="linenumber">47</context>
1440 </context-group> 1420 </context-group>
@@ -1442,7 +1422,7 @@
1442 </trans-unit> 1422 </trans-unit>
1443 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859"> 1423 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859">
1444 <source>It's time to configure your instance!</source> 1424 <source>It's time to configure your instance!</source>
1445 <target>是時候設定您的站臺了!</target> 1425 <target>是時候設定您的!</target>
1446 <context-group name="null"> 1426 <context-group name="null">
1447 <context context-type="linenumber">59</context> 1427 <context context-type="linenumber">59</context>
1448 </context-group> 1428 </context-group>
@@ -1450,11 +1430,7 @@
1450 </trans-unit> 1430 </trans-unit>
1451 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1431 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1452 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1432 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source>
1453 <target> 1433 <target>選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>實例名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您要建立您自己的實例<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您計劃<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 都對訪客瞭解他們正在哪種實例上非常重要。 </target>
1454 選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、
1455 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您要建立您自己的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您計畫<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1456 都對訪客了解他們正在哪種站臺上非常重要。
1457 </target>
1458 <context-group name="null"> 1434 <context-group name="null">
1459 <context context-type="linenumber">61</context> 1435 <context context-type="linenumber">61</context>
1460 </context-group> 1436 </context-group>
@@ -1462,13 +1438,7 @@
1462 </trans-unit> 1438 </trans-unit>
1463 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1439 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1464 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1440 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source>
1465 <target> 1441 <target>如果您想要開放註冊,請決定好<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您的調解規則<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,填寫您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>實例條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 並指定分類與您說的語言。這樣,您就可以幫忙使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube 實例上註冊。 </target>
1466 如果您想要開放註冊,請決定好<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您的管理規則<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,填寫您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺
1467 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1468 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the
1469 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1470 PeerTube 站臺上註冊。
1471 </target>
1472 <context-group name="null"> 1442 <context-group name="null">
1473 <context context-type="linenumber">67</context> 1443 <context context-type="linenumber">67</context>
1474 </context-group> 1444 </context-group>
@@ -1484,9 +1454,7 @@
1484 </trans-unit> 1454 </trans-unit>
1485 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c"> 1455 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c">
1486 <source>Configure my instance</source> 1456 <source>Configure my instance</source>
1487 <target> 1457 <target>設定我的實例</target>
1488 設定我的站臺
1489 </target>
1490 <context-group name="null"> 1458 <context-group name="null">
1491 <context context-type="linenumber">82</context> 1459 <context context-type="linenumber">82</context>
1492 </context-group> 1460 </context-group>
@@ -1502,7 +1470,7 @@
1502 </trans-unit> 1470 </trans-unit>
1503 <trans-unit id="120796abeaabea4067c1cd739194cb6c86252155"> 1471 <trans-unit id="120796abeaabea4067c1cd739194cb6c86252155">
1504 <source>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</source> 1472 <source>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</source>
1505 <target>親愛的管理員你好。你在您的站臺上啟用了使用者註冊但您並未設定以下欄位:</target> 1473 <target>親愛的管理員你好。你在您的實例上啟用了使用者註冊但您並未設定以下欄位:</target>
1506 <context-group name="null"> 1474 <context-group name="null">
1507 <context context-type="linenumber">10</context> 1475 <context context-type="linenumber">10</context>
1508 </context-group> 1476 </context-group>
@@ -1510,7 +1478,7 @@
1510 </trans-unit> 1478 </trans-unit>
1511 <trans-unit id="ab7e3d0be94cc55ce997a5f38c679956e66f3936"> 1479 <trans-unit id="ab7e3d0be94cc55ce997a5f38c679956e66f3936">
1512 <source>Instance name</source> 1480 <source>Instance name</source>
1513 <target>站臺名稱</target> 1481 <target>稱</target>
1514 <context-group name="null"> 1482 <context-group name="null">
1515 <context context-type="linenumber">13</context> 1483 <context context-type="linenumber">13</context>
1516 </context-group> 1484 </context-group>
@@ -1518,7 +1486,7 @@
1518 </trans-unit> 1486 </trans-unit>
1519 <trans-unit id="b6e9a7a198c9882894677a0358d22ed79482808a"> 1487 <trans-unit id="b6e9a7a198c9882894677a0358d22ed79482808a">
1520 <source>Instance short description</source> 1488 <source>Instance short description</source>
1521 <target>短描述</target> 1489 <target>實例簡短描述</target>
1522 <context-group name="null"> 1490 <context-group name="null">
1523 <context context-type="linenumber">14</context> 1491 <context context-type="linenumber">14</context>
1524 </context-group> 1492 </context-group>
@@ -1526,7 +1494,7 @@
1526 </trans-unit> 1494 </trans-unit>
1527 <trans-unit id="801cb5b4cc93a5c0a4d89a46b96487d3638f0bc5"> 1495 <trans-unit id="801cb5b4cc93a5c0a4d89a46b96487d3638f0bc5">
1528 <source>Who you are</source> 1496 <source>Who you are</source>
1529 <target>是誰</target> 1497 <target>誰</target>
1530 <context-group name="null"> 1498 <context-group name="null">
1531 <context context-type="linenumber">16</context> 1499 <context context-type="linenumber">16</context>
1532 </context-group> 1500 </context-group>
@@ -1534,7 +1502,7 @@
1534 </trans-unit> 1502 </trans-unit>
1535 <trans-unit id="de688f72fc745cc8481a5e9cc70b8ca9e6f41e2a"> 1503 <trans-unit id="de688f72fc745cc8481a5e9cc70b8ca9e6f41e2a">
1536 <source>How long you plan to maintain your instance</source> 1504 <source>How long you plan to maintain your instance</source>
1537 <target>護此站臺多久</target> 1505 <target>維護此久</target>
1538 <context-group name="null"> 1506 <context-group name="null">
1539 <context context-type="linenumber">17</context> 1507 <context context-type="linenumber">17</context>
1540 </context-group> 1508 </context-group>
@@ -1542,7 +1510,7 @@
1542 </trans-unit> 1510 </trans-unit>
1543 <trans-unit id="af60a062ecc7c70b278bdb3ba7ad0147abfecf0a"> 1511 <trans-unit id="af60a062ecc7c70b278bdb3ba7ad0147abfecf0a">
1544 <source>How you plan to pay your instance</source> 1512 <source>How you plan to pay your instance</source>
1545 <target>如何支付費用</target> 1513 <target>何支付實例的費用</target>
1546 <context-group name="null"> 1514 <context-group name="null">
1547 <context context-type="linenumber">18</context> 1515 <context context-type="linenumber">18</context>
1548 </context-group> 1516 </context-group>
@@ -1550,7 +1518,7 @@
1550 </trans-unit> 1518 </trans-unit>
1551 <trans-unit id="c69c1bd027bae555557a48123a26d770a93ee473"> 1519 <trans-unit id="c69c1bd027bae555557a48123a26d770a93ee473">
1552 <source>How you will moderate your instance</source> 1520 <source>How you will moderate your instance</source>
1553 <target>會如何管理站臺</target> 1521 <target>如何管理實例</target>
1554 <context-group name="null"> 1522 <context-group name="null">
1555 <context context-type="linenumber">20</context> 1523 <context context-type="linenumber">20</context>
1556 </context-group> 1524 </context-group>
@@ -1558,7 +1526,7 @@
1558 </trans-unit> 1526 </trans-unit>
1559 <trans-unit id="92ddf3c3a348adc059da6c17c808fa27c315d91c"> 1527 <trans-unit id="92ddf3c3a348adc059da6c17c808fa27c315d91c">
1560 <source>Instance terms</source> 1528 <source>Instance terms</source>
1561 <target>站臺條款</target> 1529 <target>實例條款</target>
1562 <context-group name="null"> 1530 <context-group name="null">
1563 <context context-type="linenumber">21</context> 1531 <context context-type="linenumber">21</context>
1564 </context-group> 1532 </context-group>
@@ -1566,7 +1534,7 @@
1566 </trans-unit> 1534 </trans-unit>
1567 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1535 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1568 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1536 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source>
1569 <target state="translated">請考慮設定這些欄位以協助人們選擇<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>適合的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>。沒有它們,您的站臺可能無法在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>上顯示。 </target> 1537 <target state="translated">請考慮設定這些欄位以幫忙人們選擇<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>適合的實例<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>。沒有它們,您的實例可能無法在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>上顯示。 </target>
1570 <context-group purpose="location"> 1538 <context-group purpose="location">
1571 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1539 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1572 <context context-type="linenumber">24</context> 1540 <context context-type="linenumber">24</context>
@@ -1624,7 +1592,7 @@
1624 </trans-unit> 1592 </trans-unit>
1625 <trans-unit id="1eecebc91b4c671d43617b559cf3933275492931" datatype="html"> 1593 <trans-unit id="1eecebc91b4c671d43617b559cf3933275492931" datatype="html">
1626 <source>Account settings</source> 1594 <source>Account settings</source>
1627 <target state="translated">帳定</target> 1595 <target state="translated">帳設定</target>
1628 <context-group purpose="location"> 1596 <context-group purpose="location">
1629 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1597 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1630 <context context-type="linenumber">25</context> 1598 <context context-type="linenumber">25</context>
@@ -1640,13 +1608,13 @@
1640 </trans-unit> 1608 </trans-unit>
1641 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html"> 1609 <trans-unit id="5a69be913ebcc70f300060cf1be0c7f8827159d6" datatype="html">
1642 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source> 1610 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ language }}"/></source>
1643 <target state="translated">站臺:<x id="INTERPOLATION" equiv-text="{{ language }}"/></target> 1611 <target state="translated">介面:<x id="INTERPOLATION" equiv-text="{{ language }}"/></target>
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group> 1612 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">36</context></context-group>
1645 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group> 1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">156</context></context-group>
1646 </trans-unit> 1614 </trans-unit>
1647 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html"> 1615 <trans-unit id="e472a6eaa2a51bd4a8ac19a1cf5567add4a04ff8" datatype="html">
1648 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source> 1616 <source>Videos: <x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></source>
1649 <target state="translated">影片:<x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target> 1617 <target state="translated">視頻:<x id="INTERPOLATION" equiv-text="{{ videoLanguages.join(', ') }}"/></target>
1650 <context-group purpose="location"> 1618 <context-group purpose="location">
1651 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1619 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1652 <context context-type="linenumber">42</context> 1620 <context context-type="linenumber">42</context>
@@ -1654,7 +1622,7 @@
1654 </trans-unit> 1622 </trans-unit>
1655 <trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html"> 1623 <trans-unit id="cc37c9e1ceff31dc1227cc8c2f4bdadb2f239173" datatype="html">
1656 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source> 1624 <source>Sensitive: <x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></source>
1657 <target state="translated">敏感:<x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></target> 1625 <target state="translated">敏感:<x id="INTERPOLATION" equiv-text="{{ nsfwPolicy }}"/></target>
1658 <context-group purpose="location"> 1626 <context-group purpose="location">
1659 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1627 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1660 <context context-type="linenumber">49</context> 1628 <context context-type="linenumber">49</context>
@@ -1662,7 +1630,7 @@
1662 </trans-unit> 1630 </trans-unit>
1663 <trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html"> 1631 <trans-unit id="ee5ad4d7fed0e8fc44fa9c2d7be9265295108411" datatype="html">
1664 <source>Help share videos</source> 1632 <source>Help share videos</source>
1665 <target state="translated">分享影片</target> 1633 <target state="translated">分享視頻</target>
1666 <context-group purpose="location"> 1634 <context-group purpose="location">
1667 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1635 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1668 <context context-type="linenumber">55</context> 1636 <context context-type="linenumber">55</context>
@@ -1670,7 +1638,7 @@
1670 </trans-unit> 1638 </trans-unit>
1671 <trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html"> 1639 <trans-unit id="cb17d0eefd7d4fc2633ffd351eae187a2c7d4b57" datatype="html">
1672 <source>More account settings</source> 1640 <source>More account settings</source>
1673 <target state="translated">更多帳定</target> 1641 <target state="translated">更多帳設定</target>
1674 <context-group purpose="location"> 1642 <context-group purpose="location">
1675 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1643 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1676 <context context-type="linenumber">60</context> 1644 <context context-type="linenumber">60</context>
@@ -1701,7 +1669,7 @@
1701 </trans-unit> 1669 </trans-unit>
1702 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html"> 1670 <trans-unit id="5c195f8d79bd19e8520c890a2513fe635529b7a7" datatype="html">
1703 <source>powered by PeerTube</source> 1671 <source>powered by PeerTube</source>
1704 <target state="translated">威力本源 PeerTube</target> 1672 <target state="translated">威力本源 PeerTube</target>
1705 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group> 1673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">171</context></context-group>
1706 </trans-unit> 1674 </trans-unit>
1707 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html"> 1675 <trans-unit id="018843afca0913de849c80fdf962a6a42f5190b4" datatype="html">
@@ -1711,7 +1679,7 @@
1711 </trans-unit> 1679 </trans-unit>
1712 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html"> 1680 <trans-unit id="900ca8b77fca5b6232cf1d526830ccc29569a984" datatype="html">
1713 <source>powered by PeerTube - CopyLeft 2015-2020</source> 1681 <source>powered by PeerTube - CopyLeft 2015-2020</source>
1714 <target state="translated">威力本源 PeerTube - CopyLeft 2015-2020</target> 1682 <target state="translated">威力本源 PeerTube - CopyLeft 2015-2020</target>
1715 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group> 1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">170</context></context-group>
1716 </trans-unit> 1684 </trans-unit>
1717 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1685 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
@@ -1748,7 +1716,7 @@
1748 </trans-unit> 1716 </trans-unit>
1749 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1717 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1750 <source>Videos</source> 1718 <source>Videos</source>
1751 <target>影片</target> 1719 <target>視頻</target>
1752 <context-group name="null"> 1720 <context-group name="null">
1753 <context context-type="linenumber">24</context> 1721 <context context-type="linenumber">24</context>
1754 </context-group> 1722 </context-group>
@@ -1780,7 +1748,7 @@
1780 </trans-unit> 1748 </trans-unit>
1781 <trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html"> 1749 <trans-unit id="165035acb08983753bcecc3e8b6b18c7caf26d35" datatype="html">
1782 <source>VIDEOS</source> 1750 <source>VIDEOS</source>
1783 <target state="translated">影片</target> 1751 <target state="translated">視頻</target>
1784 <context-group purpose="location"> 1752 <context-group purpose="location">
1785 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1753 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1786 <context context-type="linenumber">107</context> 1754 <context context-type="linenumber">107</context>
@@ -1879,7 +1847,7 @@
1879 </trans-unit> 1847 </trans-unit>
1880 <trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html"> 1848 <trans-unit id="73216504c8903e04fdb415d876eb8969dd3afa60" datatype="html">
1881 <source>Search videos, channels…</source> 1849 <source>Search videos, channels…</source>
1882 <target state="translated">搜尋影片、頻道……</target> 1850 <target state="translated">搜尋視頻、頻道……</target>
1883 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group> 1851 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group>
1884 </trans-unit> 1852 </trans-unit>
1885 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1853 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
@@ -1916,7 +1884,7 @@
1916 </trans-unit> 1884 </trans-unit>
1917 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1885 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1918 <source>any instance</source> 1886 <source>any instance</source>
1919 <target state="translated">任何站臺</target> 1887 <target state="translated">任何實例</target>
1920 <context-group purpose="location"> 1888 <context-group purpose="location">
1921 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1889 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1922 <context context-type="linenumber">32</context> 1890 <context context-type="linenumber">32</context>
@@ -1924,7 +1892,7 @@
1924 </trans-unit> 1892 </trans-unit>
1925 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1893 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1926 <source>only followed instances</source> 1894 <source>only followed instances</source>
1927 <target state="translated">僅已追蹤的站臺</target> 1895 <target state="translated">僅已追蹤的實例</target>
1928 <context-group purpose="location"> 1896 <context-group purpose="location">
1929 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1897 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1930 <context context-type="linenumber">33</context> 1898 <context context-type="linenumber">33</context>
@@ -1932,7 +1900,7 @@
1932 </trans-unit> 1900 </trans-unit>
1933 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1901 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1934 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1902 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1935 <target state="translated">確定您是否可以解析任何遠端內容,或僅允許其追蹤的站臺這麼做。</target> 1903 <target state="translated">確定您是否可以解析任何遠端內容,或僅允許其追蹤的實例這麼做。</target>
1936 <context-group purpose="location"> 1904 <context-group purpose="location">
1937 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1905 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1938 <context context-type="linenumber">31</context> 1906 <context context-type="linenumber">31</context>
@@ -1952,7 +1920,7 @@
1952 </trans-unit> 1920 </trans-unit>
1953 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1921 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1954 <source>Any other text will return matching video or channel names.</source> 1922 <source>Any other text will return matching video or channel names.</source>
1955 <target state="translated">任何其他文字都將會回傳相符的影片或頻道名稱。</target> 1923 <target state="translated">任何其他文字都將會回傳相符的視頻或頻道名稱。</target>
1956 <context-group purpose="location"> 1924 <context-group purpose="location">
1957 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1925 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1958 <context context-type="linenumber">49</context> 1926 <context context-type="linenumber">49</context>
@@ -1984,7 +1952,7 @@
1984 </trans-unit> 1952 </trans-unit>
1985 <trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html"> 1953 <trans-unit id="2fb6c7364664174a205180f7173c4128b350c5ec" datatype="html">
1986 <source>In this instance</source> 1954 <source>In this instance</source>
1987 <target state="translated">在此站臺</target> 1955 <target state="translated">在此實例</target>
1988 <context-group purpose="location"> 1956 <context-group purpose="location">
1989 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1957 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1990 <context context-type="linenumber">13</context> 1958 <context context-type="linenumber">13</context>
@@ -2174,7 +2142,7 @@
2174 </trans-unit> 2142 </trans-unit>
2175 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2143 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
2176 <source>Display unlisted and private videos</source> 2144 <source>Display unlisted and private videos</source>
2177 <target>顯示列出與私密影片</target> 2145 <target>顯示列出與私密視頻</target>
2178 <context-group name="null"> 2146 <context-group name="null">
2179 <context context-type="linenumber">14</context> 2147 <context context-type="linenumber">14</context>
2180 </context-group> 2148 </context-group>
@@ -2283,9 +2251,7 @@
2283 </trans-unit> 2251 </trans-unit>
2284 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf"> 2252 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf">
2285 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 2253 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2286 <target> 2254 <target>視頻描述在預設情況下會被截斷,必須手動操作才能將其延展到原本的樣子。</target>
2287 影片描述在預設情況下會被截斷,必須手動操作才能將其延展到原本的樣子。
2288 </target>
2289 <context-group name="null"> 2255 <context-group name="null">
2290 <context context-type="linenumber">40</context> 2256 <context context-type="linenumber">40</context>
2291 </context-group> 2257 </context-group>
@@ -2349,7 +2315,7 @@
2349 </trans-unit> 2315 </trans-unit>
2350 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee"> 2316 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
2351 <source>This video contains mature or explicit content</source> 2317 <source>This video contains mature or explicit content</source>
2352 <target>這個含了成人或裸露內容</target> 2318 <target>這個視頻包含了成人或裸露內容</target>
2353 <context-group name="null"> 2319 <context-group name="null">
2354 <context context-type="linenumber">136</context> 2320 <context context-type="linenumber">136</context>
2355 </context-group> 2321 </context-group>
@@ -2357,7 +2323,7 @@
2357 </trans-unit> 2323 </trans-unit>
2358 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644"> 2324 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
2359 <source>Some instances do not list videos containing mature or explicit content by default.</source> 2325 <source>Some instances do not list videos containing mature or explicit content by default.</source>
2360 <target>某些實設不會列出包含成人或裸露內容的影片。</target> 2326 <target>某些實預設不會列出包含成人或裸露內容的影片。</target>
2361 <context-group name="null"> 2327 <context-group name="null">
2362 <context context-type="linenumber">140</context> 2328 <context context-type="linenumber">140</context>
2363 </context-group> 2329 </context-group>
@@ -2365,7 +2331,7 @@
2365 </trans-unit> 2331 </trans-unit>
2366 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0"> 2332 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
2367 <source>Wait transcoding before publishing the video</source> 2333 <source>Wait transcoding before publishing the video</source>
2368 <target>正等待發佈的轉換編碼</target> 2334 <target>正等待發佈視頻前的轉換編碼</target>
2369 <context-group name="null"> 2335 <context-group name="null">
2370 <context context-type="linenumber">146</context> 2336 <context context-type="linenumber">146</context>
2371 </context-group> 2337 </context-group>
@@ -2373,7 +2339,7 @@
2373 </trans-unit> 2339 </trans-unit>
2374 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63"> 2340 <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
2375 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 2341 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2376 <target>如果您決定不要等待在發佈影片前的轉換編碼,它可能會在轉換編碼結束前都無法播放。</target> 2342 <target>如果您決定不要等待在發佈視頻前的轉換編碼,它可能會在轉換編碼結束前都無法播放。</target>
2377 <context-group name="null"> 2343 <context-group name="null">
2378 <context context-type="linenumber">150</context> 2344 <context context-type="linenumber">150</context>
2379 </context-group> 2345 </context-group>
@@ -2463,7 +2429,7 @@
2463 </trans-unit> 2429 </trans-unit>
2464 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430"> 2430 <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430">
2465 <source>Video preview</source> 2431 <source>Video preview</source>
2466 <target>影片預覽</target> 2432 <target>覽</target>
2467 <context-group name="null"> 2433 <context-group name="null">
2468 <context context-type="linenumber">216</context> 2434 <context context-type="linenumber">216</context>
2469 </context-group> 2435 </context-group>
@@ -2503,7 +2469,7 @@
2503 </trans-unit> 2469 </trans-unit>
2504 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 2470 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2505 <source>Enable video comments</source> 2471 <source>Enable video comments</source>
2506 <target>啟用影片評論</target> 2472 <target>啟用論</target>
2507 <context-group name="null"> 2473 <context-group name="null">
2508 <context context-type="linenumber">254</context> 2474 <context context-type="linenumber">254</context>
2509 </context-group> 2475 </context-group>
@@ -2536,11 +2502,7 @@
2536 </trans-unit> 2502 </trans-unit>
2537 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2503 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2538 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2504 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source>
2539 <target> 2505 <target>您可以匯入任何 URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 或指向原始 MP4 檔案的 URL。 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的實例惹上法律問題。 </target>
2540 您可以匯入任何 URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
2541 或指向原始 MP4 檔案的 URL。
2542 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。
2543 </target>
2544 <context-group name="null"> 2506 <context-group name="null">
2545 <context context-type="linenumber">10</context> 2507 <context context-type="linenumber">10</context>
2546 </context-group> 2508 </context-group>
@@ -2558,7 +2520,7 @@
2558 </trans-unit> 2520 </trans-unit>
2559 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2521 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2560 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source> 2522 <source>Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. </source>
2561 <target>恭喜,在 <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> 後的影片將會匯入!您已經可以加入關於此影片的資訊了。 </target> 2523 <target>恭喜,在 <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> 後的視頻將會匯入!您已經可以加入關於此視頻的資訊了。 </target>
2562 <context-group name="null"> 2524 <context-group name="null">
2563 <context context-type="linenumber">52</context> 2525 <context context-type="linenumber">52</context>
2564 </context-group> 2526 </context-group>
@@ -2593,7 +2555,7 @@
2593 </trans-unit> 2555 </trans-unit>
2594 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d"> 2556 <trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d">
2595 <source>Video background image</source> 2557 <source>Video background image</source>
2596 <target>影片背景圖片</target> 2558 <target>景圖片</target>
2597 <context-group name="null"> 2559 <context-group name="null">
2598 <context context-type="linenumber">32</context> 2560 <context context-type="linenumber">32</context>
2599 </context-group> 2561 </context-group>
@@ -2618,15 +2580,13 @@
2618 </trans-unit> 2580 </trans-unit>
2619 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html"> 2581 <trans-unit id="a81bfce50be151484f8e59b34829ab07ef97982b" datatype="html">
2620 <source>Total video quota</source> 2582 <source>Total video quota</source>
2621 <target state="translated">總影片配額</target> 2583 <target state="translated">總額</target>
2622 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">53</context></context-group> 2584 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">53</context></context-group>
2623 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">11</context></context-group> 2585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">11</context></context-group>
2624 </trans-unit> 2586 </trans-unit>
2625 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 2587 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
2626 <source>Congratulations! Your video is now available in your private library.</source> 2588 <source>Congratulations! Your video is now available in your private library.</source>
2627 <target> 2589 <target>恭喜!您的視頻現在已在您的私有媒體庫中可用。</target>
2628 恭喜!您的影片現在已在您的私有媒體庫中可用。
2629</target>
2630 <context-group name="null"> 2590 <context-group name="null">
2631 <context context-type="linenumber">66</context> 2591 <context context-type="linenumber">66</context>
2632 </context-group> 2592 </context-group>
@@ -2674,10 +2634,7 @@
2674 </trans-unit> 2634 </trans-unit>
2675 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2635 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2676 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2636 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
2677 <target> 2637 <target>您可以匯入任何指向 mp4 檔案的 torrent 檔案。 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的實例惹上法律問題。</target>
2678 您可以匯入任何指向 mp4 檔案的 torrent 檔案。
2679 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。
2680 </target>
2681 <context-group name="null"> 2638 <context-group name="null">
2682 <context context-type="linenumber">17</context> 2639 <context context-type="linenumber">17</context>
2683 </context-group> 2640 </context-group>
@@ -2685,7 +2642,7 @@
2685 </trans-unit> 2642 </trans-unit>
2686 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2643 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2687 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2644 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2688 <target>恭喜,會使用 BitTorrent 匯入!您已經可以加入關於此資訊了。</target> 2645 <target>恭喜,視頻將會使用 BitTorrent 匯入!您已經可以加入關於此視頻的資訊了。</target>
2689 <context-group name="null"> 2646 <context-group name="null">
2690 <context context-type="linenumber">57</context> 2647 <context context-type="linenumber">57</context>
2691 </context-group> 2648 </context-group>
@@ -2693,7 +2650,7 @@
2693 </trans-unit> 2650 </trans-unit>
2694 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2651 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2695 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2652 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source>
2696 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 使用者發佈您的影片,因為這是您站臺的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>建立專用的帳號<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來上傳您的影片。 </target> 2653 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 使用者發佈您的視頻,因為這是您實例的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>建立專用的帳號<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來上傳您的視頻。 </target>
2697 <context-group purpose="location"> 2654 <context-group purpose="location">
2698 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2655 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2699 <context context-type="linenumber">2</context> 2656 <context context-type="linenumber">2</context>
@@ -2741,7 +2698,7 @@
2741 </trans-unit> 2698 </trans-unit>
2742 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html"> 2699 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html">
2743 <source>Other videos</source> 2700 <source>Other videos</source>
2744 <target state="translated">其他影片</target> 2701 <target state="translated">其他視頻</target>
2745 <context-group purpose="location"> 2702 <context-group purpose="location">
2746 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context> 2703 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
2747 <context context-type="linenumber">4</context> 2704 <context context-type="linenumber">4</context>
@@ -2773,7 +2730,7 @@
2773 </trans-unit> 2730 </trans-unit>
2774 <trans-unit id="dfc8701a2a6898d6784db0ebf9d3191552d81d89" datatype="html"> 2731 <trans-unit id="dfc8701a2a6898d6784db0ebf9d3191552d81d89" datatype="html">
2775 <source>Share the playlist at this video position</source> 2732 <source>Share the playlist at this video position</source>
2776 <target state="translated">在此影片位置分享播放清單</target> 2733 <target state="translated">在此視頻位置分享播放清單</target>
2777 <context-group purpose="location"> 2734 <context-group purpose="location">
2778 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context> 2735 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2779 <context context-type="linenumber">19</context> 2736 <context context-type="linenumber">19</context>
@@ -2781,7 +2738,7 @@
2781 </trans-unit> 2738 </trans-unit>
2782 <trans-unit id="51f7d84d38a304f7f056d2dcaf6d733c3ade35f9" datatype="html"> 2739 <trans-unit id="51f7d84d38a304f7f056d2dcaf6d733c3ade35f9" datatype="html">
2783 <source>Share the video</source> 2740 <source>Share the video</source>
2784 <target state="translated">分享影片</target> 2741 <target state="translated">分享視頻</target>
2785 <context-group purpose="location"> 2742 <context-group purpose="location">
2786 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context> 2743 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2787 <context context-type="linenumber">28</context> 2744 <context context-type="linenumber">28</context>
@@ -2797,7 +2754,7 @@
2797 </trans-unit> 2754 </trans-unit>
2798 <trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html"> 2755 <trans-unit id="08c1bbb22df74b12c362fd114d0aa5a230ee4656" datatype="html">
2799 <source>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).</source> 2756 <source>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).</source>
2800 <target state="translated">URL 不安全(無 HTTPS),因此嵌入影片無法在 HTTPS 網站上運作(網路瀏覽器會在 HTTPS 網站上封鎖不安全的 HTTP 請求)。</target> 2757 <target state="translated">URL 不安全(無 HTTPS),因此嵌入式視頻無法在 HTTPS 網站上運作(網路瀏覽器會在 HTTPS 網站上封鎖不安全的 HTTP 請求)。</target>
2801 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">59</context></context-group> 2758 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">59</context></context-group>
2802 </trans-unit> 2759 </trans-unit>
2803 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2760 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
@@ -2866,7 +2823,7 @@
2866 </trans-unit> 2823 </trans-unit>
2867 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523"> 2824 <trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523">
2868 <source>Display video title</source> 2825 <source>Display video title</source>
2869 <target>顯示影片標題</target> 2826 <target>顯示視頻標題</target>
2870 <context-group name="null"> 2827 <context-group name="null">
2871 <context context-type="linenumber">150</context> 2828 <context context-type="linenumber">150</context>
2872 </context-group> 2829 </context-group>
@@ -2898,9 +2855,7 @@
2898 </trans-unit> 2855 </trans-unit>
2899 <trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614"> 2856 <trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614">
2900 <source>The video is being imported, it will be available when the import is finished.</source> 2857 <source>The video is being imported, it will be available when the import is finished.</source>
2901 <target> 2858 <target>正在匯入視頻,匯入完成後就可以使用了。</target>
2902 正在匯入影片,匯入完成後就可以使用了。
2903 </target>
2904 <context-group name="null"> 2859 <context-group name="null">
2905 <context context-type="linenumber">19</context> 2860 <context context-type="linenumber">19</context>
2906 </context-group> 2861 </context-group>
@@ -2908,9 +2863,7 @@
2908 </trans-unit> 2863 </trans-unit>
2909 <trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246"> 2864 <trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246">
2910 <source>The video is being transcoded, it may not work properly.</source> 2865 <source>The video is being transcoded, it may not work properly.</source>
2911 <target> 2866 <target>正在轉換視頻編碼,可能無法正常運作。</target>
2912 正在轉換影片編碼,可能無法正常運作。
2913 </target>
2914 <context-group name="null"> 2867 <context-group name="null">
2915 <context context-type="linenumber">23</context> 2868 <context context-type="linenumber">23</context>
2916 </context-group> 2869 </context-group>
@@ -2918,9 +2871,7 @@
2918 </trans-unit> 2871 </trans-unit>
2919 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a"> 2872 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a">
2920 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source> 2873 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2921 <target> 2874 <target>此視頻將會被發佈在 <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>。 </target>
2922 此影片將會被發佈在 <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>。
2923 </target>
2924 <context-group name="null"> 2875 <context-group name="null">
2925 <context context-type="linenumber">27</context> 2876 <context context-type="linenumber">27</context>
2926 </context-group> 2877 </context-group>
@@ -2928,7 +2879,7 @@
2928 </trans-unit> 2879 </trans-unit>
2929 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 2880 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
2930 <source>This video is blacklisted.</source> 2881 <source>This video is blacklisted.</source>
2931 <target>此加入黑名單。</target> 2882 <target>此視頻已加入黑名單。</target>
2932 <context-group name="null"> 2883 <context-group name="null">
2933 <context context-type="linenumber">32</context> 2884 <context context-type="linenumber">32</context>
2934 </context-group> 2885 </context-group>
@@ -2976,7 +2927,7 @@
2976 </trans-unit> 2927 </trans-unit>
2977 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2928 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2978 <source>Like this video</source> 2929 <source>Like this video</source>
2979 <target>喜歡此影片</target> 2930 <target>喜歡此視頻</target>
2980 <context-group name="null"> 2931 <context-group name="null">
2981 <context context-type="linenumber">63</context> 2932 <context context-type="linenumber">63</context>
2982 </context-group> 2933 </context-group>
@@ -2984,7 +2935,7 @@
2984 </trans-unit> 2935 </trans-unit>
2985 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2936 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2986 <source>Dislike this video</source> 2937 <source>Dislike this video</source>
2987 <target>不喜歡此影片</target> 2938 <target>不喜歡此視頻</target>
2988 <context-group name="null"> 2939 <context-group name="null">
2989 <context context-type="linenumber">71</context> 2940 <context context-type="linenumber">71</context>
2990 </context-group> 2941 </context-group>
@@ -2992,7 +2943,7 @@
2992 </trans-unit> 2943 </trans-unit>
2993 <trans-unit id="d9b40e01fa146a1fbd189c13b01815a1d41c68ab" datatype="html"> 2944 <trans-unit id="d9b40e01fa146a1fbd189c13b01815a1d41c68ab" datatype="html">
2994 <source>Support options for this video</source> 2945 <source>Support options for this video</source>
2995 <target state="translated">此支援選項</target> 2946 <target state="translated">此視頻的支援選項</target>
2996 <context-group purpose="location"> 2947 <context-group purpose="location">
2997 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 2948 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
2998 <context context-type="linenumber">1</context> 2949 <context context-type="linenumber">1</context>
@@ -3017,7 +2968,7 @@
3017 </trans-unit> 2968 </trans-unit>
3018 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2969 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
3019 <source>Go to the account page</source> 2970 <source>Go to the account page</source>
3020 <target>帳號頁面</target> 2971 <target>號頁面</target>
3021 <context-group name="null"> 2972 <context-group name="null">
3022 <context context-type="linenumber">63</context> 2973 <context context-type="linenumber">63</context>
3023 </context-group> 2974 </context-group>
@@ -3074,7 +3025,7 @@
3074 </trans-unit> 3025 </trans-unit>
3075 <trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html"> 3026 <trans-unit id="57bfd54c230fc20caff1f0b321ad42be3bf859a6" datatype="html">
3076 <source>Origin instance</source> 3027 <source>Origin instance</source>
3077 <target state="translated">來源站臺</target> 3028 <target state="translated">來源實例</target>
3078 <context-group purpose="location"> 3029 <context-group purpose="location">
3079 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3030 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3080 <context context-type="linenumber">192</context> 3031 <context context-type="linenumber">192</context>
@@ -3098,7 +3049,7 @@
3098 </trans-unit> 3049 </trans-unit>
3099 <trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html"> 3050 <trans-unit id="89707647cc7c304e499ae46a5a0c5b508c3c80a0" datatype="html">
3100 <source>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.</source> 3051 <source>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.</source>
3101 <target state="translated">此影片所使用的分享系統代表了其可以將您系統某些技術資訊(如公開 IP 位置)傳送給其他 peer。</target> 3052 <target state="translated">此視頻所使用的分享系統代表了其可以將您系統某些技術資訊(如公開 IP 位置)傳送給其他端點。</target>
3102 <context-group purpose="location"> 3053 <context-group purpose="location">
3103 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3054 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
3104 <context context-type="linenumber">262</context> 3055 <context context-type="linenumber">262</context>
@@ -3238,7 +3189,7 @@
3238 </trans-unit> 3189 </trans-unit>
3239 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3190 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3240 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3191 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source>
3241 <target state="translated">您可以使用任何相容於 ActivityPub 的站臺上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找影片,並從軟體界面中留言。</target> 3192 <target state="translated">您可以使用任何相容於 ActivityPub 的實例上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找視頻,並從軟體介面中留言。</target>
3242 <context-group purpose="location"> 3193 <context-group purpose="location">
3243 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3194 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
3244 <context context-type="linenumber">35</context> 3195 <context context-type="linenumber">35</context>
@@ -3282,7 +3233,7 @@
3282 </trans-unit> 3233 </trans-unit>
3283 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3234 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3284 <source>Follows &amp; redundancies</source> 3235 <source>Follows &amp; redundancies</source>
3285 <target state="translated">追蹤與冗</target> 3236 <target state="translated">追蹤 &amp; </target>
3286 <context-group purpose="location"> 3237 <context-group purpose="location">
3287 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 3238 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
3288 <context context-type="linenumber">2</context> 3239 <context context-type="linenumber">2</context>
@@ -3306,7 +3257,7 @@
3306 </trans-unit> 3257 </trans-unit>
3307 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html"> 3258 <trans-unit id="31e902955ed9501f124814901a0031c37a070f1f" datatype="html">
3308 <source>Video redundancies</source> 3259 <source>Video redundancies</source>
3309 <target state="translated">影片冗</target> 3260 <target state="translated">視頻</target>
3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">9</context></context-group>
3311 </trans-unit> 3262 </trans-unit>
3312 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396"> 3263 <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
@@ -3482,7 +3433,7 @@
3482 </trans-unit> 3433 </trans-unit>
3483 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3434 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3484 <source>Your instance doesn't have any follower.</source> 3435 <source>Your instance doesn't have any follower.</source>
3485 <target state="translated">您的站臺沒有任何追隨者。</target> 3436 <target state="translated">您的實例沒有任何追隨者。</target>
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group> 3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group>
3487 </trans-unit> 3438 </trans-unit>
3488 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3439 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
@@ -3516,7 +3467,7 @@
3516 </trans-unit> 3467 </trans-unit>
3517 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3468 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
3518 <source>Open instance in a new tab</source> 3469 <source>Open instance in a new tab</source>
3519 <target state="translated">在新分頁中開啟站臺</target> 3470 <target state="translated">在新分頁中開啟實例</target>
3520 <context-group purpose="location"> 3471 <context-group purpose="location">
3521 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3472 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3522 <context context-type="linenumber">37</context> 3473 <context context-type="linenumber">37</context>
@@ -3536,7 +3487,7 @@
3536 </trans-unit> 3487 </trans-unit>
3537 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html"> 3488 <trans-unit id="6f635f2eba7fe60e4266192fbfef20948fbe3b0a" datatype="html">
3538 <source>Your instance is not following anyone.</source> 3489 <source>Your instance is not following anyone.</source>
3539 <target state="translated">您的站臺並未追蹤任何人。</target> 3490 <target state="translated">您的未追蹤任何人。</target>
3540 <context-group purpose="location"> 3491 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3492 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3542 <context context-type="linenumber">63</context> 3493 <context context-type="linenumber">63</context>
@@ -3557,7 +3508,7 @@
3557 </trans-unit> 3508 </trans-unit>
3558 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html"> 3509 <trans-unit id="8a3b2dec938ae1c71320e653fb1fdb810e614f76" datatype="html">
3559 <source>My videos duplicated by remote instances</source> 3510 <source>My videos duplicated by remote instances</source>
3560 <target state="translated">我的影片被遠端製了</target> 3511 <target state="translated">我的遠端實例複製了</target>
3561 <context-group purpose="location"> 3512 <context-group purpose="location">
3562 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3513 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3563 <context context-type="linenumber">7</context> 3514 <context context-type="linenumber">7</context>
@@ -3565,7 +3516,7 @@
3565 </trans-unit> 3516 </trans-unit>
3566 <trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html"> 3517 <trans-unit id="cb2281bf5c9f420429bbd5c5473ee7aacc879e1e" datatype="html">
3567 <source>Remote videos duplicated by my instance</source> 3518 <source>Remote videos duplicated by my instance</source>
3568 <target state="translated">我的製了遠端影片</target> 3519 <target state="translated">我的實例複製了遠端視頻</target>
3569 <context-group purpose="location"> 3520 <context-group purpose="location">
3570 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3521 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3571 <context context-type="linenumber">8</context> 3522 <context context-type="linenumber">8</context>
@@ -3631,7 +3582,7 @@
3631 </trans-unit> 3582 </trans-unit>
3632 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3583 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3633 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3584 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source>
3634 <target state="translated">轉換編碼已啟用。影片配額僅考慮<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>原始<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>影片大小。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target> 3585 <target state="translated">轉換編碼已啟用。視頻配額僅考慮<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>原始<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>視頻大小。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target>
3635 <context-group purpose="location"> 3586 <context-group purpose="location">
3636 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3587 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3637 <context context-type="linenumber">148</context> 3588 <context context-type="linenumber">148</context>
@@ -3643,7 +3594,7 @@
3643 </trans-unit> 3594 </trans-unit>
3644 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496"> 3595 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
3645 <source>Daily video quota</source> 3596 <source>Daily video quota</source>
3646 <target>每日影片配額</target> 3597 <target>每日額</target>
3647 <context-group name="null"> 3598 <context-group name="null">
3648 <context context-type="linenumber">73</context> 3599 <context context-type="linenumber">73</context>
3649 </context-group> 3600 </context-group>
@@ -3653,7 +3604,7 @@
3653 </trans-unit> 3604 </trans-unit>
3654 <trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html"> 3605 <trans-unit id="a0f69dcdccf2174aa7fa17708ac63c3a3104456c" datatype="html">
3655 <source>Doesn't need review before a video goes public</source> 3606 <source>Doesn't need review before a video goes public</source>
3656 <target state="translated">開前無須審核</target> 3607 <target state="translated">視頻公開前無須審核</target>
3657 <context-group purpose="location"> 3608 <context-group purpose="location">
3658 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3609 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3659 <context context-type="linenumber">168</context> 3610 <context context-type="linenumber">168</context>
@@ -3732,7 +3683,7 @@
3732 </trans-unit> 3683 </trans-unit>
3733 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3684 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3734 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3685 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3735 <target>影片配額 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3686 <target>視頻配額 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3736 <context-group name="null"> 3687 <context-group name="null">
3737 <context context-type="linenumber">42</context> 3688 <context context-type="linenumber">42</context>
3738 </context-group> 3689 </context-group>
@@ -3803,7 +3754,7 @@
3803 </trans-unit> 3754 </trans-unit>
3804 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e"> 3755 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
3805 <source>Video abuses</source> 3756 <source>Video abuses</source>
3806 <target>影片濫用</target> 3757 <target>視頻濫用</target>
3807 <context-group name="null"> 3758 <context-group name="null">
3808 <context context-type="linenumber">5</context> 3759 <context context-type="linenumber">5</context>
3809 </context-group> 3760 </context-group>
@@ -3819,7 +3770,7 @@
3819 </trans-unit> 3770 </trans-unit>
3820 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45"> 3771 <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
3821 <source>Auto-blacklisted videos</source> 3772 <source>Auto-blacklisted videos</source>
3822 <target>自動列入黑名單的影片</target> 3773 <target>自動列入黑名單的視頻</target>
3823 <context-group name="null"> 3774 <context-group name="null">
3824 <context context-type="linenumber">9</context> 3775 <context context-type="linenumber">9</context>
3825 </context-group> 3776 </context-group>
@@ -3844,7 +3795,7 @@
3844 </trans-unit> 3795 </trans-unit>
3845 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3796 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3846 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3797 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3847 <target state="translated">影片 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3798 <target state="translated">視頻 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3850 </trans-unit> 3801 </trans-unit>
@@ -3855,12 +3806,12 @@
3855 </trans-unit> 3806 </trans-unit>
3856 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3807 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3857 <source>List redundancies</source> 3808 <source>List redundancies</source>
3858 <target state="translated">列出</target> 3809 <target state="translated">列出</target>
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group>
3860 </trans-unit> 3811 </trans-unit>
3861 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3812 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3862 <source>Your instance doesn't mirror any video.</source> 3813 <source>Your instance doesn't mirror any video.</source>
3863 <target state="translated">您的站臺並未鏡像任何影片。</target> 3814 <target state="translated">您的未鏡像任何視頻。</target>
3864 <context-group purpose="location"> 3815 <context-group purpose="location">
3865 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3816 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3866 <context context-type="linenumber">77</context> 3817 <context context-type="linenumber">77</context>
@@ -3868,7 +3819,7 @@
3868 </trans-unit> 3819 </trans-unit>
3869 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html"> 3820 <trans-unit id="afc5c2bbf66996ab213f6eca65b24ca423d36e31" datatype="html">
3870 <source>Your instance has no mirrored videos.</source> 3821 <source>Your instance has no mirrored videos.</source>
3871 <target state="translated">您的站臺沒有已鏡像的影片。</target> 3822 <target state="translated">您的實例沒有已鏡像的視頻。</target>
3872 <context-group purpose="location"> 3823 <context-group purpose="location">
3873 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3824 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3874 <context context-type="linenumber">78</context> 3825 <context context-type="linenumber">78</context>
@@ -3881,7 +3832,7 @@
3881 </trans-unit> 3832 </trans-unit>
3882 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html"> 3833 <trans-unit id="0f6e6ec286d43c14f16444a077639090f38e29de" datatype="html">
3883 <source>No redundancy strategy is enabled on your instance.</source> 3834 <source>No redundancy strategy is enabled on your instance.</source>
3884 <target state="translated">您的站臺未啟用策略統計。</target> 3835 <target state="translated">您的實例未啟用策略統計。</target>
3885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">91</context></context-group>
3886 </trans-unit> 3837 </trans-unit>
3887 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a"> 3838 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
@@ -3910,7 +3861,7 @@
3910 </trans-unit> 3861 </trans-unit>
3911 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3862 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
3912 <source>Video was blacklisted</source> 3863 <source>Video was blacklisted</source>
3913 <target state="translated">被加入黑名單</target> 3864 <target state="translated">視頻已被加入黑名單</target>
3914 <context-group purpose="location"> 3865 <context-group purpose="location">
3915 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3866 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3916 <context context-type="linenumber">50</context> 3867 <context context-type="linenumber">50</context>
@@ -3922,7 +3873,7 @@
3922 </trans-unit> 3873 </trans-unit>
3923 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5"> 3874 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
3924 <source>Go to the video</source> 3875 <source>Go to the video</source>
3925 <target></target> 3876 <target>往視頻</target>
3926 <context-group name="null"> 3877 <context-group name="null">
3927 <context context-type="linenumber">33</context> 3878 <context context-type="linenumber">33</context>
3928 </context-group> 3879 </context-group>
@@ -3947,7 +3898,7 @@
3947 </trans-unit> 3898 </trans-unit>
3948 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html"> 3899 <trans-unit id="88a2cc2d9ca0506186bbfab6c4e0c32c44a9ee98" datatype="html">
3949 <source>No blacklisted video found matching current filters.</source> 3900 <source>No blacklisted video found matching current filters.</source>
3950 <target state="translated">找不到符合目前過濾器的黑名單影片。</target> 3901 <target state="translated">找不到符合目前過濾器的黑名單視頻。</target>
3951 <context-group purpose="location"> 3902 <context-group purpose="location">
3952 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3903 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3953 <context context-type="linenumber">93</context> 3904 <context context-type="linenumber">93</context>
@@ -3955,7 +3906,7 @@
3955 </trans-unit> 3906 </trans-unit>
3956 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html"> 3907 <trans-unit id="294036a9ad4dd71531d3032678d9ff00d8ff9ebb" datatype="html">
3957 <source>No blacklisted video found.</source> 3908 <source>No blacklisted video found.</source>
3958 <target state="translated">找不到黑名單影片。</target> 3909 <target state="translated">找不到黑名單視頻。</target>
3959 <context-group purpose="location"> 3910 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3911 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3961 <context context-type="linenumber">94</context> 3912 <context context-type="linenumber">94</context>
@@ -3963,7 +3914,7 @@
3963 </trans-unit> 3914 </trans-unit>
3964 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html"> 3915 <trans-unit id="973655a52a60219d177a837cd2c75d640f7bc521" datatype="html">
3965 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source> 3916 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blacklisted videos</source>
3966 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 已加入黑名單的影片</target> 3917 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 已加入黑名單的視頻</target>
3967 <context-group purpose="location"> 3918 <context-group purpose="location">
3968 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3919 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3969 <context context-type="linenumber">5</context> 3920 <context context-type="linenumber">5</context>
@@ -3979,9 +3930,7 @@
3979 </trans-unit> 3930 </trans-unit>
3980 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964"> 3931 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
3981 <source>This comment can only be seen by you or the other moderators.</source> 3932 <source>This comment can only be seen by you or the other moderators.</source>
3982 <target> 3933 <target>此評論只能被您或其他調解員看見。</target>
3983 此評論只能被您或其他版主看見。
3984 </target>
3985 <context-group name="null"> 3934 <context-group name="null">
3986 <context context-type="linenumber">18</context> 3935 <context context-type="linenumber">18</context>
3987 </context-group> 3936 </context-group>
@@ -3997,7 +3946,7 @@
3997 </trans-unit> 3946 </trans-unit>
3998 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html"> 3947 <trans-unit id="f7753a5d0baa909f5860eb49e14c41fc4ae00fb4" datatype="html">
3999 <source>Advanced report filters</source> 3948 <source>Advanced report filters</source>
4000 <target state="translated">進階過濾器</target> 3949 <target state="translated">進階報過濾器</target>
4001 <context-group purpose="location"> 3950 <context-group purpose="location">
4002 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3951 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4003 <context context-type="linenumber">18</context> 3952 <context context-type="linenumber">18</context>
@@ -4005,7 +3954,7 @@
4005 </trans-unit> 3954 </trans-unit>
4006 <trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html"> 3955 <trans-unit id="006dd388f1d14f58c33fb4ed4bb05a1dfbc42ffa" datatype="html">
4007 <source>Unsolved reports</source> 3956 <source>Unsolved reports</source>
4008 <target state="translated">未解決的</target> 3957 <target state="translated">未解決的報</target>
4009 <context-group purpose="location"> 3958 <context-group purpose="location">
4010 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3959 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4011 <context context-type="linenumber">19</context> 3960 <context context-type="linenumber">19</context>
@@ -4013,7 +3962,7 @@
4013 </trans-unit> 3962 </trans-unit>
4014 <trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html"> 3963 <trans-unit id="dee7eb63010b67c2464dd7987307e85369f24b9d" datatype="html">
4015 <source>Accepted reports</source> 3964 <source>Accepted reports</source>
4016 <target state="translated">已接受的</target> 3965 <target state="translated">已接受的報</target>
4017 <context-group purpose="location"> 3966 <context-group purpose="location">
4018 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3967 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4019 <context context-type="linenumber">20</context> 3968 <context context-type="linenumber">20</context>
@@ -4021,7 +3970,7 @@
4021 </trans-unit> 3970 </trans-unit>
4022 <trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html"> 3971 <trans-unit id="8140a31650a8a974acaf9f7e88cfb246ed6c9314" datatype="html">
4023 <source>Refused reports</source> 3972 <source>Refused reports</source>
4024 <target state="translated">已拒絕的</target> 3973 <target state="translated">已拒絕的報</target>
4025 <context-group purpose="location"> 3974 <context-group purpose="location">
4026 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3975 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4027 <context context-type="linenumber">21</context> 3976 <context context-type="linenumber">21</context>
@@ -4029,7 +3978,7 @@
4029 </trans-unit> 3978 </trans-unit>
4030 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html"> 3979 <trans-unit id="1c33f537774e1418d848442439b6c0fc62d9af47" datatype="html">
4031 <source>Reports with blacklisted videos</source> 3980 <source>Reports with blacklisted videos</source>
4032 <target state="translated">列入黑名單的</target> 3981 <target state="translated">列入黑名單的視頻報</target>
4033 <context-group purpose="location"> 3982 <context-group purpose="location">
4034 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3983 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4035 <context context-type="linenumber">22</context> 3984 <context context-type="linenumber">22</context>
@@ -4037,7 +3986,7 @@
4037 </trans-unit> 3986 </trans-unit>
4038 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html"> 3987 <trans-unit id="2f536bc37b142c0376631cefb992151fb733ce48" datatype="html">
4039 <source>Reports with deleted videos</source> 3988 <source>Reports with deleted videos</source>
4040 <target state="translated">已刪除的</target> 3989 <target state="translated">已刪除的視頻報</target>
4041 <context-group purpose="location"> 3990 <context-group purpose="location">
4042 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3991 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4043 <context context-type="linenumber">23</context> 3992 <context context-type="linenumber">23</context>
@@ -4045,7 +3994,7 @@
4045 </trans-unit> 3994 </trans-unit>
4046 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 3995 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
4047 <source>Reporter</source> 3996 <source>Reporter</source>
4048 <target>者</target> 3997 <target>報者</target>
4049 <context-group name="null"> 3998 <context-group name="null">
4050 <context context-type="linenumber">8</context> 3999 <context context-type="linenumber">8</context>
4051 </context-group> 4000 </context-group>
@@ -4054,7 +4003,7 @@
4054 </trans-unit> 4003 </trans-unit>
4055 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4"> 4004 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
4056 <source>Video</source> 4005 <source>Video</source>
4057 <target>影片</target> 4006 <target>視頻</target>
4058 <context-group name="null"> 4007 <context-group name="null">
4059 <context context-type="linenumber">9</context> 4008 <context context-type="linenumber">9</context>
4060 </context-group> 4009 </context-group>
@@ -4064,7 +4013,7 @@
4064 </trans-unit> 4013 </trans-unit>
4065 <trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html"> 4014 <trans-unit id="dee48932053451ee2dfafe5500a5262cd4220d5e" datatype="html">
4066 <source>This video has been reported multiple times.</source> 4015 <source>This video has been reported multiple times.</source>
4067 <target state="translated">此被多次。</target> 4016 <target state="translated">此視頻已被多次報。</target>
4068 <context-group purpose="location"> 4017 <context-group purpose="location">
4069 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4018 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4070 <context context-type="linenumber">80</context> 4019 <context context-type="linenumber">80</context>
@@ -4084,7 +4033,7 @@
4084 </trans-unit> 4033 </trans-unit>
4085 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html"> 4034 <trans-unit id="b0a337363ec610cf41744167b12f020e141a4617" datatype="html">
4086 <source>Video was deleted</source> 4035 <source>Video was deleted</source>
4087 <target state="translated">被刪除</target> 4036 <target state="translated">視頻已被刪除</target>
4088 <context-group purpose="location"> 4037 <context-group purpose="location">
4089 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4090 <context context-type="linenumber">98</context> 4039 <context context-type="linenumber">98</context>
@@ -4092,7 +4041,7 @@
4092 </trans-unit> 4041 </trans-unit>
4093 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html"> 4042 <trans-unit id="7c6eca36ec5dfbab2049ec1c58f8b6fe9d71c23b" datatype="html">
4094 <source>No video abuses found matching current filters.</source> 4043 <source>No video abuses found matching current filters.</source>
4095 <target state="translated">找不到符合目前過濾器的影片濫用。</target> 4044 <target state="translated">找不到符合目前過濾器的視頻濫用。</target>
4096 <context-group purpose="location"> 4045 <context-group purpose="location">
4097 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4046 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4098 <context context-type="linenumber">141</context> 4047 <context context-type="linenumber">141</context>
@@ -4100,7 +4049,7 @@
4100 </trans-unit> 4049 </trans-unit>
4101 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html"> 4050 <trans-unit id="b2134df91de00d33d8440610b13abb2595df00f4" datatype="html">
4102 <source>No video abuses found.</source> 4051 <source>No video abuses found.</source>
4103 <target state="translated">找不到影片濫用。</target> 4052 <target state="translated">找不到視頻濫用。</target>
4104 <context-group purpose="location"> 4053 <context-group purpose="location">
4105 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4054 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4106 <context context-type="linenumber">142</context> 4055 <context context-type="linenumber">142</context>
@@ -4108,7 +4057,7 @@
4108 </trans-unit> 4057 </trans-unit>
4109 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4058 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4110 <source>Open video in a new tab</source> 4059 <source>Open video in a new tab</source>
4111 <target state="translated">在新分頁中開啟影片</target> 4060 <target state="translated">在新分頁中開啟視頻</target>
4112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group> 4061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group>
4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group>
4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
@@ -4130,7 +4079,7 @@
4130 </trans-unit> 4079 </trans-unit>
4131 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4080 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
4132 <source>Go to the account</source> 4081 <source>Go to the account</source>
4133 <target>帳號</target> 4082 <target>號</target>
4134 <context-group name="null"> 4083 <context-group name="null">
4135 <context context-type="linenumber">27</context> 4084 <context context-type="linenumber">27</context>
4136 </context-group> 4085 </context-group>
@@ -4138,7 +4087,7 @@
4138 </trans-unit> 4087 </trans-unit>
4139 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html"> 4088 <trans-unit id="8d1011bd5b502c857858a97d074118377d8fe714" datatype="html">
4140 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source> 4089 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports</source>
4141 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 回報</target> 4090 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 舉報</target>
4142 <context-group purpose="location"> 4091 <context-group purpose="location">
4143 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4092 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4144 <context context-type="linenumber">5</context> 4093 <context context-type="linenumber">5</context>
@@ -4146,7 +4095,7 @@
4146 </trans-unit> 4095 </trans-unit>
4147 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4096 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4148 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4097 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4149 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 4098 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} 其他 {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
4150 <context-group purpose="location"> 4099 <context-group purpose="location">
4151 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4100 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4152 <context context-type="linenumber">20</context> 4101 <context context-type="linenumber">20</context>
@@ -4154,7 +4103,7 @@
4154 </trans-unit> 4103 </trans-unit>
4155 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html"> 4104 <trans-unit id="730ae657d91e79c45d0685a7060cfea40ea8ea85" datatype="html">
4156 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source> 4105 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> reports} }</source>
4157 <target state="translated">{VAR_PLURAL, plural, =1 {1 回報} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> 回報} }</target> 4106 <target state="translated">{VAR_PLURAL, plural, =1 {1 舉報} 其他{<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReporter }}"/> 舉報} }</target>
4158 <context-group purpose="location"> 4107 <context-group purpose="location">
4159 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4108 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4160 <context context-type="linenumber">21</context> 4109 <context context-type="linenumber">21</context>
@@ -4162,7 +4111,7 @@
4162 </trans-unit> 4111 </trans-unit>
4163 <trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html"> 4112 <trans-unit id="4dbabcc6e79125d4b798ba8139a40202db712475" datatype="html">
4164 <source>Reportee</source> 4113 <source>Reportee</source>
4165 <target state="translated">者</target> 4114 <target state="translated">報者</target>
4166 <context-group purpose="location"> 4115 <context-group purpose="location">
4167 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4116 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4168 <context context-type="linenumber">27</context> 4117 <context context-type="linenumber">27</context>
@@ -4170,7 +4119,7 @@
4170 </trans-unit> 4119 </trans-unit>
4171 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4120 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4172 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4121 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source>
4173 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 4122 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} 其他{...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target>
4174 <context-group purpose="location"> 4123 <context-group purpose="location">
4175 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4124 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4176 <context context-type="linenumber">40</context> 4125 <context context-type="linenumber">40</context>
@@ -4178,7 +4127,7 @@
4178 </trans-unit> 4127 </trans-unit>
4179 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html"> 4128 <trans-unit id="9f8e4923506fc6890efb71d403fc048f22dd616c" datatype="html">
4180 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source> 4129 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> reports} }</source>
4181 <target state="translated">{VAR_PLURAL, plural, =1 {1 回報} other {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> 回報} }</target> 4130 <target state="translated">{VAR_PLURAL, plural, =1 {1 舉報} 其他 {<x id="INTERPOLATION" equiv-text="{{ videoAbuse.countReportsForReportee }}"/> 舉報} }</target>
4182 <context-group purpose="location"> 4131 <context-group purpose="location">
4183 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4132 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4184 <context context-type="linenumber">41</context> 4133 <context context-type="linenumber">41</context>
@@ -4208,7 +4157,7 @@
4208 </trans-unit> 4157 </trans-unit>
4209 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b"> 4158 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
4210 <source>Instance</source> 4159 <source>Instance</source>
4211 <target>實</target> 4160 <target>實</target>
4212 <context-group name="null"> 4161 <context-group name="null">
4213 <context context-type="linenumber">5</context> 4162 <context context-type="linenumber">5</context>
4214 </context-group> 4163 </context-group>
@@ -4256,7 +4205,7 @@
4256 </trans-unit> 4205 </trans-unit>
4257 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html"> 4206 <trans-unit id="60cdb933d2c7051f3b5b23f9e5f8c83fa861b220" datatype="html">
4258 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source> 4207 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances</source>
4259 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 靜音網域</target> 4208 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 靜音實例</target>
4260 <context-group purpose="location"> 4209 <context-group purpose="location">
4261 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 4210 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
4262 <context context-type="linenumber">5</context> 4211 <context context-type="linenumber">5</context>
@@ -4348,7 +4297,7 @@
4348 </trans-unit> 4297 </trans-unit>
4349 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4298 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4350 <source>Go to the plugin homepage</source> 4299 <source>Go to the plugin homepage</source>
4351 <target>外掛程式首頁</target> 4300 <target>掛程式首頁</target>
4352 <context-group name="null"> 4301 <context-group name="null">
4353 <context context-type="linenumber">48</context> 4302 <context context-type="linenumber">48</context>
4354 </context-group> 4303 </context-group>
@@ -4426,7 +4375,7 @@
4426 </trans-unit> 4375 </trans-unit>
4427 <trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html"> 4376 <trans-unit id="1e395fc65f656ebaf9384ca5452f0cc4e9512811" datatype="html">
4428 <source>Go to the plugin npm package</source> 4377 <source>Go to the plugin npm package</source>
4429 <target state="translated">外掛程式 npm 軟體包</target> 4378 <target state="translated">掛程式 npm 軟體包</target>
4430 <context-group purpose="location"> 4379 <context-group purpose="location">
4431 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 4380 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
4432 <context context-type="linenumber">44</context> 4381 <context context-type="linenumber">44</context>
@@ -4518,7 +4467,7 @@
4518 </trans-unit> 4467 </trans-unit>
4519 <trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html"> 4468 <trans-unit id="3441b78841dad60f36576d99e38241ae7fefa933" datatype="html">
4520 <source>INSTANCE</source> 4469 <source>INSTANCE</source>
4521 <target state="translated">站臺</target> 4470 <target state="translated">實例</target>
4522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">14</context></context-group> 4471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">14</context></context-group>
4523 </trans-unit> 4472 </trans-unit>
4524 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59"> 4473 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
@@ -4541,7 +4490,7 @@
4541 </trans-unit> 4490 </trans-unit>
4542 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92"> 4491 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92">
4543 <source>Main instance categories</source> 4492 <source>Main instance categories</source>
4544 <target>主要站臺分類</target> 4493 <target>主要類</target>
4545 <context-group name="null"> 4494 <context-group name="null">
4546 <context context-type="linenumber">40</context> 4495 <context context-type="linenumber">40</context>
4547 </context-group> 4496 </context-group>
@@ -4549,7 +4498,7 @@
4549 </trans-unit> 4498 </trans-unit>
4550 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03"> 4499 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03">
4551 <source>No results found</source> 4500 <source>No results found</source>
4552 <target>不到結果</target> 4501 <target>果</target>
4553 <context-group name="null"> 4502 <context-group name="null">
4554 <context context-type="linenumber">33</context> 4503 <context context-type="linenumber">33</context>
4555 </context-group> 4504 </context-group>
@@ -4559,37 +4508,37 @@
4559 </trans-unit> 4508 </trans-unit>
4560 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4509 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4561 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4510 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4562 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>分享系統<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他 peer,但是這有助於降低伺服器的負載。</target> 4511 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>分享系統<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他端點,但是這有助於降低伺服器的負載。</target>
4563 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4512 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4564 </trans-unit> 4513 </trans-unit>
4565 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4514 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
4566 <source>Help share videos being played</source> 4515 <source>Help share videos being played</source>
4567 <target state="translated">分享正在播放的影片</target> 4516 <target state="translated">分享正在播放的視頻</target>
4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">44</context></context-group> 4517 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">44</context></context-group>
4569 </trans-unit> 4518 </trans-unit>
4570 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html"> 4519 <trans-unit id="8002f4cecaf491c2fa08a13cb18c8fda1996d92f" datatype="html">
4571 <source>When on a video page, directly start playing the video.</source> 4520 <source>When on a video page, directly start playing the video.</source>
4572 <target state="translated">在影片頁面上時,直接開始播放影片。</target> 4521 <target state="translated">在面上時,直接開始播放視頻。</target>
4573 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">58</context></context-group> 4522 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">58</context></context-group>
4574 </trans-unit> 4523 </trans-unit>
4575 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html"> 4524 <trans-unit id="cd607ede7ce410c98c681f5ba435642fe25f5f9c" datatype="html">
4576 <source>Automatically play videos</source> 4525 <source>Automatically play videos</source>
4577 <target state="translated">自動播放影片</target> 4526 <target state="translated">自動播放視頻</target>
4578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">55</context></context-group> 4527 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">55</context></context-group>
4579 </trans-unit> 4528 </trans-unit>
4580 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html"> 4529 <trans-unit id="6319d0030e9d382e5beb2baa5a399c0af3a27015" datatype="html">
4581 <source>When a video ends, follow up with the next suggested video.</source> 4530 <source>When a video ends, follow up with the next suggested video.</source>
4582 <target state="translated">當束時,繼續播放下一部建議的影片。</target> 4531 <target state="translated">當視頻結束時,繼續播放下一部建議的視頻。</target>
4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">69</context></context-group> 4532 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">69</context></context-group>
4584 </trans-unit> 4533 </trans-unit>
4585 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html"> 4534 <trans-unit id="056097a75d29b732ec5ad97c2e90d6c9be6528e4" datatype="html">
4586 <source>Automatically start playing the next video</source> 4535 <source>Automatically start playing the next video</source>
4587 <target state="translated">自動開始播放下一部影片</target> 4536 <target state="translated">自動開始播放下一部視頻</target>
4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">66</context></context-group> 4537 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">66</context></context-group>
4589 </trans-unit> 4538 </trans-unit>
4590 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629"> 4539 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629">
4591 <source>Main languages you/your moderators speak</source> 4540 <source>Main languages you/your moderators speak</source>
4592 <target>您/您的管理員主要的語言</target> 4541 <target>您/您的調解員主要使語言</target>
4593 <context-group name="null"> 4542 <context-group name="null">
4594 <context context-type="linenumber">52</context> 4543 <context context-type="linenumber">52</context>
4595 </context-group> 4544 </context-group>
@@ -4607,7 +4556,7 @@
4607 </trans-unit> 4556 </trans-unit>
4608 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4557 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
4609 <source>This instance is dedicated to sensitive or NSFW content</source> 4558 <source>This instance is dedicated to sensitive or NSFW content</source>
4610 <target>本敏感與 NSFW 內容專用</target> 4559 <target>本實例為敏感與 NSFW 內容專用</target>
4611 <context-group name="null"> 4560 <context-group name="null">
4612 <context context-type="linenumber">68</context> 4561 <context context-type="linenumber">68</context>
4613 </context-group> 4562 </context-group>
@@ -4615,12 +4564,12 @@
4615 </trans-unit> 4564 </trans-unit>
4616 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4565 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4617 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4566 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4618 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此外,預設情況下,系統會自動勾選影片上傳時的 NSFW 勾選框。 </target> 4567 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此外,預設情況下,系統會自動勾選視頻上傳時的 NSFW 勾選框。 </target>
4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4620 </trans-unit> 4569 </trans-unit>
4621 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4570 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
4622 <source>Policy on videos containing sensitive content</source> 4571 <source>Policy on videos containing sensitive content</source>
4623 <target>包含敏感內容的影片政策</target> 4572 <target>包含敏感內容的視頻政策</target>
4624 <context-group name="null"> 4573 <context-group name="null">
4625 <context context-type="linenumber">81</context> 4574 <context context-type="linenumber">81</context>
4626 </context-group> 4575 </context-group>
@@ -4628,7 +4577,7 @@
4628 </trans-unit> 4577 </trans-unit>
4629 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4578 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4630 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4579 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
4631 <target state="translated">有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>時,將會在請求觀看影片時顯示確認方塊。 </target> 4580 <target state="translated">有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>時,將會在請求觀看視頻時顯示確認方塊。 </target>
4632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4633 </trans-unit> 4582 </trans-unit>
4634 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4583 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4696,17 +4645,17 @@
4696 </trans-unit> 4645 </trans-unit>
4697 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html"> 4646 <trans-unit id="d635f94dd3214d8e5fb83a2af04e7b96c861e91f" datatype="html">
4698 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4647 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4699 <target state="translated">誰管理此站臺?對 NSFW 影片有何政策?對政治?等等</target> 4648 <target state="translated">誰管理此實例?對 NSFW 視頻有何政策?對政治視頻呢?等等</target>
4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group> 4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">140</context></context-group>
4701 </trans-unit> 4650 </trans-unit>
4702 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html"> 4651 <trans-unit id="b222d95cb22ff8c295920ca10c188c5d94cb0aa9" datatype="html">
4703 <source>YOU AND YOUR INSTANCE</source> 4652 <source>YOU AND YOUR INSTANCE</source>
4704 <target state="translated">您與您的站臺</target> 4653 <target state="translated">您與您的實例</target>
4705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group> 4654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">154</context></context-group>
4706 </trans-unit> 4655 </trans-unit>
4707 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063"> 4656 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063">
4708 <source>Who is behind the instance?</source> 4657 <source>Who is behind the instance?</source>
4709 <target>誰在管理站臺?</target> 4658 <target>誰在管理實例?</target>
4710 <context-group name="null"> 4659 <context-group name="null">
4711 <context context-type="linenumber">133</context> 4660 <context context-type="linenumber">133</context>
4712 </context-group> 4661 </context-group>
@@ -4719,7 +4668,7 @@
4719 </trans-unit> 4668 </trans-unit>
4720 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5"> 4669 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5">
4721 <source>Why did you create this instance?</source> 4670 <source>Why did you create this instance?</source>
4722 <target>為什麼您要建立此站臺?</target> 4671 <target>為什麼您要建立此實例?</target>
4723 <context-group name="null"> 4672 <context-group name="null">
4724 <context context-type="linenumber">145</context> 4673 <context context-type="linenumber">145</context>
4725 </context-group> 4674 </context-group>
@@ -4727,12 +4676,12 @@
4727 </trans-unit> 4676 </trans-unit>
4728 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html"> 4677 <trans-unit id="53fe4c724dc3f942c4d1eac4206a9686cbbf968e" datatype="html">
4729 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4678 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4730 <target state="translated">要分享您的個人影片?還是要開放註冊並讓人們可以上傳他們想要上傳的影片呢?</target> 4679 <target state="translated">要分享您的個人視頻?還是要開放註冊並讓人們可以上傳他們想要上傳的視頻呢?</target>
4731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group> 4680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">173</context></context-group>
4732 </trans-unit> 4681 </trans-unit>
4733 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6"> 4682 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6">
4734 <source>How long do you plan to maintain this instance?</source> 4683 <source>How long do you plan to maintain this instance?</source>
4735 <target>您打算維護此站臺多久?</target> 4684 <target>您打算維護此久?</target>
4736 <context-group name="null"> 4685 <context-group name="null">
4737 <context context-type="linenumber">156</context> 4686 <context context-type="linenumber">156</context>
4738 </context-group> 4687 </context-group>
@@ -4740,7 +4689,7 @@
4740 </trans-unit> 4689 </trans-unit>
4741 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html"> 4690 <trans-unit id="09d61fa0397899a1b26d09123aef7e7bf5bd78e1" datatype="html">
4742 <source>It's important to know for users who want to register on your instance</source> 4691 <source>It's important to know for users who want to register on your instance</source>
4743 <target state="translated">這對想要在您的站臺上註冊的使用者來說是很重要的</target> 4692 <target state="translated">這對想要在您的註冊的使用者來說是很重要的</target>
4744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group> 4693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">184</context></context-group>
4745 </trans-unit> 4694 </trans-unit>
4746 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d"> 4695 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d">
@@ -4763,7 +4712,7 @@
4763 </trans-unit> 4712 </trans-unit>
4764 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d"> 4713 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d">
4765 <source>What server/hardware does the instance run on?</source> 4714 <source>What server/hardware does the instance run on?</source>
4766 <target>站臺在何種伺服器/硬體上執行?</target> 4715 <target>何種伺服器/硬體上執行?</target>
4767 <context-group name="null"> 4716 <context-group name="null">
4768 <context context-type="linenumber">180</context> 4717 <context context-type="linenumber">180</context>
4769 </context-group> 4718 </context-group>
@@ -4776,7 +4725,7 @@
4776 </trans-unit> 4725 </trans-unit>
4777 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a"> 4726 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a">
4778 <source>Instance information</source> 4727 <source>Instance information</source>
4779 <target>訊</target> 4728 <target>實例資訊</target>
4780 <context-group name="null"> 4729 <context-group name="null">
4781 <context context-type="linenumber">5</context> 4730 <context context-type="linenumber">5</context>
4782 </context-group> 4731 </context-group>
@@ -4807,7 +4756,7 @@
4807 </trans-unit> 4756 </trans-unit>
4808 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9"> 4757 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9">
4809 <source>Discover videos</source> 4758 <source>Discover videos</source>
4810 <target>探索影片</target> 4759 <target>探索視頻</target>
4811 <context-group name="null"> 4760 <context-group name="null">
4812 <context context-type="linenumber">219</context> 4761 <context context-type="linenumber">219</context>
4813 </context-group> 4762 </context-group>
@@ -4815,7 +4764,7 @@
4815 </trans-unit> 4764 </trans-unit>
4816 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d"> 4765 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d">
4817 <source>Trending videos</source> 4766 <source>Trending videos</source>
4818 <target>趨勢影</target> 4767 <target>門視頻</target>
4819 <context-group name="null"> 4768 <context-group name="null">
4820 <context context-type="linenumber">220</context> 4769 <context context-type="linenumber">220</context>
4821 </context-group> 4770 </context-group>
@@ -4823,7 +4772,7 @@
4823 </trans-unit> 4772 </trans-unit>
4824 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70"> 4773 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70">
4825 <source>Most liked videos</source> 4774 <source>Most liked videos</source>
4826 <target>最歡的影片</target> 4775 <target>最視頻</target>
4827 <context-group name="null"> 4776 <context-group name="null">
4828 <context context-type="linenumber">221</context> 4777 <context context-type="linenumber">221</context>
4829 </context-group> 4778 </context-group>
@@ -4831,7 +4780,7 @@
4831 </trans-unit> 4780 </trans-unit>
4832 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8"> 4781 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8">
4833 <source>Recently added videos</source> 4782 <source>Recently added videos</source>
4834 <target>最近新增的影片</target> 4783 <target>最近新增的視頻</target>
4835 <context-group name="null"> 4784 <context-group name="null">
4836 <context context-type="linenumber">222</context> 4785 <context context-type="linenumber">222</context>
4837 </context-group> 4786 </context-group>
@@ -4839,7 +4788,7 @@
4839 </trans-unit> 4788 </trans-unit>
4840 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 4789 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
4841 <source>Local videos</source> 4790 <source>Local videos</source>
4842 <target>本地影片</target> 4791 <target>本地視頻</target>
4843 <context-group name="null"> 4792 <context-group name="null">
4844 <context context-type="linenumber">223</context> 4793 <context context-type="linenumber">223</context>
4845 </context-group> 4794 </context-group>
@@ -4890,7 +4839,7 @@
4890 </trans-unit> 4839 </trans-unit>
4891 <trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html"> 4840 <trans-unit id="9a298b5ee14cc04a1cbef88cd1cc54fbb8176bc2" datatype="html">
4892 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source> 4841 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source>
4893 <target state="translated">{VAR_PLURAL, plural, =1 {影片} other {影片} }</target> 4842 <target state="translated">{VAR_PLURAL, plural, =1 {視頻} other {視頻} }</target>
4894 <context-group purpose="location"> 4843 <context-group purpose="location">
4895 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4844 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4896 <context context-type="linenumber">24</context> 4845 <context context-type="linenumber">24</context>
@@ -4926,7 +4875,7 @@
4926 </trans-unit> 4875 </trans-unit>
4927 <trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html"> 4876 <trans-unit id="89f26f7ae43839fb1c983c6dc82d7bb9f559ac98" datatype="html">
4928 <source>Incriminated in reports</source> 4877 <source>Incriminated in reports</source>
4929 <target state="translated">列入</target> 4878 <target state="translated">列入報</target>
4930 <context-group purpose="location"> 4879 <context-group purpose="location">
4931 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4880 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4932 <context context-type="linenumber">42</context> 4881 <context context-type="linenumber">42</context>
@@ -4938,7 +4887,7 @@
4938 </trans-unit> 4887 </trans-unit>
4939 <trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html"> 4888 <trans-unit id="374b01a6d0311b4e675834b47db9e34d3fb833e7" datatype="html">
4940 <source>Authored reports accepted</source> 4889 <source>Authored reports accepted</source>
4941 <target state="translated">接受撰寫的</target> 4890 <target state="translated">接受撰寫的報</target>
4942 <context-group purpose="location"> 4891 <context-group purpose="location">
4943 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4892 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4944 <context context-type="linenumber">48</context> 4893 <context context-type="linenumber">48</context>
@@ -4982,7 +4931,7 @@
4982 </trans-unit> 4931 </trans-unit>
4983 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20"> 4932 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20">
4984 <source>Default video quota per user</source> 4933 <source>Default video quota per user</source>
4985 <target>每個使用者預設的影片配額</target> 4934 <target>每個使用者預設的額</target>
4986 <context-group name="null"> 4935 <context-group name="null">
4987 <context context-type="linenumber">261</context> 4936 <context context-type="linenumber">261</context>
4988 </context-group> 4937 </context-group>
@@ -4998,7 +4947,7 @@
4998 </trans-unit> 4947 </trans-unit>
4999 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4948 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
5000 <source>NEW VIDEOS</source> 4949 <source>NEW VIDEOS</source>
5001 <target state="translated">新影片</target> 4950 <target state="translated">新視頻</target>
5002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group> 4951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group>
5003 </trans-unit> 4952 </trans-unit>
5004 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4953 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
@@ -5013,12 +4962,12 @@
5013 </trans-unit> 4962 </trans-unit>
5014 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4963 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
5015 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4964 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
5016 <target state="translated">除非使用者被標記為受信任,否則他們的影片將會在版主審閱前保持私人影片的狀態。</target> 4965 <target state="translated">除非使用者被標記為受信任,否則他們的視頻將會在調解員審閱前保持私密視頻的狀態。</target>
5017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group> 4966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group>
5018 </trans-unit> 4967 </trans-unit>
5019 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4968 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
5020 <source>Blacklist new videos automatically</source> 4969 <source>Blacklist new videos automatically</source>
5021 <target state="translated">自動將新入黑名單</target> 4970 <target state="translated">自動將新視頻列入黑名單</target>
5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group> 4971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group>
5023 </trans-unit> 4972 </trans-unit>
5024 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4973 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
@@ -5028,22 +4977,22 @@
5028 </trans-unit> 4977 </trans-unit>
5029 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4978 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5030 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4979 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source>
5031 <target state="translated">管理與其他站臺的<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>關係<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 4980 <target state="translated">管理與其他實例的<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>關係<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target>
5032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
5033 </trans-unit> 4982 </trans-unit>
5034 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4983 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5035 <source>Other instances can follow yours</source> 4984 <source>Other instances can follow yours</source>
5036 <target state="translated">其他站臺可以追蹤您的</target> 4985 <target state="translated">其他以追蹤您的</target>
5037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group> 4986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group>
5038 </trans-unit> 4987 </trans-unit>
5039 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4988 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5040 <source>Manually approve new instance followers</source> 4989 <source>Manually approve new instance followers</source>
5041 <target state="translated">手動批准新的蹤者</target> 4990 <target state="translated">手動批准新的實例追蹤者</target>
5042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group> 4991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group>
5043 </trans-unit> 4992 </trans-unit>
5044 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4993 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5045 <source>Automatically follow back instances</source> 4994 <source>Automatically follow back instances</source>
5046 <target state="translated">自動追蹤站臺</target> 4995 <target state="translated">自動追蹤實例</target>
5047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
5048 </trans-unit> 4997 </trans-unit>
5049 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4998 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
@@ -5071,7 +5020,7 @@
5071 </trans-unit> 5020 </trans-unit>
5072 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5021 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5073 <source>Automatically follow instances of a public index</source> 5022 <source>Automatically follow instances of a public index</source>
5074 <target state="translated">自動追蹤公開索引的站臺</target> 5023 <target state="translated">自動追蹤公開索引實例</target>
5075 <context-group purpose="location"> 5024 <context-group purpose="location">
5076 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5025 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5077 <context context-type="linenumber">445</context> 5026 <context context-type="linenumber">445</context>
@@ -5121,7 +5070,7 @@
5121 </trans-unit> 5070 </trans-unit>
5122 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5071 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5123 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5072 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5124 <target state="translated">選擇性。如果有的話,請提供您站臺的 Twitter 帳號以改善連結預覽。</target> 5073 <target state="translated">可選擇。如果有的話,請提供您實例的 Twitter 帳號以改善連結預覽。</target>
5125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group> 5074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group>
5126 </trans-unit> 5075 </trans-unit>
5127 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5076 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
@@ -5134,7 +5083,7 @@
5134 </trans-unit> 5083 </trans-unit>
5135 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5084 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5136 <source>Instance whitelisted by Twitter</source> 5085 <source>Instance whitelisted by Twitter</source>
5137 <target> Twitter 列入白名單的實</target> 5086 <target>已被 Twitter 列入白名單的實</target>
5138 <context-group name="null"> 5087 <context-group name="null">
5139 <context context-type="linenumber">431</context> 5088 <context context-type="linenumber">431</context>
5140 </context-group> 5089 </context-group>
@@ -5142,7 +5091,7 @@
5142 </trans-unit> 5091 </trans-unit>
5143 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5092 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5144 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5093 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source>
5145 <target state="translated">如果您的站臺被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的影片分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>如果站臺不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>將此勾選框打勾,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla),在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 檢視您的站臺是否在白名單中。 </target> 5094 <target state="translated">如果您的實例被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的視頻分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>如果實例不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 實例。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>將此勾選框打勾,儲存設定並使用您實例的視頻 URL 測試 (https://example.com/videos/watch/blabla),在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 檢視您的實例是否在白名單中。 </target>
5146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
5147 </trans-unit> 5096 </trans-unit>
5148 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5097 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -5160,7 +5109,7 @@
5160 </trans-unit> 5109 </trans-unit>
5161 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5110 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5162 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5111 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
5163 <target state="translated">處理上傳的影片,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target> 5112 <target state="translated">處理上傳的視頻,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target>
5164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 5113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
5165 </trans-unit> 5114 </trans-unit>
5166 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5115 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
@@ -5173,7 +5122,7 @@
5173 </trans-unit> 5122 </trans-unit>
5174 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5123 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5175 <source>If you disable transcoding, many videos from your users will not work!</source> 5124 <source>If you disable transcoding, many videos from your users will not work!</source>
5176 <target>若您停用轉換編碼,從您的使用者們而來的許多會無法運作!</target> 5125 <target>若您停用轉換編碼,從您的使用者們而來的許多視頻將會無法運作!</target>
5177 <context-group name="null"> 5126 <context-group name="null">
5178 <context context-type="linenumber">465</context> 5127 <context context-type="linenumber">465</context>
5179 </context-group> 5128 </context-group>
@@ -5181,7 +5130,7 @@
5181 </trans-unit> 5130 </trans-unit>
5182 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5131 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5183 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5132 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5184 <target state="translated">允許使用者上傳 .mkv、.mov、.avi 與 .flv 影片。</target> 5133 <target state="translated">允許使用者上傳 .mkv、.mov、.avi 與 .flv 視頻。</target>
5185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 5134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group>
5186 </trans-unit> 5135 </trans-unit>
5187 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5136 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
@@ -5207,7 +5156,7 @@
5207 </trans-unit> 5156 </trans-unit>
5208 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5157 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5209 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5158 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source>
5210 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>實驗性,我們建議您暫時不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>如果您也啟用了 HLS 支援,它將會讓影片的儲存空間需求乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>若停用,將會破壞與其他 PeerTube 站臺的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5159 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>實驗性,我們建議您暫時不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>如果您也啟用了 HLS 支援,它將會讓視頻的儲存空間需求乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>若停用,將會破壞與其他 PeerTube 實例的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target>
5211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5212 </trans-unit> 5161 </trans-unit>
5213 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5162 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -5217,7 +5166,7 @@
5217 </trans-unit> 5166 </trans-unit>
5218 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5167 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5219 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5168 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source>
5220 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>依賴於 ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>解析度變更會更加平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放會更加快速,特別是長影片<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放更穩定(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5169 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>依賴於 ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>解析度變更會更加平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放會更加快速,特別是長視頻<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放更穩定(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target>
5221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5222 </trans-unit> 5171 </trans-unit>
5223 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5172 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
@@ -5258,7 +5207,7 @@
5258 </trans-unit> 5207 </trans-unit>
5259 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5208 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5260 <source>Number of video captions to keep in cache</source> 5209 <source>Number of video captions to keep in cache</source>
5261 <target state="translated">要保留在快取中的幕數量</target> 5210 <target state="translated">要保留在快取中的視頻字幕數量</target>
5262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group> 5211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group>
5263 </trans-unit> 5212 </trans-unit>
5264 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5213 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
@@ -5268,7 +5217,7 @@
5268 </trans-unit> 5217 </trans-unit>
5269 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5218 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5270 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5219 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5271 <target state="translated">只是要少量修改您的 PeerTube 站臺的話,建立外掛程式或佈景主題有點太過頭了。</target> 5220 <target state="translated">爲了建立外掛程式或佈景主題而對您的 PeerTube 實例進行少量修改,這有點太多了。</target>
5272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group> 5221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group>
5273 </trans-unit> 5222 </trans-unit>
5274 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5223 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
@@ -5281,7 +5230,7 @@
5281 </trans-unit> 5230 </trans-unit>
5282 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5231 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5283 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5232 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source>
5284 <target state="translated">直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('我的站臺超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5233 <target state="translated">直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('我的實例超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target>
5285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5286 </trans-unit> 5235 </trans-unit>
5287 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5236 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
@@ -5323,7 +5272,7 @@
5323 </trans-unit> 5272 </trans-unit>
5324 <trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html"> 5273 <trans-unit id="e09928fe11389fd1ea310890ba5dc9df05d53509" datatype="html">
5325 <source>VIDEO SETTINGS</source> 5274 <source>VIDEO SETTINGS</source>
5326 <target state="translated">影片設定</target> 5275 <target state="translated">定</target>
5327 <context-group purpose="location"> 5276 <context-group purpose="location">
5328 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5277 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
5329 <context context-type="linenumber">32</context> 5278 <context context-type="linenumber">32</context>
@@ -5426,7 +5375,7 @@
5426 </trans-unit> 5375 </trans-unit>
5427 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925"> 5376 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
5428 <source>Video settings</source> 5377 <source>Video settings</source>
5429 <target>影片設定</target> 5378 <target>定</target>
5430 <context-group name="null"> 5379 <context-group name="null">
5431 <context context-type="linenumber">10</context> 5380 <context context-type="linenumber">10</context>
5432 </context-group> 5381 </context-group>
@@ -5472,7 +5421,7 @@
5472 </trans-unit> 5421 </trans-unit>
5473 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129"> 5422 <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
5474 <source>Default policy on videos containing sensitive content</source> 5423 <source>Default policy on videos containing sensitive content</source>
5475 <target>包含敏感內容的預設政策</target> 5424 <target>包含敏感內容的視頻的預設政策</target>
5476 <context-group name="null"> 5425 <context-group name="null">
5477 <context context-type="linenumber">3</context> 5426 <context context-type="linenumber">3</context>
5478 </context-group> 5427 </context-group>
@@ -5480,9 +5429,7 @@
5480 </trans-unit> 5429 </trans-unit>
5481 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5430 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5482 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5431 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source>
5483 <target> 5432 <target>有了 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 或 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,觀看視頻時將會要求確認。 </target>
5484 有了 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 或 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,觀看影片時將會要求確認。
5485 </target>
5486 <context-group name="null"> 5433 <context-group name="null">
5487 <context context-type="linenumber">6</context> 5434 <context context-type="linenumber">6</context>
5488 </context-group> 5435 </context-group>
@@ -5490,7 +5437,7 @@
5490 </trans-unit> 5437 </trans-unit>
5491 <trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html"> 5438 <trans-unit id="be05139c85b590f407c8204605601ab510247f9f" datatype="html">
5492 <source>Policy for sensitive videos</source> 5439 <source>Policy for sensitive videos</source>
5493 <target state="translated">敏感政策</target> 5440 <target state="translated">敏感視頻的政策</target>
5494 <context-group purpose="location"> 5441 <context-group purpose="location">
5495 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5442 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5496 <context context-type="linenumber">14</context> 5443 <context context-type="linenumber">14</context>
@@ -5502,7 +5449,7 @@
5502 </trans-unit> 5449 </trans-unit>
5503 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html"> 5450 <trans-unit id="ea8e7b15807cce2fea74798db2396a4de016e5c7" datatype="html">
5504 <source>Only display videos in the following languages/subtitles</source> 5451 <source>Only display videos in the following languages/subtitles</source>
5505 <target state="translated">僅顯示以下語言/字幕的影片</target> 5452 <target state="translated">僅顯示以下語言/字幕的視頻</target>
5506 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">23</context></context-group> 5453 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">23</context></context-group>
5507 </trans-unit> 5454 </trans-unit>
5508 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html"> 5455 <trans-unit id="db930d0e3dbcb12963bec15cfec67fac6534542d" datatype="html">
@@ -5573,7 +5520,7 @@
5573 </trans-unit> 5520 </trans-unit>
5574 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808"> 5521 <trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808">
5575 <source>instance default</source> 5522 <source>instance default</source>
5576 <target>站臺預設</target> 5523 <target>實例預設</target>
5577 <context-group name="null"> 5524 <context-group name="null">
5578 <context context-type="linenumber">7</context> 5525 <context context-type="linenumber">7</context>
5579 </context-group> 5526 </context-group>
@@ -5606,7 +5553,7 @@
5606 </trans-unit> 5553 </trans-unit>
5607 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5554 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5608 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5555 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source>
5609 <target state="translated">影片 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5556 <target state="translated">視頻 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target>
5610 <context-group purpose="location"> 5557 <context-group purpose="location">
5611 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5558 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5612 <context context-type="linenumber">2</context> 5559 <context context-type="linenumber">2</context>
@@ -5614,7 +5561,7 @@
5614 </trans-unit> 5561 </trans-unit>
5615 <trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html"> 5562 <trans-unit id="addd26e1d0d8a38fcfceeb76642c6f838f9525e3" datatype="html">
5616 <source>Search your videos</source> 5563 <source>Search your videos</source>
5617 <target state="translated">搜尋您的影片</target> 5564 <target state="translated">搜尋您的視頻</target>
5618 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">4</context></context-group> 5565 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">4</context></context-group>
5619 </trans-unit> 5566 </trans-unit>
5620 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804"> 5567 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
@@ -5678,7 +5625,7 @@
5678 </trans-unit> 5625 </trans-unit>
5679 <trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html"> 5626 <trans-unit id="574cce019fb31925d11095591d4321847ff1c7a5" datatype="html">
5680 <source>Create video channel</source> 5627 <source>Create video channel</source>
5681 <target state="translated">建立影片頻道</target> 5628 <target state="translated">建立</target>
5682 <context-group purpose="location"> 5629 <context-group purpose="location">
5683 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context> 5630 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
5684 <context context-type="linenumber">4</context> 5631 <context context-type="linenumber">4</context>
@@ -5686,7 +5633,7 @@
5686 </trans-unit> 5633 </trans-unit>
5687 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 5634 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
5688 <source>Go to the channel</source> 5635 <source>Go to the channel</source>
5689 <target>頻道</target> 5636 <target>頻道</target>
5690 <context-group name="null"> 5637 <context-group name="null">
5691 <context context-type="linenumber">10</context> 5638 <context context-type="linenumber">10</context>
5692 </context-group> 5639 </context-group>
@@ -5718,13 +5665,13 @@
5718 </trans-unit> 5665 </trans-unit>
5719 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5666 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5720 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5667 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5721 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br /&gt;&lt;br /&gt; 當您要在此頻道上傳影片時,影片支援欄位將會自動填入這些文字。</target> 5668 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br /&gt;&lt;br /&gt; 當您要在此頻道上傳視頻時,視頻支援欄位將會自動填入這些文字。</target>
5722 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5669 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5723 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5670 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5724 </trans-unit> 5671 </trans-unit>
5725 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd"> 5672 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd">
5726 <source>Overwrite support field of all videos of this channel</source> 5673 <source>Overwrite support field of all videos of this channel</source>
5727 <target>覆寫此頻道所有支援欄位</target> 5674 <target>覆寫此頻道所有視頻的支援欄位</target>
5728 <context-group name="null"> 5675 <context-group name="null">
5729 <context context-type="linenumber">67</context> 5676 <context context-type="linenumber">67</context>
5730 </context-group> 5677 </context-group>
@@ -5754,7 +5701,7 @@
5754 </trans-unit> 5701 </trans-unit>
5755 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html"> 5702 <trans-unit id="842b1f5e4942fb515ef790308ca9ea6a60b4b331" datatype="html">
5756 <source>This video was deleted</source> 5703 <source>This video was deleted</source>
5757 <target state="translated">此刪除</target> 5704 <target state="translated">此視頻已刪除</target>
5758 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group> 5705 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">37</context></context-group>
5759 </trans-unit> 5706 </trans-unit>
5760 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html"> 5707 <trans-unit id="0b68f86015522b0dbd374822caefe74a62e3470f" datatype="html">
@@ -5800,7 +5747,7 @@
5800 </trans-unit> 5747 </trans-unit>
5801 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 5748 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
5802 <source>Muted instances</source> 5749 <source>Muted instances</source>
5803 <target>已靜音的實</target> 5750 <target>已靜音的實</target>
5804 <context-group name="null"> 5751 <context-group name="null">
5805 <context context-type="linenumber">2</context> 5752 <context context-type="linenumber">2</context>
5806 </context-group> 5753 </context-group>
@@ -5808,7 +5755,7 @@
5808 </trans-unit> 5755 </trans-unit>
5809 <trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html"> 5756 <trans-unit id="cb6fc818d4547d66ac5ea65f2c5d5cbfb6ebc04e" datatype="html">
5810 <source>Video history</source> 5757 <source>Video history</source>
5811 <target state="translated">影片歷史</target> 5758 <target state="translated">視頻歷史記錄</target>
5812 <context-group purpose="location"> 5759 <context-group purpose="location">
5813 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5760 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5814 <context context-type="linenumber">4</context> 5761 <context context-type="linenumber">4</context>
@@ -5827,7 +5774,7 @@
5827 </trans-unit> 5774 </trans-unit>
5828 <trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html"> 5775 <trans-unit id="355c9f9d50ed1c6f12729332a44c1fd0f7576638" datatype="html">
5829 <source>You don't have any video history yet.</source> 5776 <source>You don't have any video history yet.</source>
5830 <target state="translated">您尚未有任何史。</target> 5777 <target state="translated">您尚未有任何歷史記錄。</target>
5831 <context-group purpose="location"> 5778 <context-group purpose="location">
5832 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5779 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5833 <context context-type="linenumber">14</context> 5780 <context context-type="linenumber">14</context>
@@ -5930,7 +5877,7 @@
5930 </trans-unit> 5877 </trans-unit>
5931 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861"> 5878 <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
5932 <source>No videos in this playlist.</source> 5879 <source>No videos in this playlist.</source>
5933 <target>此播放清單中沒有影片。</target> 5880 <target>此播放清單中沒有視頻。</target>
5934 <context-group name="null"> 5881 <context-group name="null">
5935 <context context-type="linenumber">11</context> 5882 <context context-type="linenumber">11</context>
5936 </context-group> 5883 </context-group>
@@ -6011,7 +5958,7 @@
6011 </trans-unit> 5958 </trans-unit>
6012 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f"> 5959 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
6013 <source>This instance does not require email verification.</source> 5960 <source>This instance does not require email verification.</source>
6014 <target>此實不需要電子郵件驗證。</target> 5961 <target>此實需要電子郵件驗證。</target>
6015 <context-group name="null"> 5962 <context-group name="null">
6016 <context context-type="linenumber">20</context> 5963 <context context-type="linenumber">20</context>
6017 </context-group> 5964 </context-group>
@@ -6027,7 +5974,7 @@
6027 </trans-unit> 5974 </trans-unit>
6028 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a"> 5975 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
6029 <source>Instance muted</source> 5976 <source>Instance muted</source>
6030 <target>實已靜音</target> 5977 <target>實已靜音</target>
6031 <context-group name="null"> 5978 <context-group name="null">
6032 <context context-type="linenumber">21</context> 5979 <context context-type="linenumber">21</context>
6033 </context-group> 5980 </context-group>
@@ -6035,7 +5982,7 @@
6035 </trans-unit> 5982 </trans-unit>
6036 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89"> 5983 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
6037 <source>Muted by your instance</source> 5984 <source>Muted by your instance</source>
6038 <target>被您的實音</target> 5985 <target>被您的實靜音</target>
6039 <context-group name="null"> 5986 <context-group name="null">
6040 <context context-type="linenumber">22</context> 5987 <context context-type="linenumber">22</context>
6041 </context-group> 5988 </context-group>
@@ -6043,7 +5990,7 @@
6043 </trans-unit> 5990 </trans-unit>
6044 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1"> 5991 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
6045 <source>Instance muted by your instance</source> 5992 <source>Instance muted by your instance</source>
6046 <target>被您的實音的實</target> 5993 <target>被您的實靜音的實</target>
6047 <context-group name="null"> 5994 <context-group name="null">
6048 <context context-type="linenumber">23</context> 5995 <context context-type="linenumber">23</context>
6049 </context-group> 5996 </context-group>
@@ -6098,7 +6045,7 @@
6098 </trans-unit> 6045 </trans-unit>
6099 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f"> 6046 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
6100 <source>See this video channel</source> 6047 <source>See this video channel</source>
6101 <target>檢視這個影片頻道</target> 6048 <target>檢視這個</target>
6102 <context-group name="null"> 6049 <context-group name="null">
6103 <context context-type="linenumber">8</context> 6050 <context context-type="linenumber">8</context>
6104 </context-group> 6051 </context-group>
@@ -6106,7 +6053,7 @@
6106 </trans-unit> 6053 </trans-unit>
6107 <trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html"> 6054 <trans-unit id="7bfe8fdef5d1a90e5bf286ec6ed4c079522a9b44" datatype="html">
6108 <source>This channel doesn't have any videos.</source> 6055 <source>This channel doesn't have any videos.</source>
6109 <target state="translated">此頻道沒有任何影片。</target> 6056 <target state="translated">此頻道沒有任何視頻。</target>
6110 <context-group purpose="location"> 6057 <context-group purpose="location">
6111 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 6058 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
6112 <context context-type="linenumber">19</context> 6059 <context context-type="linenumber">19</context>
@@ -6289,7 +6236,7 @@
6289 </trans-unit> 6236 </trans-unit>
6290 <trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea"> 6237 <trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea">
6291 <source>This instance is dedicated to sensitive/NSFW content.</source> 6238 <source>This instance is dedicated to sensitive/NSFW content.</source>
6292 <target>此站臺專門託管敏感/NSFW 內容。</target> 6239 <target>此門託管敏感/NSFW 內容。</target>
6293 <context-group name="null"> 6240 <context-group name="null">
6294 <context context-type="linenumber">19</context> 6241 <context context-type="linenumber">19</context>
6295 </context-group> 6242 </context-group>
@@ -6313,7 +6260,7 @@
6313 </trans-unit> 6260 </trans-unit>
6314 <trans-unit id="911fb379526b62e9a62590722830c146ebd31be8"> 6261 <trans-unit id="911fb379526b62e9a62590722830c146ebd31be8">
6315 <source>Why we created this instance</source> 6262 <source>Why we created this instance</source>
6316 <target>為什麼我們要建立此站臺</target> 6263 <target>為什麼我們要建立此實例</target>
6317 <context-group name="null"> 6264 <context-group name="null">
6318 <context context-type="linenumber">33</context> 6265 <context context-type="linenumber">33</context>
6319 </context-group> 6266 </context-group>
@@ -6321,7 +6268,7 @@
6321 </trans-unit> 6268 </trans-unit>
6322 <trans-unit id="3f264e961636eb6eff1dbae7e3887447e22be154"> 6269 <trans-unit id="3f264e961636eb6eff1dbae7e3887447e22be154">
6323 <source>How long we plan to maintain this instance</source> 6270 <source>How long we plan to maintain this instance</source>
6324 <target>我們打算維護此站臺多久</target> 6271 <target>我們打算維護此久</target>
6325 <context-group name="null"> 6272 <context-group name="null">
6326 <context context-type="linenumber">39</context> 6273 <context context-type="linenumber">39</context>
6327 </context-group> 6274 </context-group>
@@ -6329,7 +6276,7 @@
6329 </trans-unit> 6276 </trans-unit>
6330 <trans-unit id="2646614e3af5f103885f64e4f097e45569091fd6" datatype="html"> 6277 <trans-unit id="2646614e3af5f103885f64e4f097e45569091fd6" datatype="html">
6331 <source>How we will pay for this instance</source> 6278 <source>How we will pay for this instance</source>
6332 <target state="translated">我們會如何支付此站臺所需的費用</target> 6279 <target state="translated">我們會如何支付此實例所需的費用</target>
6333 <context-group purpose="location"> 6280 <context-group purpose="location">
6334 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6281 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
6335 <context context-type="linenumber">45</context> 6282 <context context-type="linenumber">45</context>
@@ -6369,7 +6316,7 @@
6369 </trans-unit> 6316 </trans-unit>
6370 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 6317 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
6371 <source>Features found on this instance</source> 6318 <source>Features found on this instance</source>
6372 <target>在此實上找到的功能</target> 6319 <target>在此實找到的功能</target>
6373 <context-group name="null"> 6320 <context-group name="null">
6374 <context context-type="linenumber">47</context> 6321 <context context-type="linenumber">47</context>
6375 </context-group> 6322 </context-group>
@@ -6394,7 +6341,7 @@
6394 </trans-unit> 6341 </trans-unit>
6395 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6342 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html">
6396 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6343 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source>
6397 <target state="translated">PeerTube 是直接在瀏覽器中使用 P2P 的可自行託管聯盟式 (ActivityPub) 影片串流平臺。</target> 6344 <target state="translated">PeerTube 是直接在瀏覽器中使用 P2P 的可自行託管聯播式 (ActivityPub)視頻串流平臺。</target>
6398 <context-group purpose="location"> 6345 <context-group purpose="location">
6399 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6346 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6400 <context context-type="linenumber">9</context> 6347 <context context-type="linenumber">9</context>
@@ -6458,7 +6405,7 @@
6458 </trans-unit> 6405 </trans-unit>
6459 <trans-unit id="2c4788d7843d80bf5aad6283aba75c8151807e8c" datatype="html"> 6406 <trans-unit id="2c4788d7843d80bf5aad6283aba75c8151807e8c" datatype="html">
6460 <source>Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!</source> 6407 <source>Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!</source>
6461 <target state="translated">想要協助改善 PeerTube?您可以翻譯網頁介面,給我們您的回饋或直接貢獻程式碼!</target> 6408 <target state="translated">想要幫忙改善 PeerTube?您可以翻譯網頁介面,給我們您的回饋或直接貢獻程式碼!</target>
6462 <context-group purpose="location"> 6409 <context-group purpose="location">
6463 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6410 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6464 <context context-type="linenumber">58</context> 6411 <context context-type="linenumber">58</context>
@@ -6474,7 +6421,7 @@
6474 </trans-unit> 6421 </trans-unit>
6475 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6422 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6476 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6423 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source>
6477 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此協助降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target> 6424 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此幫忙降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target>
6478 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6425 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6479 </trans-unit> 6426 </trans-unit>
6480 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231"> 6427 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
@@ -6487,17 +6434,17 @@
6487 </trans-unit> 6434 </trans-unit>
6488 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6435 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6489 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6436 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source>
6490 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target> 6437 <target state="translated">理論上,有足夠技術知識的人可以建立腳本來追蹤哪個 IP 正在下載哪個視頻。實際上,這相當困難,因為:</target>
6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6438 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6492 </trans-unit> 6439 </trans-unit>
6493 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6440 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6494 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6441 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source>
6495 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target> 6442 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個視頻。如果我們想要監視所有 PeerTube 視頻,我們必須傳送與視頻一樣多的請求(因此會非常多)</target>
6496 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6443 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6497 </trans-unit> 6444 </trans-unit>
6498 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6445 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6499 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source> 6446 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm</source>
6500 <target state="translated">對於每個傳送的請求,tracker 將會回傳隨機但有限的 peer。舉例來說,如果群體中有 1000 個 peer,而 tracker 僅為每個請求傳送 20 個 peer,那就必須至少傳送 50 個請求才能知道群體中所有的 peer</target> 6447 <target state="translated">對於每個傳送的請求,追蹤器將會回傳有限的隨機端點。舉例來說,如果群體中有 1000 個端點,而追蹤器僅為每個請求傳送 20 個端點,那就必須至少傳送 50 個請求才能知道群體中所有的端點</target>
6501 <context-group purpose="location"> 6448 <context-group purpose="location">
6502 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6449 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6503 <context context-type="linenumber">98</context> 6450 <context context-type="linenumber">98</context>
@@ -6505,12 +6452,12 @@
6505 </trans-unit> 6452 </trans-unit>
6506 <trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html"> 6453 <trans-unit id="3f47eec5fb00ae46a0035cc8f9e428e3d549e337" datatype="html">
6507 <source>Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour</source> 6454 <source>Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour</source>
6508 <target state="translated">必須定期發送請求才能知道誰開始/停止觀看影片。但這種行為很容易偵測到</target> 6455 <target state="translated">必須定期發送請求才能知道誰開始/停止觀看視頻。但這種行為很容易偵測到</target>
6509 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6456 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6510 </trans-unit> 6457 </trans-unit>
6511 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6458 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6512 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 6459 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source>
6513 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target> 6460 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了視頻</target>
6514 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6461 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6515 </trans-unit> 6462 </trans-unit>
6516 <trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html"> 6463 <trans-unit id="ff5458261525060246f1f49a740c8d094dc4bac4" datatype="html">
@@ -6520,7 +6467,7 @@
6520 </trans-unit> 6467 </trans-unit>
6521 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6468 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6522 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 6469 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source>
6523 <target state="translated">網路的 peer 並無法公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他 peer 轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來取得更多資訊 </target> 6470 <target state="translated">網路端點並無法被公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他端點轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來取得更多資訊 </target>
6524 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6525 </trans-unit> 6472 </trans-unit>
6526 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6473 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
@@ -6551,7 +6498,7 @@
6551 </trans-unit> 6498 </trans-unit>
6552 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6499 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6553 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6500 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
6554 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target> 6501 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是不理性的。</target>
6555 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6502 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6556 </trans-unit> 6503 </trans-unit>
6557 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41"> 6504 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
@@ -6569,7 +6516,7 @@
6569 </trans-unit> 6516 </trans-unit>
6570 <trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html"> 6517 <trans-unit id="89c0c2c3150b99bbea20214895df56c8f8d6125d" datatype="html">
6571 <source>We set a limit to the number of peers sent by the tracker</source> 6518 <source>We set a limit to the number of peers sent by the tracker</source>
6572 <target state="translated">我們對追蹤器可以傳送的點數量進行了限制</target> 6519 <target state="translated">我們對追蹤器可以傳送的點數量進行了限制</target>
6573 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group> 6520 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group>
6574 </trans-unit> 6521 </trans-unit>
6575 <trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html"> 6522 <trans-unit id="b23c2b01db8b09f1a9bc6144d66291e28f02daf4" datatype="html">
@@ -6579,22 +6526,22 @@
6579 </trans-unit> 6526 </trans-unit>
6580 <trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html"> 6527 <trans-unit id="b6f5d5d1aab25c1e675c66ea5dbb987654e9c0b0" datatype="html">
6581 <source>Allow instance admins to disable P2P from the administration interface</source> 6528 <source>Allow instance admins to disable P2P from the administration interface</source>
6582 <target state="translated">允許理員從管理介面停用 P2P</target> 6529 <target state="translated">允許實例管理員從管理介面停用 P2P</target>
6583 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">158</context></context-group> 6530 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">158</context></context-group>
6584 </trans-unit> 6531 </trans-unit>
6585 <trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html"> 6532 <trans-unit id="85755719c08571f7f5b7c5b391329b7e4e7ccc7b" datatype="html">
6586 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source> 6533 <source>Automatic video redundancy from some instances: one doesn't know if the IP downloaded the video on purpose or if it a server</source>
6587 <target state="translated">在某些情況下有自動影片冗餘功能:人們不知道 IP 是故意下載了影片或是它是伺服器</target> 6534 <target state="translated">在某些實例上有自動重複視頻:人們不知道 IP 是人爲下載了視頻或是它是伺服器</target>
6588 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6535 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6589 </trans-unit> 6536 </trans-unit>
6590 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6537 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6591 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6538 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
6592 <target state="translated">最後,請記住您一直都可以透過在影片播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target> 6539 <target state="translated">最後,請記住您一直都可以透過在視頻播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target>
6593 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6540 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6594 </trans-unit> 6541 </trans-unit>
6595 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html"> 6542 <trans-unit id="eebbc9b6d037b9c08225b769a5f3f333b2789500" datatype="html">
6596 <source>Followers instances</source> 6543 <source>Followers instances</source>
6597 <target state="translated">追蹤者站臺</target> 6544 <target state="translated">追蹤者實例</target>
6598 <context-group purpose="location"> 6545 <context-group purpose="location">
6599 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6546 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6600 <context context-type="linenumber">3</context> 6547 <context context-type="linenumber">3</context>
@@ -6602,7 +6549,7 @@
6602 </trans-unit> 6549 </trans-unit>
6603 <trans-unit id="39dabfebe4a70cc00aa454f790b81cf453d38304" datatype="html"> 6550 <trans-unit id="39dabfebe4a70cc00aa454f790b81cf453d38304" datatype="html">
6604 <source>This instance does not have instances followers.</source> 6551 <source>This instance does not have instances followers.</source>
6605 <target state="translated">此站臺沒有蹤者。</target> 6552 <target state="translated">此實例沒有實例追蹤者。</target>
6606 <context-group purpose="location"> 6553 <context-group purpose="location">
6607 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6554 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6608 <context context-type="linenumber">5</context> 6555 <context context-type="linenumber">5</context>
@@ -6610,7 +6557,7 @@
6610 </trans-unit> 6557 </trans-unit>
6611 <trans-unit id="d4f8e8ce89a1f258702ba0341d7321f972f60b32" datatype="html"> 6558 <trans-unit id="d4f8e8ce89a1f258702ba0341d7321f972f60b32" datatype="html">
6612 <source>Followings instances</source> 6559 <source>Followings instances</source>
6613 <target state="translated">正在追蹤的站臺</target> 6560 <target state="translated">正在追蹤的實例</target>
6614 <context-group purpose="location"> 6561 <context-group purpose="location">
6615 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6562 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6616 <context context-type="linenumber">13</context> 6563 <context context-type="linenumber">13</context>
@@ -6618,7 +6565,7 @@
6618 </trans-unit> 6565 </trans-unit>
6619 <trans-unit id="d0f0a0a5da1553964ae4891aaebd2b2c3e5ddae4" datatype="html"> 6566 <trans-unit id="d0f0a0a5da1553964ae4891aaebd2b2c3e5ddae4" datatype="html">
6620 <source>This instance does not have instances followings.</source> 6567 <source>This instance does not have instances followings.</source>
6621 <target state="translated">此站臺沒有正在追蹤的站臺。</target> 6568 <target state="translated">此實例沒有正在追蹤的實例。</target>
6622 <context-group purpose="location"> 6569 <context-group purpose="location">
6623 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6570 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6624 <context context-type="linenumber">15</context> 6571 <context context-type="linenumber">15</context>
@@ -6684,7 +6631,7 @@
6684 </trans-unit> 6631 </trans-unit>
6685 <trans-unit id="05db4afa3e85d23d29fcfacaa5a61f0d2ae02dc0"> 6632 <trans-unit id="05db4afa3e85d23d29fcfacaa5a61f0d2ae02dc0">
6686 <source>How long do we plan to maintain this instance?</source> 6633 <source>How long do we plan to maintain this instance?</source>
6687 <target>我們計劃維護此站臺多久?</target> 6634 <target>我們計劃維護此久?</target>
6688 <context-group name="null"> 6635 <context-group name="null">
6689 <context context-type="linenumber">65</context> 6636 <context context-type="linenumber">65</context>
6690 </context-group> 6637 </context-group>
@@ -6692,7 +6639,7 @@
6692 </trans-unit> 6639 </trans-unit>
6693 <trans-unit id="b7ad73ca1e5e4a530ca4eaa5285e4fd0c376c089"> 6640 <trans-unit id="b7ad73ca1e5e4a530ca4eaa5285e4fd0c376c089">
6694 <source>How will we finance this instance?</source> 6641 <source>How will we finance this instance?</source>
6695 <target>我們要如何支付此費用?</target> 6642 <target>我們要如何支付此實例的費用?</target>
6696 <context-group name="null"> 6643 <context-group name="null">
6697 <context context-type="linenumber">70</context> 6644 <context context-type="linenumber">70</context>
6698 </context-group> 6645 </context-group>
@@ -6708,10 +6655,7 @@
6708 </trans-unit> 6655 </trans-unit>
6709 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6656 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6710 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6657 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source>
6711 <target> 6658 <target>頻道是您視頻上傳後儲存的實體。建立數個頻道有助於組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的視頻,而另一個頻道則發佈關於生態學的視頻。 </target>
6712 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
6713 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。
6714 </target>
6715 <context-group name="null"> 6659 <context-group name="null">
6716 <context context-type="linenumber">4</context> 6660 <context context-type="linenumber">4</context>
6717 </context-group> 6661 </context-group>
@@ -6719,9 +6663,7 @@
6719 </trans-unit> 6663 </trans-unit>
6720 <trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da"> 6664 <trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da">
6721 <source>Other users can decide to subscribe any channel they want, to be notified when you publish a new video.</source> 6665 <source>Other users can decide to subscribe any channel they want, to be notified when you publish a new video.</source>
6722 <target> 6666 <target>其他使用者可以決定訂閱任何他們想要的頻道,並在您發佈新視頻時收到通知。</target>
6723 其他使用者可以決定訂閱任何他們想要的頻道,並在您發佈新影片時收到通知。
6724 </target>
6725 <context-group name="null"> 6667 <context-group name="null">
6726 <context context-type="linenumber">9</context> 6668 <context context-type="linenumber">9</context>
6727 </context-group> 6669 </context-group>
@@ -6753,7 +6695,7 @@
6753 </trans-unit> 6695 </trans-unit>
6754 <trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html"> 6696 <trans-unit id="4a935862bd3120d5878e9635a9d46dfc1bcaedb4" datatype="html">
6755 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source> 6697 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6756 <target state="translated">頻道名稱是在這個與其他所有站臺上對您的頻道的唯一識別記號。它就跟電子郵件地址一樣獨一無二,讓其他人更容易找到並與其互動。</target> 6698 <target state="translated">頻道名稱是在這個與其他所有實例上對您的頻道的唯一識別記號。它就跟電子郵件地址一樣獨一無二,讓其他人更容易找到並與其互動。</target>
6757 <context-group purpose="location"> 6699 <context-group purpose="location">
6758 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6700 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6759 <context context-type="linenumber">42</context> 6701 <context context-type="linenumber">42</context>
@@ -6779,7 +6721,7 @@
6779 </trans-unit> 6721 </trans-unit>
6780 <trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html"> 6722 <trans-unit id="095664da04cb19afa1c2bb5992db6e253a664dd6" datatype="html">
6781 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source> 6723 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6782 <target state="translated">使用者名稱是在這個與其他所有站臺上對您的帳號的唯一識別記號。它就跟電子郵件地址一樣獨一無二,讓其他人更容易找到並與其互動。</target> 6724 <target state="translated">使用者名稱是在這個與其他所有實例上對您的帳號的唯一識別記號。它就跟電子郵件地址一樣獨一無二,讓其他人更容易找到並與其互動。</target>
6783 <context-group purpose="location"> 6725 <context-group purpose="location">
6784 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6726 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6785 <context context-type="linenumber">31</context> 6727 <context context-type="linenumber">31</context>
@@ -6787,11 +6729,7 @@
6787 </trans-unit> 6729 </trans-unit>
6788 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6730 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6789 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6731 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source>
6790 <target> 6732 <target>我至少 16 歲並同意此實例的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target>
6791 我至少 16 歲並同意此站臺的
6792 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
6793 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
6794 </target>
6795 <context-group name="null"> 6733 <context-group name="null">
6796 <context context-type="linenumber">65</context> 6734 <context context-type="linenumber">65</context>
6797 </context-group> 6735 </context-group>
@@ -6834,7 +6772,7 @@
6834 </trans-unit> 6772 </trans-unit>
6835 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4"> 6773 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4">
6836 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source> 6774 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
6837 <target>發佈的 <x id="INTERPOLATION" equiv-text="{{total}}"/> 影片</target> 6775 <target>發佈的 <x id="INTERPOLATION" equiv-text="{{total}}"/>視頻</target>
6838 <context-group name="null"> 6776 <context-group name="null">
6839 <context context-type="linenumber">1</context> 6777 <context context-type="linenumber">1</context>
6840 </context-group> 6778 </context-group>
@@ -6850,7 +6788,7 @@
6850 </trans-unit> 6788 </trans-unit>
6851 <trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html"> 6789 <trans-unit id="55d67844f534a75a89f86bb19d51c0703280a6ad" datatype="html">
6852 <source>VIDEO CHANNELS</source> 6790 <source>VIDEO CHANNELS</source>
6853 <target state="translated">影片頻道</target> 6791 <target state="translated"></target>
6854 <context-group purpose="location"> 6792 <context-group purpose="location">
6855 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6793 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6856 <context context-type="linenumber">1</context> 6794 <context context-type="linenumber">1</context>
@@ -6895,7 +6833,7 @@
6895 </trans-unit> 6833 </trans-unit>
6896 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6834 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6897 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6835 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
6898 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> 保留了原始音訊軌,但沒有影片</target> 6836 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> 保留了原始音軌,但沒有視頻</target>
6899 <context-group purpose="location"> 6837 <context-group purpose="location">
6900 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6838 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6901 <context context-type="linenumber">1</context> 6839 <context context-type="linenumber">1</context>
@@ -7131,7 +7069,7 @@
7131 </trans-unit> 7069 </trans-unit>
7132 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b"> 7070 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b">
7133 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source> 7071 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
7134 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> 在實追蹤者中接受</target> 7072 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> 在實追蹤者中接受</target>
7135 <context-group name="null"> 7073 <context-group name="null">
7136 <context context-type="linenumber">1</context> 7074 <context context-type="linenumber">1</context>
7137 </context-group> 7075 </context-group>
@@ -7155,7 +7093,7 @@
7155 </trans-unit> 7093 </trans-unit>
7156 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79"> 7094 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79">
7157 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source> 7095 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
7158 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> 拒絕了實追蹤者</target> 7096 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> 拒絕了實追蹤者</target>
7159 <context-group name="null"> 7097 <context-group name="null">
7160 <context context-type="linenumber">1</context> 7098 <context context-type="linenumber">1</context>
7161 </context-group> 7099 </context-group>
@@ -7171,7 +7109,7 @@
7171 </trans-unit> 7109 </trans-unit>
7172 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc"> 7110 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc">
7173 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source> 7111 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
7174 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> 已從實追蹤者中移除</target> 7112 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> 已從實追蹤者中移除</target>
7175 <context-group name="null"> 7113 <context-group name="null">
7176 <context context-type="linenumber">1</context> 7114 <context context-type="linenumber">1</context>
7177 </context-group> 7115 </context-group>
@@ -7259,7 +7197,7 @@
7259 </trans-unit> 7197 </trans-unit>
7260 <trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html"> 7198 <trans-unit id="aea95ff7fb86826539cc9c81c90e766d82f9cbb5" datatype="html">
7261 <source>Do you really want to remove this video redundancy?</source> 7199 <source>Do you really want to remove this video redundancy?</source>
7262 <target state="translated">您真的想要移除此重複?</target> 7200 <target state="translated">您真的想要移除此重複視頻嗎?</target>
7263 <context-group purpose="location"> 7201 <context-group purpose="location">
7264 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7202 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
7265 <context context-type="linenumber">1</context> 7203 <context context-type="linenumber">1</context>
@@ -7275,7 +7213,7 @@
7275 </trans-unit> 7213 </trans-unit>
7276 <trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html"> 7214 <trans-unit id="1009a5a3eab4ef49f45fe10392d8685c1ff03df9" datatype="html">
7277 <source>Video redundancies removed!</source> 7215 <source>Video redundancies removed!</source>
7278 <target state="translated">重複刪除!</target> 7216 <target state="translated">重複視頻已刪除!</target>
7279 <context-group purpose="location"> 7217 <context-group purpose="location">
7280 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context> 7218 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts</context>
7281 <context context-type="linenumber">1</context> 7219 <context context-type="linenumber">1</context>
@@ -7283,7 +7221,7 @@
7283 </trans-unit> 7221 </trans-unit>
7284 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da"> 7222 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
7285 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source> 7223 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
7286 <target>帳號 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 已被您的實解除靜音。</target> 7224 <target>帳號 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 已被您的實解除靜音。</target>
7287 <context-group name="null"> 7225 <context-group name="null">
7288 <context context-type="linenumber">1</context> 7226 <context context-type="linenumber">1</context>
7289 </context-group> 7227 </context-group>
@@ -7291,7 +7229,7 @@
7291 </trans-unit> 7229 </trans-unit>
7292 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330"> 7230 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
7293 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source> 7231 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
7294 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已被您的實解除靜音。</target> 7232 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已被您的實解除靜音。</target>
7295 <context-group name="null"> 7233 <context-group name="null">
7296 <context context-type="linenumber">1</context> 7234 <context context-type="linenumber">1</context>
7297 </context-group> 7235 </context-group>
@@ -7299,7 +7237,7 @@
7299 </trans-unit> 7237 </trans-unit>
7300 <trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html"> 7238 <trans-unit id="cf70037e436f2c5547cbdf1a02e1348c8642467a" datatype="html">
7301 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source> 7239 <source>Instance <x id="INTERPOLATION" equiv-text="{{domain}}"/> muted by your instance.</source>
7302 <target state="translated">站臺 <x id="INTERPOLATION" equiv-text="{{domain}}"/> 已被您的站臺靜音。</target> 7240 <target state="translated">實例 <x id="INTERPOLATION" equiv-text="{{domain}}"/> 已被您的實例靜音。</target>
7303 <context-group purpose="location"> 7241 <context-group purpose="location">
7304 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 7242 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
7305 <context context-type="linenumber">1</context> 7243 <context context-type="linenumber">1</context>
@@ -7323,7 +7261,7 @@
7323 </trans-unit> 7261 </trans-unit>
7324 <trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html"> 7262 <trans-unit id="0db581a9122258b2897ad3e915e2d00d7f6d33f5" datatype="html">
7325 <source>Delete report</source> 7263 <source>Delete report</source>
7326 <target state="translated">刪除</target> 7264 <target state="translated">刪除報</target>
7327 <context-group purpose="location"> 7265 <context-group purpose="location">
7328 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7266 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7329 <context context-type="linenumber">1</context> 7267 <context context-type="linenumber">1</context>
@@ -7363,7 +7301,7 @@
7363 </trans-unit> 7301 </trans-unit>
7364 <trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html"> 7302 <trans-unit id="0e546f4a26ddb8a098fb5c8db211ab44d8f2966b" datatype="html">
7365 <source>Actions for the video</source> 7303 <source>Actions for the video</source>
7366 <target state="translated">對動作</target> 7304 <target state="translated">對視頻的動作</target>
7367 <context-group purpose="location"> 7305 <context-group purpose="location">
7368 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 7306 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
7369 <context context-type="linenumber">1</context> 7307 <context context-type="linenumber">1</context>
@@ -7371,7 +7309,7 @@
7371 </trans-unit> 7309 </trans-unit>
7372 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 7310 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
7373 <source>Do you really want to delete this abuse report?</source> 7311 <source>Do you really want to delete this abuse report?</source>
7374 <target>您真的想要刪除這份濫用嗎?</target> 7312 <target>您真的想要刪除這份濫用報嗎?</target>
7375 <context-group name="null"> 7313 <context-group name="null">
7376 <context context-type="linenumber">1</context> 7314 <context context-type="linenumber">1</context>
7377 </context-group> 7315 </context-group>
@@ -7387,7 +7325,7 @@
7387 </trans-unit> 7325 </trans-unit>
7388 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611"> 7326 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
7389 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source> 7327 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
7390 <target>影片 <x id="INTERPOLATION" equiv-text="{{name}}"/> 已從黑名單中移除。</target> 7328 <target>視頻 <x id="INTERPOLATION" equiv-text="{{name}}"/> 已從黑名單中移除。</target>
7391 <context-group name="null"> 7329 <context-group name="null">
7392 <context context-type="linenumber">1</context> 7330 <context context-type="linenumber">1</context>
7393 </context-group> 7331 </context-group>
@@ -7395,7 +7333,7 @@
7395 </trans-unit> 7333 </trans-unit>
7396 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5"> 7334 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
7397 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source> 7335 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
7398 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> 部從黑名單中移除。</target> 7336 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> 部視頻已從黑名單中移除。</target>
7399 <context-group name="null"> 7337 <context-group name="null">
7400 <context context-type="linenumber">1</context> 7338 <context context-type="linenumber">1</context>
7401 </context-group> 7339 </context-group>
@@ -7419,7 +7357,7 @@
7419 </trans-unit> 7357 </trans-unit>
7420 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 7358 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
7421 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 7359 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
7422 <target>您真的想要從黑名單移除此?它將會再次出現在表中。</target> 7360 <target>您真的想要從黑名單移除此視頻嗎?它將會再次出現在視頻列表中。</target>
7423 <context-group name="null"> 7361 <context-group name="null">
7424 <context context-type="linenumber">1</context> 7362 <context context-type="linenumber">1</context>
7425 </context-group> 7363 </context-group>
@@ -7428,7 +7366,7 @@
7428 </trans-unit> 7366 </trans-unit>
7429 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f"> 7367 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
7430 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source> 7368 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
7431 <target>影片 <x id="INTERPOLATION" equiv-text="{{name}}"/> 已從黑名單中移除。</target> 7369 <target>視頻 <x id="INTERPOLATION" equiv-text="{{name}}"/> 已從黑名單中移除。</target>
7432 <context-group name="null"> 7370 <context-group name="null">
7433 <context context-type="linenumber">1</context> 7371 <context context-type="linenumber">1</context>
7434 </context-group> 7372 </context-group>
@@ -7493,7 +7431,7 @@
7493 </trans-unit> 7431 </trans-unit>
7494 <trans-unit id="b2e83b683cbef07c420a431ae679c52ebba8a8f0"> 7432 <trans-unit id="b2e83b683cbef07c420a431ae679c52ebba8a8f0">
7495 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source> 7433 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source>
7496 <target>請只安裝您信任的外掛程式或佈景主題,因為它們可能會在您的站臺上執行任何程式碼。</target> 7434 <target>請只安裝您信任的外掛程式或佈景主題,因為它們可能會在您的實例上執行任何程式碼。</target>
7497 <context-group name="null"> 7435 <context-group name="null">
7498 <context context-type="linenumber">1</context> 7436 <context context-type="linenumber">1</context>
7499 </context-group> 7437 </context-group>
@@ -7673,7 +7611,7 @@
7673 </trans-unit> 7611 </trans-unit>
7674 <trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html"> 7612 <trans-unit id="a3f529c8552196571418065c5b81a44ae2f94972" datatype="html">
7675 <source>Videos will be deleted, comments will be tombstoned.</source> 7613 <source>Videos will be deleted, comments will be tombstoned.</source>
7676 <target state="translated">影片與留言都將會被刪除。</target> 7614 <target state="translated">留言都將會被刪除。</target>
7677 <context-group purpose="location"> 7615 <context-group purpose="location">
7678 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 7616 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7679 <context context-type="linenumber">1</context> 7617 <context context-type="linenumber">1</context>
@@ -7685,7 +7623,7 @@
7685 </trans-unit> 7623 </trans-unit>
7686 <trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html"> 7624 <trans-unit id="319c89ebc6de62d35b794da23c9794af9b16514e" datatype="html">
7687 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source> 7625 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7688 <target state="translated">使用者將無法登入,但影片與留言將會保持原樣。</target> 7626 <target state="translated">使用者將無法登入,但留言將會保持原樣。</target>
7689 <context-group purpose="location"> 7627 <context-group purpose="location">
7690 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 7628 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7691 <context context-type="linenumber">1</context> 7629 <context context-type="linenumber">1</context>
@@ -7784,7 +7722,7 @@
7784 </trans-unit> 7722 </trans-unit>
7785 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c"> 7723 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
7786 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source> 7724 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
7787 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已解除靜音。</target> 7725 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已解除靜音。</target>
7788 <context-group name="null"> 7726 <context-group name="null">
7789 <context context-type="linenumber">1</context> 7727 <context context-type="linenumber">1</context>
7790 </context-group> 7728 </context-group>
@@ -7793,7 +7731,7 @@
7793 </trans-unit> 7731 </trans-unit>
7794 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f"> 7732 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
7795 <source>My videos history</source> 7733 <source>My videos history</source>
7796 <target>我的影片歷史紀錄</target> 7734 <target>我的視頻歷史紀錄</target>
7797 <context-group name="null"> 7735 <context-group name="null">
7798 <context context-type="linenumber">1</context> 7736 <context context-type="linenumber">1</context>
7799 </context-group> 7737 </context-group>
@@ -7801,7 +7739,7 @@
7801 </trans-unit> 7739 </trans-unit>
7802 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95"> 7740 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
7803 <source>Videos history is enabled</source> 7741 <source>Videos history is enabled</source>
7804 <target>影片歷史紀錄已啟用</target> 7742 <target>視頻歷史紀錄已啟用</target>
7805 <context-group name="null"> 7743 <context-group name="null">
7806 <context context-type="linenumber">1</context> 7744 <context context-type="linenumber">1</context>
7807 </context-group> 7745 </context-group>
@@ -7809,7 +7747,7 @@
7809 </trans-unit> 7747 </trans-unit>
7810 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013"> 7748 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
7811 <source>Videos history is disabled</source> 7749 <source>Videos history is disabled</source>
7812 <target>影片歷史紀錄已停用</target> 7750 <target>視頻歷史紀錄已停用</target>
7813 <context-group name="null"> 7751 <context-group name="null">
7814 <context context-type="linenumber">1</context> 7752 <context context-type="linenumber">1</context>
7815 </context-group> 7753 </context-group>
@@ -7817,7 +7755,7 @@
7817 </trans-unit> 7755 </trans-unit>
7818 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8"> 7756 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
7819 <source>Delete videos history</source> 7757 <source>Delete videos history</source>
7820 <target>刪除影片歷史紀錄</target> 7758 <target>刪除視頻歷史紀錄</target>
7821 <context-group name="null"> 7759 <context-group name="null">
7822 <context context-type="linenumber">1</context> 7760 <context context-type="linenumber">1</context>
7823 </context-group> 7761 </context-group>
@@ -7825,7 +7763,7 @@
7825 </trans-unit> 7763 </trans-unit>
7826 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4"> 7764 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
7827 <source>Are you sure you want to delete all your videos history?</source> 7765 <source>Are you sure you want to delete all your videos history?</source>
7828 <target>您確定您想要刪除您所有的影片歷史嗎?</target> 7766 <target>您確定您想要刪除您所有的視頻歷史記錄嗎?</target>
7829 <context-group name="null"> 7767 <context-group name="null">
7830 <context context-type="linenumber">1</context> 7768 <context context-type="linenumber">1</context>
7831 </context-group> 7769 </context-group>
@@ -7833,7 +7771,7 @@
7833 </trans-unit> 7771 </trans-unit>
7834 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164"> 7772 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
7835 <source>Videos history deleted</source> 7773 <source>Videos history deleted</source>
7836 <target>影片歷史已刪除</target> 7774 <target>視頻歷史記錄已刪除</target>
7837 <context-group name="null"> 7775 <context-group name="null">
7838 <context context-type="linenumber">1</context> 7776 <context context-type="linenumber">1</context>
7839 </context-group> 7777 </context-group>
@@ -7882,7 +7820,7 @@
7882 </trans-unit> 7820 </trans-unit>
7883 <trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html"> 7821 <trans-unit id="e814805b1d5d1d36eb28904b984ec9aaa8fed239" datatype="html">
7884 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source> 7822 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.</source>
7885 <target state="translated">您確定您想要刪除您的帳號嗎?這將會刪除您所有的資料,包含頻道、影片與留言。已被其他伺服器快取的內容與其他第三方可能需要更長的時間才會被刪除。</target> 7823 <target state="translated">您確定您想要刪除您的帳號嗎?這將會刪除您所有的資料,包含頻道、視頻與留言。已被其他伺服器快取的內容與其他第三方可能需要更長的時間才會被刪除。</target>
7886 <context-group purpose="location"> 7824 <context-group purpose="location">
7887 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 7825 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
7888 <context context-type="linenumber">1</context> 7826 <context context-type="linenumber">1</context>
@@ -7922,7 +7860,7 @@
7922 </trans-unit> 7860 </trans-unit>
7923 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585"> 7861 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
7924 <source>New video from your subscriptions</source> 7862 <source>New video from your subscriptions</source>
7925 <target>從您的訂閱而來的新影片</target> 7863 <target>從您的訂閱而來的新視頻</target>
7926 <context-group name="null"> 7864 <context-group name="null">
7927 <context context-type="linenumber">1</context> 7865 <context context-type="linenumber">1</context>
7928 </context-group> 7866 </context-group>
@@ -7930,7 +7868,7 @@
7930 </trans-unit> 7868 </trans-unit>
7931 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5"> 7869 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
7932 <source>New comment on your video</source> 7870 <source>New comment on your video</source>
7933 <target>您新留言</target> 7871 <target>您視頻的新留言</target>
7934 <context-group name="null"> 7872 <context-group name="null">
7935 <context context-type="linenumber">1</context> 7873 <context context-type="linenumber">1</context>
7936 </context-group> 7874 </context-group>
@@ -7938,7 +7876,7 @@
7938 </trans-unit> 7876 </trans-unit>
7939 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8"> 7877 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
7940 <source>New video abuse</source> 7878 <source>New video abuse</source>
7941 <target>新影片濫用</target> 7879 <target>新視頻濫用</target>
7942 <context-group name="null"> 7880 <context-group name="null">
7943 <context context-type="linenumber">1</context> 7881 <context context-type="linenumber">1</context>
7944 </context-group> 7882 </context-group>
@@ -7946,7 +7884,7 @@
7946 </trans-unit> 7884 </trans-unit>
7947 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47"> 7885 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
7948 <source>Video auto-blacklisted waiting review</source> 7886 <source>Video auto-blacklisted waiting review</source>
7949 <target>影片自動列入黑名單等待審閱</target> 7887 <target>動列入黑名單等待審閱</target>
7950 <context-group name="null"> 7888 <context-group name="null">
7951 <context context-type="linenumber">1</context> 7889 <context context-type="linenumber">1</context>
7952 </context-group> 7890 </context-group>
@@ -7954,7 +7892,7 @@
7954 </trans-unit> 7892 </trans-unit>
7955 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 7893 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
7956 <source>One of your video is blacklisted/unblacklisted</source> 7894 <source>One of your video is blacklisted/unblacklisted</source>
7957 <target>您的其中一部被加入黑名單/移出黑名單</target> 7895 <target>您的其中一部視頻已被加入黑名單/移出黑名單</target>
7958 <context-group name="null"> 7896 <context-group name="null">
7959 <context context-type="linenumber">1</context> 7897 <context context-type="linenumber">1</context>
7960 </context-group> 7898 </context-group>
@@ -7962,7 +7900,7 @@
7962 </trans-unit> 7900 </trans-unit>
7963 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc"> 7901 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
7964 <source>Video published (after transcoding/scheduled update)</source> 7902 <source>Video published (after transcoding/scheduled update)</source>
7965 <target>發佈(在轉碼/排定的更新後)</target> 7903 <target>視頻已發佈(在轉碼/排定的更新後)</target>
7966 <context-group name="null"> 7904 <context-group name="null">
7967 <context context-type="linenumber">1</context> 7905 <context context-type="linenumber">1</context>
7968 </context-group> 7906 </context-group>
@@ -7970,7 +7908,7 @@
7970 </trans-unit> 7908 </trans-unit>
7971 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4"> 7909 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
7972 <source>Video import finished</source> 7910 <source>Video import finished</source>
7973 <target>入完成</target> 7911 <target>視頻匯入完成</target>
7974 <context-group name="null"> 7912 <context-group name="null">
7975 <context context-type="linenumber">1</context> 7913 <context context-type="linenumber">1</context>
7976 </context-group> 7914 </context-group>
@@ -7978,7 +7916,7 @@
7978 </trans-unit> 7916 </trans-unit>
7979 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034"> 7917 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
7980 <source>A new user registered on your instance</source> 7918 <source>A new user registered on your instance</source>
7981 <target>您實上有新使用者註冊</target> 7919 <target>您實有新使用者註冊</target>
7982 <context-group name="null"> 7920 <context-group name="null">
7983 <context context-type="linenumber">1</context> 7921 <context context-type="linenumber">1</context>
7984 </context-group> 7922 </context-group>
@@ -7994,7 +7932,7 @@
7994 </trans-unit> 7932 </trans-unit>
7995 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b"> 7933 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
7996 <source>Someone mentioned you in video comments</source> 7934 <source>Someone mentioned you in video comments</source>
7997 <target>某人在言中提及您</target> 7935 <target>某人在視頻留言中提及您</target>
7998 <context-group name="null"> 7936 <context-group name="null">
7999 <context context-type="linenumber">1</context> 7937 <context context-type="linenumber">1</context>
8000 </context-group> 7938 </context-group>
@@ -8002,7 +7940,7 @@
8002 </trans-unit> 7940 </trans-unit>
8003 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f"> 7941 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f">
8004 <source>Your instance has a new follower</source> 7942 <source>Your instance has a new follower</source>
8005 <target>您的實有 1 個新的追蹤者</target> 7943 <target>您的實有 1 個新的追蹤者</target>
8006 <context-group name="null"> 7944 <context-group name="null">
8007 <context context-type="linenumber">1</context> 7945 <context context-type="linenumber">1</context>
8008 </context-group> 7946 </context-group>
@@ -8010,7 +7948,7 @@
8010 </trans-unit> 7948 </trans-unit>
8011 <trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869"> 7949 <trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869">
8012 <source>Your instance auto followed another instance</source> 7950 <source>Your instance auto followed another instance</source>
8013 <target>您的站臺已自動追蹤其他站臺</target> 7951 <target>您的自動追蹤其他實例</target>
8014 <context-group name="null"> 7952 <context-group name="null">
8015 <context context-type="linenumber">1</context> 7953 <context context-type="linenumber">1</context>
8016 </context-group> 7954 </context-group>
@@ -8051,7 +7989,7 @@
8051 </trans-unit> 7989 </trans-unit>
8052 <trans-unit id="732fe7ff80eca196d9825b0ca16134ce8101e93e"> 7990 <trans-unit id="732fe7ff80eca196d9825b0ca16134ce8101e93e">
8053 <source>Video settings updated.</source> 7991 <source>Video settings updated.</source>
8054 <target>影片設定已更新。</target> 7992 <target>定已更新。</target>
8055 <context-group name="null"> 7993 <context-group name="null">
8056 <context context-type="linenumber">1</context> 7994 <context context-type="linenumber">1</context>
8057 </context-group> 7995 </context-group>
@@ -8059,7 +7997,7 @@
8059 </trans-unit> 7997 </trans-unit>
8060 <trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html"> 7998 <trans-unit id="9763d47eba525cfe3f0007f99e70b1dbc5e20c46" datatype="html">
8061 <source>Display/Video settings updated.</source> 7999 <source>Display/Video settings updated.</source>
8062 <target state="translated">顯示/視定已更新。</target> 8000 <target state="translated">顯示/視設定已更新。</target>
8063 <context-group purpose="location"> 8001 <context-group purpose="location">
8064 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 8002 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
8065 <context context-type="linenumber">1</context> 8003 <context context-type="linenumber">1</context>
@@ -8067,7 +8005,7 @@
8067 </trans-unit> 8005 </trans-unit>
8068 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645"> 8006 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
8069 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source> 8007 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
8070 <target>影片頻道 <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target> 8008 <target> <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target>
8071 <context-group name="null"> 8009 <context-group name="null">
8072 <context context-type="linenumber">1</context> 8010 <context context-type="linenumber">1</context>
8073 </context-group> 8011 </context-group>
@@ -8075,7 +8013,7 @@
8075 </trans-unit> 8013 </trans-unit>
8076 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47"> 8014 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
8077 <source>This name already exists on this instance.</source> 8015 <source>This name already exists on this instance.</source>
8078 <target>此名稱已存在於此實上。</target> 8016 <target>此名稱已存在於此實。</target>
8079 <context-group name="null"> 8017 <context-group name="null">
8080 <context context-type="linenumber">1</context> 8018 <context context-type="linenumber">1</context>
8081 </context-group> 8019 </context-group>
@@ -8083,7 +8021,7 @@
8083 </trans-unit> 8021 </trans-unit>
8084 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 8022 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
8085 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 8023 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
8086 <target>影片頻道 <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target> 8024 <target> <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target>
8087 <context-group name="null"> 8025 <context-group name="null">
8088 <context context-type="linenumber">1</context> 8026 <context context-type="linenumber">1</context>
8089 </context-group> 8027 </context-group>
@@ -8091,7 +8029,7 @@
8091 </trans-unit> 8029 </trans-unit>
8092 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791"> 8030 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
8093 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source> 8031 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source>
8094 <target>您真的想要刪除 <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> 嗎?其將會刪除所有在此頻道上傳的影片,而您將無法建立相同名稱的頻道 (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target> 8032 <target>您真的想要刪除 <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> 嗎?其將會刪除所有在此頻道上傳的視頻,而您將無法建立相同名稱的頻道 (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target>
8095 <context-group name="null"> 8033 <context-group name="null">
8096 <context context-type="linenumber">1</context> 8034 <context context-type="linenumber">1</context>
8097 </context-group> 8035 </context-group>
@@ -8099,7 +8037,7 @@
8099 </trans-unit> 8037 </trans-unit>
8100 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99"> 8038 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
8101 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source> 8039 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
8102 <target>請輸入影片頻道的顯示名稱 (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) 以確認</target> 8040 <target>請輸入的顯示名稱 (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) 以確認</target>
8103 <context-group name="null"> 8041 <context-group name="null">
8104 <context context-type="linenumber">1</context> 8042 <context context-type="linenumber">1</context>
8105 </context-group> 8043 </context-group>
@@ -8107,7 +8045,7 @@
8107 </trans-unit> 8045 </trans-unit>
8108 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 8046 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
8109 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 8047 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
8110 <target>影片頻道 <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已刪除。</target> 8048 <target> <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已刪除。</target>
8111 <context-group name="null"> 8049 <context-group name="null">
8112 <context context-type="linenumber">1</context> 8050 <context context-type="linenumber">1</context>
8113 </context-group> 8051 </context-group>
@@ -8155,7 +8093,7 @@
8155 </trans-unit> 8093 </trans-unit>
8156 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 8094 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
8157 <source>My videos</source> 8095 <source>My videos</source>
8158 <target>我的影片</target> 8096 <target>我的視頻</target>
8159 <context-group name="null"> 8097 <context-group name="null">
8160 <context context-type="linenumber">1</context> 8098 <context context-type="linenumber">1</context>
8161 </context-group> 8099 </context-group>
@@ -8164,7 +8102,7 @@
8164 </trans-unit> 8102 </trans-unit>
8165 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 8103 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
8166 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 8104 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
8167 <target>您真的想要刪除 <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> ?</target> 8105 <target>您真的想要刪除 <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 視頻嗎?</target>
8168 <context-group name="null"> 8106 <context-group name="null">
8169 <context context-type="linenumber">1</context> 8107 <context context-type="linenumber">1</context>
8170 </context-group> 8108 </context-group>
@@ -8172,7 +8110,7 @@
8172 </trans-unit> 8110 </trans-unit>
8173 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 8111 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
8174 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 8112 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
8175 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 刪除。</target> 8113 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 視頻已刪除。</target>
8176 <context-group name="null"> 8114 <context-group name="null">
8177 <context context-type="linenumber">1</context> 8115 <context context-type="linenumber">1</context>
8178 </context-group> 8116 </context-group>
@@ -8188,7 +8126,7 @@
8188 </trans-unit> 8126 </trans-unit>
8189 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 8127 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
8190 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 8128 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
8191 <target>影片 <x id="INTERPOLATION" equiv-text="{{videoName}}"/> 已刪除。</target> 8129 <target>視頻 <x id="INTERPOLATION" equiv-text="{{videoName}}"/> 已刪除。</target>
8192 <context-group name="null"> 8130 <context-group name="null">
8193 <context context-type="linenumber">1</context> 8131 <context context-type="linenumber">1</context>
8194 </context-group> 8132 </context-group>
@@ -8308,7 +8246,7 @@
8308 </trans-unit> 8246 </trans-unit>
8309 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9"> 8247 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
8310 <source>Published videos</source> 8248 <source>Published videos</source>
8311 <target>已發佈的影片</target> 8249 <target>已發佈的視頻</target>
8312 <context-group name="null"> 8250 <context-group name="null">
8313 <context context-type="linenumber">1</context> 8251 <context context-type="linenumber">1</context>
8314 </context-group> 8252 </context-group>
@@ -8316,7 +8254,7 @@
8316 </trans-unit> 8254 </trans-unit>
8317 <trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html"> 8255 <trans-unit id="897e90115ad2bc3d07469e0d80bc6f390961723d" datatype="html">
8318 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source> 8256 <source>{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos} }</source>
8319 <target state="translated">{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> 部影片} }</target> 8257 <target state="translated">{VAR_PLURAL, plural, =1 {Published 1 video} other {Published <x id="INTERPOLATION" equiv-text="{{total}}"/> 部視頻} }</target>
8320 <context-group purpose="location"> 8258 <context-group purpose="location">
8321 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context> 8259 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
8322 <context context-type="linenumber">1</context> 8260 <context context-type="linenumber">1</context>
@@ -8333,7 +8271,7 @@
8333 </trans-unit> 8271 </trans-unit>
8334 <trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html"> 8272 <trans-unit id="33e9ca3aab38821eeaf966493df042d4202414df" datatype="html">
8335 <source>VIDEO PLAYLISTS</source> 8273 <source>VIDEO PLAYLISTS</source>
8336 <target state="translated">影片播放清單</target> 8274 <target state="translated">視頻播放清單</target>
8337 <context-group purpose="location"> 8275 <context-group purpose="location">
8338 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8276 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
8339 <context context-type="linenumber">1</context> 8277 <context context-type="linenumber">1</context>
@@ -8357,7 +8295,7 @@
8357 </trans-unit> 8295 </trans-unit>
8358 <trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81"> 8296 <trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81">
8359 <source>Go to the discover videos page</source> 8297 <source>Go to the discover videos page</source>
8360 <target>探索影片頁面</target> 8298 <target>探索面</target>
8361 <context-group name="null"> 8299 <context-group name="null">
8362 <context context-type="linenumber">1</context> 8300 <context context-type="linenumber">1</context>
8363 </context-group> 8301 </context-group>
@@ -8365,7 +8303,7 @@
8365 </trans-unit> 8303 </trans-unit>
8366 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0"> 8304 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
8367 <source>Go to the trending videos page</source> 8305 <source>Go to the trending videos page</source>
8368 <target>熱門影片頁面</target> 8306 <target>熱門面</target>
8369 <context-group name="null"> 8307 <context-group name="null">
8370 <context context-type="linenumber">1</context> 8308 <context context-type="linenumber">1</context>
8371 </context-group> 8309 </context-group>
@@ -8373,7 +8311,7 @@
8373 </trans-unit> 8311 </trans-unit>
8374 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d"> 8312 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
8375 <source>Go to the recently added videos page</source> 8313 <source>Go to the recently added videos page</source>
8376 <target>最近新增影片頁面</target> 8314 <target>最近新增面</target>
8377 <context-group name="null"> 8315 <context-group name="null">
8378 <context context-type="linenumber">1</context> 8316 <context context-type="linenumber">1</context>
8379 </context-group> 8317 </context-group>
@@ -8381,7 +8319,7 @@
8381 </trans-unit> 8319 </trans-unit>
8382 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5"> 8320 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
8383 <source>Go to the local videos page</source> 8321 <source>Go to the local videos page</source>
8384 <target>本地影片頁面</target> 8322 <target>本地面</target>
8385 <context-group name="null"> 8323 <context-group name="null">
8386 <context context-type="linenumber">1</context> 8324 <context context-type="linenumber">1</context>
8387 </context-group> 8325 </context-group>
@@ -8389,7 +8327,7 @@
8389 </trans-unit> 8327 </trans-unit>
8390 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba"> 8328 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
8391 <source>Go to the videos upload page</source> 8329 <source>Go to the videos upload page</source>
8392 <target>上傳頁面</target> 8330 <target>往視頻上傳頁面</target>
8393 <context-group name="null"> 8331 <context-group name="null">
8394 <context context-type="linenumber">1</context> 8332 <context context-type="linenumber">1</context>
8395 </context-group> 8333 </context-group>
@@ -8397,7 +8335,7 @@
8397 </trans-unit> 8335 </trans-unit>
8398 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2"> 8336 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
8399 <source>Go to my subscriptions</source> 8337 <source>Go to my subscriptions</source>
8400 <target>我的訂閱</target> 8338 <target>我的訂閱</target>
8401 <context-group name="null"> 8339 <context-group name="null">
8402 <context context-type="linenumber">1</context> 8340 <context context-type="linenumber">1</context>
8403 </context-group> 8341 </context-group>
@@ -8405,7 +8343,7 @@
8405 </trans-unit> 8343 </trans-unit>
8406 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1"> 8344 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
8407 <source>Go to my videos</source> 8345 <source>Go to my videos</source>
8408 <target>我的影片</target> 8346 <target>我的視頻</target>
8409 <context-group name="null"> 8347 <context-group name="null">
8410 <context context-type="linenumber">1</context> 8348 <context context-type="linenumber">1</context>
8411 </context-group> 8349 </context-group>
@@ -8413,7 +8351,7 @@
8413 </trans-unit> 8351 </trans-unit>
8414 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7"> 8352 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
8415 <source>Go to my imports</source> 8353 <source>Go to my imports</source>
8416 <target>們的匯入</target> 8354 <target>的匯入</target>
8417 <context-group name="null"> 8355 <context-group name="null">
8418 <context context-type="linenumber">1</context> 8356 <context context-type="linenumber">1</context>
8419 </context-group> 8357 </context-group>
@@ -8421,7 +8359,7 @@
8421 </trans-unit> 8359 </trans-unit>
8422 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390"> 8360 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
8423 <source>Go to my channels</source> 8361 <source>Go to my channels</source>
8424 <target>我的頻道</target> 8362 <target>我的頻道</target>
8425 <context-group name="null"> 8363 <context-group name="null">
8426 <context context-type="linenumber">1</context> 8364 <context context-type="linenumber">1</context>
8427 </context-group> 8365 </context-group>
@@ -8763,7 +8701,7 @@
8763 </trans-unit> 8701 </trans-unit>
8764 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323"> 8702 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
8765 <source>Instance name is required.</source> 8703 <source>Instance name is required.</source>
8766 <target>實名稱必填。</target> 8704 <target>實名稱必填。</target>
8767 <context-group name="null"> 8705 <context-group name="null">
8768 <context context-type="linenumber">1</context> 8706 <context context-type="linenumber">1</context>
8769 </context-group> 8707 </context-group>
@@ -9071,7 +9009,7 @@
9071 </trans-unit> 9009 </trans-unit>
9072 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf"> 9010 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
9073 <source>Video quota is required.</source> 9011 <source>Video quota is required.</source>
9074 <target>影片配額必填。</target> 9012 <target>額必填。</target>
9075 <context-group name="null"> 9013 <context-group name="null">
9076 <context context-type="linenumber">1</context> 9014 <context context-type="linenumber">1</context>
9077 </context-group> 9015 </context-group>
@@ -9131,7 +9069,7 @@
9131 </trans-unit> 9069 </trans-unit>
9132 <trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524"> 9070 <trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524">
9133 <source>You must agree with the instance terms in order to register on it.</source> 9071 <source>You must agree with the instance terms in order to register on it.</source>
9134 <target>您必須同意站臺條款以在其上註冊。</target> 9072 <target>您必須同意實例條款以在其上註冊。</target>
9135 <context-group name="null"> 9073 <context-group name="null">
9136 <context context-type="linenumber">1</context> 9074 <context context-type="linenumber">1</context>
9137 </context-group> 9075 </context-group>
@@ -9184,7 +9122,7 @@
9184 </trans-unit> 9122 </trans-unit>
9185 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6"> 9123 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
9186 <source>Report reason is required.</source> 9124 <source>Report reason is required.</source>
9187 <target>理由必填。</target> 9125 <target>報理由必填。</target>
9188 <context-group name="null"> 9126 <context-group name="null">
9189 <context context-type="linenumber">1</context> 9127 <context context-type="linenumber">1</context>
9190 </context-group> 9128 </context-group>
@@ -9192,7 +9130,7 @@
9192 </trans-unit> 9130 </trans-unit>
9193 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e"> 9131 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
9194 <source>Report reason must be at least 2 characters long.</source> 9132 <source>Report reason must be at least 2 characters long.</source>
9195 <target>理由必須至少 2 個字元長。</target> 9133 <target>報理由必須至少 2 個字元長。</target>
9196 <context-group name="null"> 9134 <context-group name="null">
9197 <context context-type="linenumber">1</context> 9135 <context context-type="linenumber">1</context>
9198 </context-group> 9136 </context-group>
@@ -9200,7 +9138,7 @@
9200 </trans-unit> 9138 </trans-unit>
9201 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa"> 9139 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
9202 <source>Report reason cannot be more than 3000 characters long.</source> 9140 <source>Report reason cannot be more than 3000 characters long.</source>
9203 <target>理由不能多於 3000 個字元。</target> 9141 <target>報理由不能多於 3000 個字元。</target>
9204 <context-group name="null"> 9142 <context-group name="null">
9205 <context context-type="linenumber">1</context> 9143 <context context-type="linenumber">1</context>
9206 </context-group> 9144 </context-group>
@@ -9256,7 +9194,7 @@
9256 </trans-unit> 9194 </trans-unit>
9257 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e"> 9195 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
9258 <source>Video caption language is required.</source> 9196 <source>Video caption language is required.</source>
9259 <target>幕語言必填。</target> 9197 <target>視頻字幕語言必填。</target>
9260 <context-group name="null"> 9198 <context-group name="null">
9261 <context context-type="linenumber">1</context> 9199 <context context-type="linenumber">1</context>
9262 </context-group> 9200 </context-group>
@@ -9264,7 +9202,7 @@
9264 </trans-unit> 9202 </trans-unit>
9265 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963"> 9203 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
9266 <source>Video caption file is required.</source> 9204 <source>Video caption file is required.</source>
9267 <target>幕檔案必填。</target> 9205 <target>視頻字幕檔案必填。</target>
9268 <context-group name="null"> 9206 <context-group name="null">
9269 <context context-type="linenumber">1</context> 9207 <context context-type="linenumber">1</context>
9270 </context-group> 9208 </context-group>
@@ -9384,7 +9322,7 @@
9384 </trans-unit> 9322 </trans-unit>
9385 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 9323 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
9386 <source>Video name is required.</source> 9324 <source>Video name is required.</source>
9387 <target>稱為必填。</target> 9325 <target>視頻名稱為必填。</target>
9388 <context-group name="null"> 9326 <context-group name="null">
9389 <context context-type="linenumber">1</context> 9327 <context context-type="linenumber">1</context>
9390 </context-group> 9328 </context-group>
@@ -9392,7 +9330,7 @@
9392 </trans-unit> 9330 </trans-unit>
9393 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c"> 9331 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
9394 <source>Video name must be at least 3 characters long.</source> 9332 <source>Video name must be at least 3 characters long.</source>
9395 <target>稱必須至少 3 個字元長。</target> 9333 <target>視頻名稱必須至少 3 個字元長。</target>
9396 <context-group name="null"> 9334 <context-group name="null">
9397 <context context-type="linenumber">1</context> 9335 <context context-type="linenumber">1</context>
9398 </context-group> 9336 </context-group>
@@ -9400,7 +9338,7 @@
9400 </trans-unit> 9338 </trans-unit>
9401 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695"> 9339 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
9402 <source>Video name cannot be more than 120 characters long.</source> 9340 <source>Video name cannot be more than 120 characters long.</source>
9403 <target>稱不能多於 120 個字元長。</target> 9341 <target>視頻名稱不能多於 120 個字元長。</target>
9404 <context-group name="null"> 9342 <context-group name="null">
9405 <context context-type="linenumber">1</context> 9343 <context context-type="linenumber">1</context>
9406 </context-group> 9344 </context-group>
@@ -9408,7 +9346,7 @@
9408 </trans-unit> 9346 </trans-unit>
9409 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4"> 9347 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
9410 <source>Video privacy is required.</source> 9348 <source>Video privacy is required.</source>
9411 <target>影片隱私為必填。</target> 9349 <target>私為必填。</target>
9412 <context-group name="null"> 9350 <context-group name="null">
9413 <context context-type="linenumber">1</context> 9351 <context context-type="linenumber">1</context>
9414 </context-group> 9352 </context-group>
@@ -9416,7 +9354,7 @@
9416 </trans-unit> 9354 </trans-unit>
9417 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16"> 9355 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
9418 <source>Video channel is required.</source> 9356 <source>Video channel is required.</source>
9419 <target>影片頻道為必填。</target> 9357 <target>為必填。</target>
9420 <context-group name="null"> 9358 <context-group name="null">
9421 <context context-type="linenumber">1</context> 9359 <context context-type="linenumber">1</context>
9422 </context-group> 9360 </context-group>
@@ -9424,7 +9362,7 @@
9424 </trans-unit> 9362 </trans-unit>
9425 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef"> 9363 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
9426 <source>Video description must be at least 3 characters long.</source> 9364 <source>Video description must be at least 3 characters long.</source>
9427 <target>影片描述必須至少 3 個字元長。</target> 9365 <target>視頻描述必須至少 3 個字元長。</target>
9428 <context-group name="null"> 9366 <context-group name="null">
9429 <context context-type="linenumber">1</context> 9367 <context context-type="linenumber">1</context>
9430 </context-group> 9368 </context-group>
@@ -9432,7 +9370,7 @@
9432 </trans-unit> 9370 </trans-unit>
9433 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906"> 9371 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
9434 <source>Video description cannot be more than 10000 characters long.</source> 9372 <source>Video description cannot be more than 10000 characters long.</source>
9435 <target>影片描述不能多於 10000 個字元。</target> 9373 <target>視頻描述不能多於 10000 個字元。</target>
9436 <context-group name="null"> 9374 <context-group name="null">
9437 <context context-type="linenumber">1</context> 9375 <context context-type="linenumber">1</context>
9438 </context-group> 9376 </context-group>
@@ -9456,7 +9394,7 @@
9456 </trans-unit> 9394 </trans-unit>
9457 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6"> 9395 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
9458 <source>Video support must be at least 3 characters long.</source> 9396 <source>Video support must be at least 3 characters long.</source>
9459 <target>影片支援必須至少 3 個字元長。</target> 9397 <target>視頻支援必須至少 3 個字元長。</target>
9460 <context-group name="null"> 9398 <context-group name="null">
9461 <context context-type="linenumber">1</context> 9399 <context context-type="linenumber">1</context>
9462 </context-group> 9400 </context-group>
@@ -9464,7 +9402,7 @@
9464 </trans-unit> 9402 </trans-unit>
9465 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad"> 9403 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
9466 <source>Video support cannot be more than 1000 characters long.</source> 9404 <source>Video support cannot be more than 1000 characters long.</source>
9467 <target>影片支援不能超過 1000 的字元長。</target> 9405 <target>視頻支援不能超過 1000 的字元長。</target>
9468 <context-group name="null"> 9406 <context-group name="null">
9469 <context context-type="linenumber">1</context> 9407 <context context-type="linenumber">1</context>
9470 </context-group> 9408 </context-group>
@@ -9472,7 +9410,7 @@
9472 </trans-unit> 9410 </trans-unit>
9473 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0"> 9411 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
9474 <source>A date is required to schedule video update.</source> 9412 <source>A date is required to schedule video update.</source>
9475 <target>日期為排定影片更新必填。</target> 9413 <target>日期為排定視頻更新必填。</target>
9476 <context-group name="null"> 9414 <context-group name="null">
9477 <context context-type="linenumber">1</context> 9415 <context context-type="linenumber">1</context>
9478 </context-group> 9416 </context-group>
@@ -9939,7 +9877,7 @@
9939 </trans-unit> 9877 </trans-unit>
9940 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86"> 9878 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
9941 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source> 9879 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
9942 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> 的 Full HD 影片</target> 9880 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> 的 Full HD 視頻</target>
9943 <context-group name="null"> 9881 <context-group name="null">
9944 <context context-type="linenumber">1</context> 9882 <context context-type="linenumber">1</context>
9945 </context-group> 9883 </context-group>
@@ -9947,7 +9885,7 @@
9947 </trans-unit> 9885 </trans-unit>
9948 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8"> 9886 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
9949 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source> 9887 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
9950 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> 的 HD 影片</target> 9888 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> 的 HD 視頻</target>
9951 <context-group name="null"> 9889 <context-group name="null">
9952 <context context-type="linenumber">1</context> 9890 <context context-type="linenumber">1</context>
9953 </context-group> 9891 </context-group>
@@ -9955,7 +9893,7 @@
9955 </trans-unit> 9893 </trans-unit>
9956 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5"> 9894 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
9957 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source> 9895 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
9958 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> 的平均畫質影片</target> 9896 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> 的平均畫質視頻</target>
9959 <context-group name="null"> 9897 <context-group name="null">
9960 <context context-type="linenumber">1</context> 9898 <context context-type="linenumber">1</context>
9961 </context-group> 9899 </context-group>
@@ -10075,7 +10013,7 @@
10075 </trans-unit> 10013 </trans-unit>
10076 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6"> 10014 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
10077 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source> 10015 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
10078 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已解除靜音。</target> 10016 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已解除靜音。</target>
10079 <context-group name="null"> 10017 <context-group name="null">
10080 <context context-type="linenumber">1</context> 10018 <context context-type="linenumber">1</context>
10081 </context-group> 10019 </context-group>
@@ -10083,7 +10021,7 @@
10083 </trans-unit> 10021 </trans-unit>
10084 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499"> 10022 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
10085 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 10023 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
10086 <target>帳號 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 已被實音。</target> 10024 <target>帳號 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 已被實靜音。</target>
10087 <context-group name="null"> 10025 <context-group name="null">
10088 <context context-type="linenumber">1</context> 10026 <context context-type="linenumber">1</context>
10089 </context-group> 10027 </context-group>
@@ -10100,7 +10038,7 @@
10100 </trans-unit> 10038 </trans-unit>
10101 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html"> 10039 <trans-unit id="ecc473396f70a6ba41411c9449320f9e8d4cfbcf" datatype="html">
10102 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source> 10040 <source>Server <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
10103 <target state="translated">伺服器 <x id="INTERPOLATION" equiv-text="{{host}}"/> 由站靜音。</target> 10041 <target state="translated">伺服器 <x id="INTERPOLATION" equiv-text="{{host}}"/> 實例靜音。</target>
10104 <context-group purpose="location"> 10042 <context-group purpose="location">
10105 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10043 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10106 <context context-type="linenumber">1</context> 10044 <context context-type="linenumber">1</context>
@@ -10108,7 +10046,7 @@
10108 </trans-unit> 10046 </trans-unit>
10109 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 10047 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
10110 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 10048 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
10111 <target>帳號 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 已被實解除靜音。</target> 10049 <target>帳號 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 已被實解除靜音。</target>
10112 <context-group name="null"> 10050 <context-group name="null">
10113 <context context-type="linenumber">1</context> 10051 <context context-type="linenumber">1</context>
10114 </context-group> 10052 </context-group>
@@ -10116,7 +10054,7 @@
10116 </trans-unit> 10054 </trans-unit>
10117 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830"> 10055 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
10118 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source> 10056 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
10119 <target>實<x id="INTERPOLATION" equiv-text="{{host}}"/> 已被實音。</target> 10057 <target>實<x id="INTERPOLATION" equiv-text="{{host}}"/> 已被實靜音。</target>
10120 <context-group name="null"> 10058 <context-group name="null">
10121 <context context-type="linenumber">1</context> 10059 <context context-type="linenumber">1</context>
10122 </context-group> 10060 </context-group>
@@ -10124,7 +10062,7 @@
10124 </trans-unit> 10062 </trans-unit>
10125 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f"> 10063 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
10126 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source> 10064 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
10127 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已被實解除靜音。</target> 10065 <target>實 <x id="INTERPOLATION" equiv-text="{{host}}"/> 已被實解除靜音。</target>
10128 <context-group name="null"> 10066 <context-group name="null">
10129 <context context-type="linenumber">1</context> 10067 <context context-type="linenumber">1</context>
10130 </context-group> 10068 </context-group>
@@ -10164,7 +10102,7 @@
10164 </trans-unit> 10102 </trans-unit>
10165 <trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html"> 10103 <trans-unit id="f7044a58ed834f7380eaac0e670dc817b19d9209" datatype="html">
10166 <source>Allow the user to login and create videos/comments again</source> 10104 <source>Allow the user to login and create videos/comments again</source>
10167 <target state="translated">再次允許使用者登入並建立影片/留言</target> 10105 <target state="translated">再次允許使用者登入並建立視頻/留言</target>
10168 <context-group purpose="location"> 10106 <context-group purpose="location">
10169 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10107 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10170 <context context-type="linenumber">1</context> 10108 <context context-type="linenumber">1</context>
@@ -10204,7 +10142,7 @@
10204 </trans-unit> 10142 </trans-unit>
10205 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d"> 10143 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
10206 <source>Mute the instance</source> 10144 <source>Mute the instance</source>
10207 <target>靜音實</target> 10145 <target>靜音實</target>
10208 <context-group name="null"> 10146 <context-group name="null">
10209 <context context-type="linenumber">1</context> 10147 <context context-type="linenumber">1</context>
10210 </context-group> 10148 </context-group>
@@ -10212,7 +10150,7 @@
10212 </trans-unit> 10150 </trans-unit>
10213 <trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html"> 10151 <trans-unit id="b67a9b47f49012501f2aa71c74d7fccc9e331cdb" datatype="html">
10214 <source>Hide any content from that instance for you.</source> 10152 <source>Hide any content from that instance for you.</source>
10215 <target state="translated">對您隱藏此任何內容。</target> 10153 <target state="translated">對您隱藏此實例的任何內容。</target>
10216 <context-group purpose="location"> 10154 <context-group purpose="location">
10217 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10155 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10218 <context context-type="linenumber">1</context> 10156 <context context-type="linenumber">1</context>
@@ -10220,7 +10158,7 @@
10220 </trans-unit> 10158 </trans-unit>
10221 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9"> 10159 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
10222 <source>Unmute the instance</source> 10160 <source>Unmute the instance</source>
10223 <target>解除靜音實</target> 10161 <target>解除靜音實</target>
10224 <context-group name="null"> 10162 <context-group name="null">
10225 <context context-type="linenumber">1</context> 10163 <context context-type="linenumber">1</context>
10226 </context-group> 10164 </context-group>
@@ -10228,7 +10166,7 @@
10228 </trans-unit> 10166 </trans-unit>
10229 <trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html"> 10167 <trans-unit id="7e80d54718404d853b9e51a3b8d5210a2bedaf6f" datatype="html">
10230 <source>Show back content from that instance for you.</source> 10168 <source>Show back content from that instance for you.</source>
10231 <target state="translated">對您顯示該內容。</target> 10169 <target state="translated">對您顯示該實例的內容。</target>
10232 <context-group purpose="location"> 10170 <context-group purpose="location">
10233 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10171 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10234 <context context-type="linenumber">1</context> 10172 <context context-type="linenumber">1</context>
@@ -10236,7 +10174,7 @@
10236 </trans-unit> 10174 </trans-unit>
10237 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10175 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10238 <source>Mute this account by your instance</source> 10176 <source>Mute this account by your instance</source>
10239 <target>您的實音此帳號</target> 10177 <target>您的實靜音此帳號</target>
10240 <context-group name="null"> 10178 <context-group name="null">
10241 <context context-type="linenumber">1</context> 10179 <context context-type="linenumber">1</context>
10242 </context-group> 10180 </context-group>
@@ -10244,7 +10182,7 @@
10244 </trans-unit> 10182 </trans-unit>
10245 <trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html"> 10183 <trans-unit id="ec993f2e1ecd979ff28871591b6f253afb3b3138" datatype="html">
10246 <source>Hide any content from that user for you, your instance and its users.</source> 10184 <source>Hide any content from that user for you, your instance and its users.</source>
10247 <target state="translated">對您、您的其使用者隱藏此使用者的任何內容。</target> 10185 <target state="translated">對您、您的實例與其使用者隱藏此使用者的任何內容。</target>
10248 <context-group purpose="location"> 10186 <context-group purpose="location">
10249 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10187 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10250 <context context-type="linenumber">1</context> 10188 <context context-type="linenumber">1</context>
@@ -10252,7 +10190,7 @@
10252 </trans-unit> 10190 </trans-unit>
10253 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957"> 10191 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
10254 <source>Unmute this account by your instance</source> 10192 <source>Unmute this account by your instance</source>
10255 <target>您的實解除靜音此帳號</target> 10193 <target>您的實解除靜音此帳號</target>
10256 <context-group name="null"> 10194 <context-group name="null">
10257 <context context-type="linenumber">1</context> 10195 <context context-type="linenumber">1</context>
10258 </context-group> 10196 </context-group>
@@ -10260,7 +10198,7 @@
10260 </trans-unit> 10198 </trans-unit>
10261 <trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html"> 10199 <trans-unit id="a50c42119c5ffaa4ecb61e996c432f1ab0f8d0ff" datatype="html">
10262 <source>Show back content from that user for you, your instance and its users.</source> 10200 <source>Show back content from that user for you, your instance and its users.</source>
10263 <target state="translated">對您、您的其使用者顯示該使用者的內容。</target> 10201 <target state="translated">對您、您的實例與其使用者顯示該使用者的內容。</target>
10264 <context-group purpose="location"> 10202 <context-group purpose="location">
10265 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10203 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10266 <context context-type="linenumber">1</context> 10204 <context context-type="linenumber">1</context>
@@ -10268,7 +10206,7 @@
10268 </trans-unit> 10206 </trans-unit>
10269 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178"> 10207 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
10270 <source>Mute the instance by your instance</source> 10208 <source>Mute the instance by your instance</source>
10271 <target>您的實音此實</target> 10209 <target>您的實靜音此實</target>
10272 <context-group name="null"> 10210 <context-group name="null">
10273 <context context-type="linenumber">1</context> 10211 <context context-type="linenumber">1</context>
10274 </context-group> 10212 </context-group>
@@ -10276,7 +10214,7 @@
10276 </trans-unit> 10214 </trans-unit>
10277 <trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html"> 10215 <trans-unit id="1a4ed1f8e28636212f1bcf06c36644d2627b682a" datatype="html">
10278 <source>Hide any content from that instance for you, your instance and its users.</source> 10216 <source>Hide any content from that instance for you, your instance and its users.</source>
10279 <target state="translated">對您、您的其使用者隱藏此任何內容。</target> 10217 <target state="translated">對您、您的實例與其使用者隱藏此實例的任何內容。</target>
10280 <context-group purpose="location"> 10218 <context-group purpose="location">
10281 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10219 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10282 <context context-type="linenumber">1</context> 10220 <context context-type="linenumber">1</context>
@@ -10284,7 +10222,7 @@
10284 </trans-unit> 10222 </trans-unit>
10285 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a"> 10223 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
10286 <source>Unmute the instance by your instance</source> 10224 <source>Unmute the instance by your instance</source>
10287 <target>您的實解除靜音此實</target> 10225 <target>您的實解除靜音此實</target>
10288 <context-group name="null"> 10226 <context-group name="null">
10289 <context context-type="linenumber">1</context> 10227 <context context-type="linenumber">1</context>
10290 </context-group> 10228 </context-group>
@@ -10292,7 +10230,7 @@
10292 </trans-unit> 10230 </trans-unit>
10293 <trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html"> 10231 <trans-unit id="d97d7d9b0c359f7b900652b547678841369691b1" datatype="html">
10294 <source>Show back content from that instance for you, your instance and its users.</source> 10232 <source>Show back content from that instance for you, your instance and its users.</source>
10295 <target state="translated">對您、您的其使用者顯示該內容。</target> 10233 <target state="translated">對您、您的實例與其使用者顯示該實例的內容。</target>
10296 <context-group purpose="location"> 10234 <context-group purpose="location">
10297 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10235 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10298 <context context-type="linenumber">1</context> 10236 <context context-type="linenumber">1</context>
@@ -10332,7 +10270,7 @@
10332 </trans-unit> 10270 </trans-unit>
10333 <trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html"> 10271 <trans-unit id="4104d2ac06bd0103868795086100a871c8dbeb49" datatype="html">
10334 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source> 10272 <source>Subscribed to all current channels of <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
10335 <target state="translated">訂閱 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 目前的所有頻道。您將會收到它們所有的新影片。</target> 10273 <target state="translated">訂閱 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> 目前的所有頻道。您將會收到它們所有的新視頻。</target>
10336 <context-group purpose="location"> 10274 <context-group purpose="location">
10337 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 10275 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
10338 <context context-type="linenumber">1</context> 10276 <context context-type="linenumber">1</context>
@@ -10340,7 +10278,7 @@
10340 </trans-unit> 10278 </trans-unit>
10341 <trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html"> 10279 <trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
10342 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source> 10280 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
10343 <target state="translated">訂閱 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>。您將會收到它們所有的新影片。</target> 10281 <target state="translated">訂閱 <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>。您將會收到它們所有的新視頻。</target>
10344 <context-group purpose="location"> 10282 <context-group purpose="location">
10345 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 10283 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
10346 <context context-type="linenumber">1</context> 10284 <context context-type="linenumber">1</context>
@@ -10380,7 +10318,7 @@
10380 </trans-unit> 10318 </trans-unit>
10381 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf"> 10319 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
10382 <source>Moderator</source> 10320 <source>Moderator</source>
10383 <target>主持人</target> 10321 <target>調解員</target>
10384 <context-group name="null"> 10322 <context-group name="null">
10385 <context context-type="linenumber">1</context> 10323 <context context-type="linenumber">1</context>
10386 </context-group> 10324 </context-group>
@@ -10388,7 +10326,7 @@
10388 </trans-unit> 10326 </trans-unit>
10389 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78"> 10327 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
10390 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source> 10328 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
10391 <target>從 <x id="INTERPOLATION" equiv-text="{{name}}"/> 移除</target> 10329 <target>視頻已從 <x id="INTERPOLATION" equiv-text="{{name}}"/> 移除</target>
10392 <context-group name="null"> 10330 <context-group name="null">
10393 <context context-type="linenumber">1</context> 10331 <context context-type="linenumber">1</context>
10394 </context-group> 10332 </context-group>
@@ -10397,7 +10335,7 @@
10397 </trans-unit> 10335 </trans-unit>
10398 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de"> 10336 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
10399 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source> 10337 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
10400 <target>影片新增於 <x id="INTERPOLATION" equiv-text="{{n}}"/> 在時間戳 <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target> 10338 <target>視頻新增於 <x id="INTERPOLATION" equiv-text="{{n}}"/> 在時間戳 <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
10401 <context-group name="null"> 10339 <context-group name="null">
10402 <context context-type="linenumber">1</context> 10340 <context context-type="linenumber">1</context>
10403 </context-group> 10341 </context-group>
@@ -10405,7 +10343,7 @@
10405 </trans-unit> 10343 </trans-unit>
10406 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f"> 10344 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
10407 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source> 10345 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
10408 <target>新增於 <x id="INTERPOLATION" equiv-text="{{n}}"/></target> 10346 <target>視頻已新增於 <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
10409 <context-group name="null"> 10347 <context-group name="null">
10410 <context context-type="linenumber">1</context> 10348 <context context-type="linenumber">1</context>
10411 </context-group> 10349 </context-group>
@@ -10446,7 +10384,7 @@
10446 </trans-unit> 10384 </trans-unit>
10447 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 10385 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
10448 <source>Video blacklisted.</source> 10386 <source>Video blacklisted.</source>
10449 <target>被加入黑名單。</target> 10387 <target>視頻已被加入黑名單。</target>
10450 <context-group name="null"> 10388 <context-group name="null">
10451 <context context-type="linenumber">1</context> 10389 <context context-type="linenumber">1</context>
10452 </context-group> 10390 </context-group>
@@ -10455,7 +10393,7 @@
10455 </trans-unit> 10393 </trans-unit>
10456 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html"> 10394 <trans-unit id="c93a80b6a7d903886843ac3719b34b1794de171f" datatype="html">
10457 <source>Unblacklist video</source> 10395 <source>Unblacklist video</source>
10458 <target state="translated">取消影片黑名單</target> 10396 <target state="translated">取消名單</target>
10459 <context-group purpose="location"> 10397 <context-group purpose="location">
10460 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10398 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10461 <context context-type="linenumber">1</context> 10399 <context context-type="linenumber">1</context>
@@ -10463,7 +10401,7 @@
10463 </trans-unit> 10401 </trans-unit>
10464 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html"> 10402 <trans-unit id="9382291d6ebed56e5ae95e020d6b91f39cff468a" datatype="html">
10465 <source>Video unblacklisted.</source> 10403 <source>Video unblacklisted.</source>
10466 <target state="translated">解除黑名單。</target> 10404 <target state="translated">視頻已解除黑名單。</target>
10467 <context-group purpose="location"> 10405 <context-group purpose="location">
10468 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10406 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10469 <context context-type="linenumber">1</context> 10407 <context context-type="linenumber">1</context>
@@ -10471,7 +10409,7 @@
10471 </trans-unit> 10409 </trans-unit>
10472 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html"> 10410 <trans-unit id="19e5e5956502d977d5dd28fe86cee763d5db2b77" datatype="html">
10473 <source>Delete video</source> 10411 <source>Delete video</source>
10474 <target state="translated">刪除影片</target> 10412 <target state="translated">刪除視頻</target>
10475 <context-group purpose="location"> 10413 <context-group purpose="location">
10476 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10414 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10477 <context context-type="linenumber">1</context> 10415 <context context-type="linenumber">1</context>
@@ -10532,7 +10470,7 @@
10532 </trans-unit> 10470 </trans-unit>
10533 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50"> 10471 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
10534 <source>Video reported.</source> 10472 <source>Video reported.</source>
10535 <target>。</target> 10473 <target>視頻報。</target>
10536 <context-group name="null"> 10474 <context-group name="null">
10537 <context context-type="linenumber">1</context> 10475 <context context-type="linenumber">1</context>
10538 </context-group> 10476 </context-group>
@@ -10540,7 +10478,7 @@
10540 </trans-unit> 10478 </trans-unit>
10541 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95"> 10479 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
10542 <source>Do you really want to delete this video?</source> 10480 <source>Do you really want to delete this video?</source>
10543 <target>您真的想要刪除此?</target> 10481 <target>您真的想要刪除此視頻嗎?</target>
10544 <context-group name="null"> 10482 <context-group name="null">
10545 <context context-type="linenumber">1</context> 10483 <context context-type="linenumber">1</context>
10546 </context-group> 10484 </context-group>
@@ -10549,7 +10487,7 @@
10549 </trans-unit> 10487 </trans-unit>
10550 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html"> 10488 <trans-unit id="a36503b80133639322bcdb973f78bcadbd86b798" datatype="html">
10551 <source>Video deleted.</source> 10489 <source>Video deleted.</source>
10552 <target state="translated">刪除。</target> 10490 <target state="translated">視頻已刪除。</target>
10553 <context-group purpose="location"> 10491 <context-group purpose="location">
10554 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10492 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10555 <context context-type="linenumber">1</context> 10493 <context context-type="linenumber">1</context>
@@ -10557,7 +10495,7 @@
10557 </trans-unit> 10495 </trans-unit>
10558 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html"> 10496 <trans-unit id="f145e822837d0d1f741db7540dc6cb1cdacd8220" datatype="html">
10559 <source>Actions for the reporter</source> 10497 <source>Actions for the reporter</source>
10560 <target state="translated">者的行動</target> 10498 <target state="translated">報者的行動</target>
10561 <context-group purpose="location"> 10499 <context-group purpose="location">
10562 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10500 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10563 <context context-type="linenumber">1</context> 10501 <context context-type="linenumber">1</context>
@@ -10565,7 +10503,7 @@
10565 </trans-unit> 10503 </trans-unit>
10566 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html"> 10504 <trans-unit id="2c33a2bd1e9f50f870366f281ff903cedf9b6a53" datatype="html">
10567 <source>Mute reporter</source> 10505 <source>Mute reporter</source>
10568 <target state="translated">靜音者</target> 10506 <target state="translated">靜音報者</target>
10569 <context-group purpose="location"> 10507 <context-group purpose="location">
10570 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 10508 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
10571 <context context-type="linenumber">1</context> 10509 <context context-type="linenumber">1</context>
@@ -10573,7 +10511,7 @@
10573 </trans-unit> 10511 </trans-unit>
10574 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html"> 10512 <trans-unit id="c3ca1344a9cd638109e09c125e5185c1da3ca39c" datatype="html">
10575 <source>This video will be duplicated by your instance.</source> 10513 <source>This video will be duplicated by your instance.</source>
10576 <target state="translated">此會被您的製。</target> 10514 <target state="translated">此視頻將會被您的實例複製。</target>
10577 <context-group purpose="location"> 10515 <context-group purpose="location">
10578 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 10516 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
10579 <context context-type="linenumber">1</context> 10517 <context context-type="linenumber">1</context>
@@ -10606,7 +10544,7 @@
10606 </trans-unit> 10544 </trans-unit>
10607 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 10545 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
10608 <source>Report</source> 10546 <source>Report</source>
10609 <target></target> 10547 <target>報</target>
10610 <context-group name="null"> 10548 <context-group name="null">
10611 <context context-type="linenumber">1</context> 10549 <context context-type="linenumber">1</context>
10612 </context-group> 10550 </context-group>
@@ -10622,7 +10560,7 @@
10622 </trans-unit> 10560 </trans-unit>
10623 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html"> 10561 <trans-unit id="1d3402b0e60154aaa071f390c63437b701d9048c" datatype="html">
10624 <source>The video was deleted</source> 10562 <source>The video was deleted</source>
10625 <target state="translated">被刪除</target> 10563 <target state="translated">視頻已被刪除</target>
10626 <context-group purpose="location"> 10564 <context-group purpose="location">
10627 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10565 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10628 <context context-type="linenumber">71</context> 10566 <context context-type="linenumber">71</context>
@@ -10630,7 +10568,7 @@
10630 </trans-unit> 10568 </trans-unit>
10631 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html"> 10569 <trans-unit id="076960cf44b4a0e89cc5024a75963844b068b284" datatype="html">
10632 <source>The video was blacklisted</source> 10570 <source>The video was blacklisted</source>
10633 <target state="translated">加入黑名單</target> 10571 <target state="translated">視頻已加入黑名單</target>
10634 <context-group purpose="location"> 10572 <context-group purpose="location">
10635 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 10573 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
10636 <context context-type="linenumber">72</context> 10574 <context context-type="linenumber">72</context>
@@ -10694,7 +10632,7 @@
10694 </trans-unit> 10632 </trans-unit>
10695 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 10633 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
10696 <source>Only I can see this video</source> 10634 <source>Only I can see this video</source>
10697 <target>只有我可以看見此影片</target> 10635 <target>只有我可以看見此視頻</target>
10698 <context-group name="null"> 10636 <context-group name="null">
10699 <context context-type="linenumber">1</context> 10637 <context context-type="linenumber">1</context>
10700 </context-group> 10638 </context-group>
@@ -10702,7 +10640,7 @@
10702 </trans-unit> 10640 </trans-unit>
10703 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70"> 10641 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
10704 <source>Only people with the private link can see this video</source> 10642 <source>Only people with the private link can see this video</source>
10705 <target>只有知道連結的人可以看到此影片</target> 10643 <target>只有知道連結的人可以看到此視頻</target>
10706 <context-group name="null"> 10644 <context-group name="null">
10707 <context context-type="linenumber">1</context> 10645 <context context-type="linenumber">1</context>
10708 </context-group> 10646 </context-group>
@@ -10710,7 +10648,7 @@
10710 </trans-unit> 10648 </trans-unit>
10711 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b"> 10649 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
10712 <source>Anyone can see this video</source> 10650 <source>Anyone can see this video</source>
10713 <target>任何人都可以看到此影片</target> 10651 <target>任何人都可以看到此視頻</target>
10714 <context-group name="null"> 10652 <context-group name="null">
10715 <context context-type="linenumber">1</context> 10653 <context context-type="linenumber">1</context>
10716 </context-group> 10654 </context-group>
@@ -10718,7 +10656,7 @@
10718 </trans-unit> 10656 </trans-unit>
10719 <trans-unit id="ed3394ad721212bca2a1da43ad6063b6d4f9a008" datatype="html"> 10657 <trans-unit id="ed3394ad721212bca2a1da43ad6063b6d4f9a008" datatype="html">
10720 <source>Only users of this instance can see this video</source> 10658 <source>Only users of this instance can see this video</source>
10721 <target state="translated">僅此使用者才可觀看此影片</target> 10659 <target state="translated">僅此實例的使用者才可觀看此視頻</target>
10722 <context-group purpose="location"> 10660 <context-group purpose="location">
10723 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context> 10661 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
10724 <context context-type="linenumber">1</context> 10662 <context context-type="linenumber">1</context>
@@ -10726,7 +10664,7 @@
10726 </trans-unit> 10664 </trans-unit>
10727 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb"> 10665 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
10728 <source>Video to import updated.</source> 10666 <source>Video to import updated.</source>
10729 <target>匯入的更新。</target> 10667 <target>匯入的視頻已更新。</target>
10730 <context-group name="null"> 10668 <context-group name="null">
10731 <context context-type="linenumber">1</context> 10669 <context context-type="linenumber">1</context>
10732 </context-group> 10670 </context-group>
@@ -10735,7 +10673,7 @@
10735 </trans-unit> 10673 </trans-unit>
10736 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c"> 10674 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
10737 <source>Your video was uploaded to your account and is private.</source> 10675 <source>Your video was uploaded to your account and is private.</source>
10738 <target>您的上傳到您的帳號並為私。</target> 10676 <target>您的視頻已上傳到您的帳號並為私視頻。</target>
10739 <context-group name="null"> 10677 <context-group name="null">
10740 <context context-type="linenumber">1</context> 10678 <context context-type="linenumber">1</context>
10741 </context-group> 10679 </context-group>
@@ -10751,7 +10689,7 @@
10751 </trans-unit> 10689 </trans-unit>
10752 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4"> 10690 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4">
10753 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10691 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10754 <target>您的未上傳,您確定您想要離開此頁面嗎?</target> 10692 <target>您的視頻尚未上傳,您確定您想要離開此頁面嗎?</target>
10755 <context-group name="null"> 10693 <context-group name="null">
10756 <context context-type="linenumber">1</context> 10694 <context context-type="linenumber">1</context>
10757 </context-group> 10695 </context-group>
@@ -10775,7 +10713,7 @@
10775 </trans-unit> 10713 </trans-unit>
10776 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce"> 10714 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
10777 <source>Video published.</source> 10715 <source>Video published.</source>
10778 <target>發佈。</target> 10716 <target>視頻已發佈。</target>
10779 <context-group name="null"> 10717 <context-group name="null">
10780 <context context-type="linenumber">1</context> 10718 <context context-type="linenumber">1</context>
10781 </context-group> 10719 </context-group>
@@ -10783,7 +10721,7 @@
10783 </trans-unit> 10721 </trans-unit>
10784 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee"> 10722 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
10785 <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> 10723 <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>
10786 <target>您的影片配額已因此影片超過(影片大小:<x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>,配額:<x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target> 10724 <target>您的視頻配額已因此視頻而超過限制(視頻大小:<x id="INTERPOLATION" equiv-text="{{videoSize}}"/>,占用:<x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>,配額:<x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
10787 <context-group name="null"> 10725 <context-group name="null">
10788 <context context-type="linenumber">1</context> 10726 <context context-type="linenumber">1</context>
10789 </context-group> 10727 </context-group>
@@ -10791,7 +10729,7 @@
10791 </trans-unit> 10729 </trans-unit>
10792 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd"> 10730 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
10793 <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> 10731 <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>
10794 <target>您的每日配額已因此影片超過(影片大小:<x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>,配額:<x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target> 10732 <target>您的每日配額已因此視頻而超過限制(視頻大小:<x id="INTERPOLATION" equiv-text="{{videoSize}}"/>,占用: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>,配額:<x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
10795 <context-group name="null"> 10733 <context-group name="null">
10796 <context context-type="linenumber">1</context> 10734 <context context-type="linenumber">1</context>
10797 </context-group> 10735 </context-group>
@@ -10807,7 +10745,7 @@
10807 </trans-unit> 10745 </trans-unit>
10808 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 10746 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
10809 <source>Video updated.</source> 10747 <source>Video updated.</source>
10810 <target>更新。</target> 10748 <target>視頻已更新。</target>
10811 <context-group name="null"> 10749 <context-group name="null">
10812 <context context-type="linenumber">1</context> 10750 <context context-type="linenumber">1</context>
10813 </context-group> 10751 </context-group>
@@ -10815,7 +10753,7 @@
10815 </trans-unit> 10753 </trans-unit>
10816 <trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html"> 10754 <trans-unit id="be448863f4919e200bdbc65ca95cb7bf208a30e7" datatype="html">
10817 <source>The deletion will be sent to remote instances so they can reflect the change.</source> 10755 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
10818 <target state="translated">刪除動作將會傳送到遠端站臺以讓它們反映變更。</target> 10756 <target state="translated">刪除動作將會傳送到遠端讓它們反映變更。</target>
10819 <context-group purpose="location"> 10757 <context-group purpose="location">
10820 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 10758 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
10821 <context context-type="linenumber">1</context> 10759 <context context-type="linenumber">1</context>
@@ -10823,7 +10761,7 @@
10823 </trans-unit> 10761 </trans-unit>
10824 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 10762 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
10825 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 10763 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
10826 <target>其為遠端留言,所以刪除只會在您的實上生效。</target> 10764 <target>其為遠端留言,所以刪除只會在您的實生效。</target>
10827 <context-group name="null"> 10765 <context-group name="null">
10828 <context context-type="linenumber">1</context> 10766 <context context-type="linenumber">1</context>
10829 </context-group> 10767 </context-group>
@@ -10831,7 +10769,7 @@
10831 </trans-unit> 10769 </trans-unit>
10832 <trans-unit id="4334a60889af951a137a22cd862f2675daad3292" datatype="html"> 10770 <trans-unit id="4334a60889af951a137a22cd862f2675daad3292" datatype="html">
10833 <source>Stop autoplaying next video</source> 10771 <source>Stop autoplaying next video</source>
10834 <target state="translated">停止自動播放下一部影片</target> 10772 <target state="translated">停止自動播放下一部視頻</target>
10835 <context-group purpose="location"> 10773 <context-group purpose="location">
10836 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10774 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10837 <context context-type="linenumber">1</context> 10775 <context context-type="linenumber">1</context>
@@ -10839,7 +10777,7 @@
10839 </trans-unit> 10777 </trans-unit>
10840 <trans-unit id="0663c85b5bc0806356ab768f411299c29cf39360" datatype="html"> 10778 <trans-unit id="0663c85b5bc0806356ab768f411299c29cf39360" datatype="html">
10841 <source>Autoplay next video</source> 10779 <source>Autoplay next video</source>
10842 <target state="translated">自動播放下一部影片</target> 10780 <target state="translated">自動播放下一部視頻</target>
10843 <context-group purpose="location"> 10781 <context-group purpose="location">
10844 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10782 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10845 <context context-type="linenumber">1</context> 10783 <context context-type="linenumber">1</context>
@@ -10847,7 +10785,7 @@
10847 </trans-unit> 10785 </trans-unit>
10848 <trans-unit id="77fde72fafe6a5272b7d5e3ffedd179ec2d7f8b0" datatype="html"> 10786 <trans-unit id="77fde72fafe6a5272b7d5e3ffedd179ec2d7f8b0" datatype="html">
10849 <source>Stop looping playlist videos</source> 10787 <source>Stop looping playlist videos</source>
10850 <target state="translated">停止循環播放播放清單中的影片</target> 10788 <target state="translated">停止循環播放播放清單中的視頻</target>
10851 <context-group purpose="location"> 10789 <context-group purpose="location">
10852 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10790 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10853 <context context-type="linenumber">1</context> 10791 <context context-type="linenumber">1</context>
@@ -10855,7 +10793,7 @@
10855 </trans-unit> 10793 </trans-unit>
10856 <trans-unit id="54428deb88d7bc58721d6839d9406ff607eccef4" datatype="html"> 10794 <trans-unit id="54428deb88d7bc58721d6839d9406ff607eccef4" datatype="html">
10857 <source>Loop playlist videos</source> 10795 <source>Loop playlist videos</source>
10858 <target state="translated">循環播放播放清單中的影片</target> 10796 <target state="translated">循環播放播放清單中的視頻</target>
10859 <context-group purpose="location"> 10797 <context-group purpose="location">
10860 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context> 10798 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.ts</context>
10861 <context context-type="linenumber">1</context> 10799 <context context-type="linenumber">1</context>
@@ -10879,7 +10817,7 @@
10879 </trans-unit> 10817 </trans-unit>
10880 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71"> 10818 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
10881 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10819 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10882 <target>這部含成人或裸露內容。您確定您想要觀看嗎?</target> 10820 <target>這部視頻包含成人或裸露內容。您確定您想要觀看嗎?</target>
10883 <context-group name="null"> 10821 <context-group name="null">
10884 <context context-type="linenumber">1</context> 10822 <context context-type="linenumber">1</context>
10885 </context-group> 10823 </context-group>
@@ -10919,7 +10857,7 @@
10919 </trans-unit> 10857 </trans-unit>
10920 <trans-unit id="d5916006cb404a4d3663ac20ad299c45e57a30a6" datatype="html"> 10858 <trans-unit id="d5916006cb404a4d3663ac20ad299c45e57a30a6" datatype="html">
10921 <source>Play/Pause the video (requires player focus)</source> 10859 <source>Play/Pause the video (requires player focus)</source>
10922 <target state="translated">播放/暫停影片(需要播放器焦點)</target> 10860 <target state="translated">播放/暫停視頻(需要播放器焦點)</target>
10923 <context-group purpose="location"> 10861 <context-group purpose="location">
10924 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10862 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10925 <context context-type="linenumber">1</context> 10863 <context context-type="linenumber">1</context>
@@ -10927,7 +10865,7 @@
10927 </trans-unit> 10865 </trans-unit>
10928 <trans-unit id="c797465d457fbb14d62c08c52be9115b60e5605c" datatype="html"> 10866 <trans-unit id="c797465d457fbb14d62c08c52be9115b60e5605c" datatype="html">
10929 <source>Mute/unmute the video (requires player focus)</source> 10867 <source>Mute/unmute the video (requires player focus)</source>
10930 <target state="translated">靜音/解除靜音影片(需要播放器焦點)</target> 10868 <target state="translated">靜音/解除靜音視頻(需要播放器焦點)</target>
10931 <context-group purpose="location"> 10869 <context-group purpose="location">
10932 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10870 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10933 <context context-type="linenumber">1</context> 10871 <context context-type="linenumber">1</context>
@@ -10935,7 +10873,7 @@
10935 </trans-unit> 10873 </trans-unit>
10936 <trans-unit id="6ec9800a89e1489861dd08b93d0ff42fd5f20f50" datatype="html"> 10874 <trans-unit id="6ec9800a89e1489861dd08b93d0ff42fd5f20f50" datatype="html">
10937 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10875 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10938 <target state="translated">跳到百分比:0 是 0%,9 是 90%(需要播放器焦點)</target> 10876 <target state="translated">跳到視頻的百分比:0 是 0%,9 是 90%(需要播放器焦點)</target>
10939 <context-group purpose="location"> 10877 <context-group purpose="location">
10940 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10878 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10941 <context context-type="linenumber">1</context> 10879 <context context-type="linenumber">1</context>
@@ -10959,7 +10897,7 @@
10959 </trans-unit> 10897 </trans-unit>
10960 <trans-unit id="3fcdc3072de455c3816dc7976ff96ea1bf09eb7b" datatype="html"> 10898 <trans-unit id="3fcdc3072de455c3816dc7976ff96ea1bf09eb7b" datatype="html">
10961 <source>Seek the video forward (requires player focus)</source> 10899 <source>Seek the video forward (requires player focus)</source>
10962 <target state="translated">快轉影片(需要播放器焦點)</target> 10900 <target state="translated">快轉視頻(需要播放器焦點)</target>
10963 <context-group purpose="location"> 10901 <context-group purpose="location">
10964 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10902 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10965 <context context-type="linenumber">1</context> 10903 <context context-type="linenumber">1</context>
@@ -10967,7 +10905,7 @@
10967 </trans-unit> 10905 </trans-unit>
10968 <trans-unit id="ea2c30e5c87a4923cbf3cdcac9fc8818f79f9a0b" datatype="html"> 10906 <trans-unit id="ea2c30e5c87a4923cbf3cdcac9fc8818f79f9a0b" datatype="html">
10969 <source>Seek the video backward (requires player focus)</source> 10907 <source>Seek the video backward (requires player focus)</source>
10970 <target state="translated">快退影片(需要播放器焦點)</target> 10908 <target state="translated">快退視頻(需要播放器焦點)</target>
10971 <context-group purpose="location"> 10909 <context-group purpose="location">
10972 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10910 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10973 <context context-type="linenumber">1</context> 10911 <context context-type="linenumber">1</context>
@@ -10991,7 +10929,7 @@
10991 </trans-unit> 10929 </trans-unit>
10992 <trans-unit id="0fc28c34013089209a65fadcad0a552094ef2104" datatype="html"> 10930 <trans-unit id="0fc28c34013089209a65fadcad0a552094ef2104" datatype="html">
10993 <source>Navigate in the video frame by frame (requires player focus)</source> 10931 <source>Navigate in the video frame by frame (requires player focus)</source>
10994 <target state="translated">逐影片(需要播放器焦點)</target> 10932 <target state="translated">逐瀏覽視頻(需要播放器焦點)</target>
10995 <context-group purpose="location"> 10933 <context-group purpose="location">
10996 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 10934 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
10997 <context context-type="linenumber">1</context> 10935 <context context-type="linenumber">1</context>
@@ -10999,7 +10937,7 @@
10999 </trans-unit> 10937 </trans-unit>
11000 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 10938 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
11001 <source>Like the video</source> 10939 <source>Like the video</source>
11002 <target>喜歡影片</target> 10940 <target>喜歡此視頻</target>
11003 <context-group name="null"> 10941 <context-group name="null">
11004 <context context-type="linenumber">1</context> 10942 <context context-type="linenumber">1</context>
11005 </context-group> 10943 </context-group>
@@ -11007,7 +10945,7 @@
11007 </trans-unit> 10945 </trans-unit>
11008 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8"> 10946 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
11009 <source>Dislike the video</source> 10947 <source>Dislike the video</source>
11010 <target>不喜歡影片</target> 10948 <target>不喜歡此視頻</target>
11011 <context-group name="null"> 10949 <context-group name="null">
11012 <context context-type="linenumber">1</context> 10950 <context context-type="linenumber">1</context>
11013 </context-group> 10951 </context-group>
@@ -11015,7 +10953,7 @@
11015 </trans-unit> 10953 </trans-unit>
11016 <trans-unit id="1d9b6c0c66a4a5baa73617b1106c3746bc13f003" datatype="html"> 10954 <trans-unit id="1d9b6c0c66a4a5baa73617b1106c3746bc13f003" datatype="html">
11017 <source>When active, the next video is automatically played after the current one.</source> 10955 <source>When active, the next video is automatically played after the current one.</source>
11018 <target state="translated">啟用時,下一部會在目前的播放完之後自動播放。</target> 10956 <target state="translated">啟用時,下一部視頻將會在目前的播放完之後自動播放。</target>
11019 <context-group purpose="location"> 10957 <context-group purpose="location">
11020 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.ts</context> 10958 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.ts</context>
11021 <context context-type="linenumber">1</context> 10959 <context context-type="linenumber">1</context>
@@ -11023,7 +10961,7 @@
11023 </trans-unit> 10961 </trans-unit>
11024 <trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8"> 10962 <trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8">
11025 <source>Videos that have the higher number of likes.</source> 10963 <source>Videos that have the higher number of likes.</source>
11026 <target>喜愛數量更多影片。</target> 10964 <target>較高喜愛數的視頻。</target>
11027 <context-group name="null"> 10965 <context-group name="null">
11028 <context context-type="linenumber">1</context> 10966 <context context-type="linenumber">1</context>
11029 </context-group> 10967 </context-group>
@@ -11039,7 +10977,7 @@
11039 </trans-unit> 10977 </trans-unit>
11040 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e"> 10978 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
11041 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source> 10979 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
11042 <target>趨勢影是在過去24小時內總和最多影片</target> 10980 <target>門視頻是在過去24小時內總和最多點閱視頻</target>
11043 <context-group name="null"> 10981 <context-group name="null">
11044 <context context-type="linenumber">1</context> 10982 <context context-type="linenumber">1</context>
11045 </context-group> 10983 </context-group>
@@ -11055,7 +10993,7 @@
11055 </trans-unit> 10993 </trans-unit>
11056 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509"> 10994 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
11057 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 10995 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
11058 <target>趨勢影片是過去 <x id="INTERPOLATION" equiv-text="{{days}}"/> 天內總和觀看數最多的影片</target> 10996 <target>熱門視頻是過去 <x id="INTERPOLATION" equiv-text="{{days}}"/> 天內總點閱最多的視頻</target>
11059 <context-group name="null"> 10997 <context-group name="null">
11060 <context context-type="linenumber">1</context> 10998 <context context-type="linenumber">1</context>
11061 </context-group> 10999 </context-group>
@@ -11063,7 +11001,7 @@
11063 </trans-unit> 11001 </trans-unit>
11064 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 11002 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
11065 <source>Videos from your subscriptions</source> 11003 <source>Videos from your subscriptions</source>
11066 <target>從您的訂閱而來的影片</target> 11004 <target>從您的訂閱而來的視頻</target>
11067 <context-group name="null"> 11005 <context-group name="null">
11068 <context context-type="linenumber">1</context> 11006 <context context-type="linenumber">1</context>
11069 </context-group> 11007 </context-group>
diff --git a/client/src/locale/player.ar-001.json b/client/src/locale/player.ar-001.json
index 9bba991b6..bdec2555f 100644
--- a/client/src/locale/player.ar-001.json
+++ b/client/src/locale/player.ar-001.json
@@ -94,7 +94,7 @@
94 "restore all settings to the default values": "أعادة كافة الإعدادات إلى القيم الإفتراضية", 94 "restore all settings to the default values": "أعادة كافة الإعدادات إلى القيم الإفتراضية",
95 "Done": "تم", 95 "Done": "تم",
96 "Caption Settings Dialog": "إعدادات التعليقات", 96 "Caption Settings Dialog": "إعدادات التعليقات",
97 "Beginning of dialog window. Escape will cancel and close the window.": "الضغط على زر Esc في بداية نافذة الحوار سيلغي ويقفل النافذة", 97 "Beginning of dialog window. Escape will cancel and close the window.": "الضغط على زر Esc في بداية نافذة الحوار سيلغي ويقفل النافذة.",
98 "End of dialog window.": "نهاية نافذة الحوار", 98 "End of dialog window.": "نهاية نافذة الحوار.",
99 "{1} is loading.": "{1} حمل" 99 "{1} is loading.": "جار م {1}."
100} 100}
diff --git a/client/src/locale/player.pt-PT.json b/client/src/locale/player.pt-PT.json
index 74a6c2ac2..086012ffd 100644
--- a/client/src/locale/player.pt-PT.json
+++ b/client/src/locale/player.pt-PT.json
@@ -7,59 +7,59 @@
7 "peer": "par", 7 "peer": "par",
8 "Go to the video page": "Ir para página do vídeo", 8 "Go to the video page": "Ir para página do vídeo",
9 "Settings": "Configurações", 9 "Settings": "Configurações",
10 "Uses P2P, others may know you are watching this video.": "Utiliza P2P, outros poderão saber que está a ver este vídeo.", 10 "Uses P2P, others may know you are watching this video.": "Utiliza P2P, poderão saber que está a ver este vídeo.",
11 "Copy the video URL": "Copiar URL do vídeo", 11 "Copy the video URL": "Copiar URL do vídeo",
12 "Copy the video URL at the current time": "Copiar URL do vídeo no tempo atual", 12 "Copy the video URL at the current time": "Copiar URL do vídeo no tempo atual",
13 "Copy embed code": "Copiar código incorporado", 13 "Copy embed code": "Copiar código incorporado",
14 "Copy magnet URI": "Copiar URl ''magnet''", 14 "Copy magnet URI": "Copiar URl ''magnet''",
15 "Total downloaded: ": "Total transferido: ", 15 "Total downloaded: ": "Total baixado: ",
16 "Total uploaded: ": "Total carregado: ", 16 "Total uploaded: ": "Total enviado: ",
17 "Audio Player": "Reprodutor de Áudio", 17 "Audio Player": "Reprodutor de Áudio",
18 "Video Player": "Reprodutor de Vídeo", 18 "Video Player": "Reprodutor de Vídeo",
19 "Play": "Reproduzir", 19 "Play": "Reproduzir",
20 "Pause": "Pausa", 20 "Pause": "Pausar",
21 "Replay": "Reproduzir novamente", 21 "Replay": "Reproduzir novamente",
22 "Current Time": "Tempo actual", 22 "Current Time": "Tempo Actual",
23 "Duration": "Duração", 23 "Duration": "Duração",
24 "Remaining Time": "Tempo restante", 24 "Remaining Time": "Tempo Restante",
25 "Stream Type": "Tipo de fluxo", 25 "Stream Type": "Tipo de Stream",
26 "LIVE": "AO VIVO", 26 "LIVE": "AO VIVO",
27 "Loaded": "Carregado", 27 "Loaded": "Carregado",
28 "Progress": "Progresso", 28 "Progress": "Progresso",
29 "Progress Bar": "Barra de progresso", 29 "Progress Bar": "Barra de Progresso",
30 "progress bar timing: currentTime={1} duration={2}": "{1} de {2}", 30 "progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
31 "Fullscreen": "Ecrã completo", 31 "Fullscreen": "Ecrã Completo",
32 "Non-Fullscreen": "Ecrã normal", 32 "Non-Fullscreen": "Ecrã Normal",
33 "Mute": "Silenciar", 33 "Mute": "Silenciar",
34 "Unmute": "Com udio", 34 "Unmute": "Com udio",
35 "Playback Rate": "Taxa de Reprodução", 35 "Playback Rate": "Taxa de Reprodução",
36 "Subtitles": "Legendas", 36 "Subtitles": "Legendas Traduzidas",
37 "subtitles off": "legendas desligadas", 37 "subtitles off": "legendas traduzidas desligadas",
38 "Captions": "Legendas Ocultas", 38 "Captions": "Legendas Caption",
39 "captions off": "legendas ocultas desligadas", 39 "captions off": "legendas caption desligadas",
40 "Chapters": "Capítulos", 40 "Chapters": "Capítulos",
41 "Descriptions": "Descrições", 41 "Descriptions": "Descrições",
42 "descriptions off": "descrições desligadas", 42 "descriptions off": "descrições desligadas",
43 "Audio Track": "Faixa de Áudio", 43 "Audio Track": "Faixa de Áudio",
44 "Volume Level": "Nível do Volume", 44 "Volume Level": "Nível de Volume",
45 "You aborted the media playback": "Interrompeu a reprodução de multimédia", 45 "You aborted the media playback": "Interrompeu a reprodução de multimédia",
46 "A network error caused the media download to fail part-way.": "Um erro de rede causou uma falha parcial na transferência da multimédia.", 46 "A network error caused the media download to fail part-way.": "Um erro de rede causou uma falha parcial no download de multimédia.",
47 "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 multimédia porque o servidor ou a rede falhou ou porque o formato não é suportado.", 47 "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 multimédia, por falha no servidor ou na rede ou por o formato não ser suportado.",
48 "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.", 48 "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 multimédia utilizou recursos não suportados pelo seu navegador.",
49 "No compatible source was found for this media.": "Nenhuma fonte compatível foi localizada para essa média.", 49 "No compatible source was found for this media.": "Não encontrei uma origem compatível para esta multimédia.",
50 "The media is encrypted and we do not have the keys to decrypt it.": "A média está encriptada e não temos as chaves para a desencriptar.", 50 "The media is encrypted and we do not have the keys to decrypt it.": "A multimédia está encriptada e nós não temos as chaves para a desencriptar.",
51 "Play Video": "Reproduzir Vídeo", 51 "Play Video": "Reproduzir Vídeo",
52 "Close": "Fechar", 52 "Close": "Fechar",
53 "Close Modal Dialog": "Fechar Janela Modal", 53 "Close Modal Dialog": "Fechar Janela Modal",
54 "Modal Window": "Janela Modal", 54 "Modal Window": "Janela Modal",
55 "This is a modal window": " uma janela modal", 55 "This is a modal window": "Isto uma janela modal",
56 "This modal can be closed by pressing the Escape key or activating the close button.": "Esta modal pode ser fechada pressionando a tecla Escape ou ativando o botão fechar.", 56 "This modal can be closed by pressing the Escape key or activating the close button.": "Esta modal pode ser fechada pressionando a tecla Escape ou clicando no botão fechar.",
57 ", opens captions settings dialog": ", abre a janela das configurações das legendas ocultas", 57 ", opens captions settings dialog": ", abre a janela das configurações das legendas caption",
58 ", opens subtitles settings dialog": ", abre a janela de configurações das legendas", 58 ", opens subtitles settings dialog": ", abre a janela de configurações das legendas traduzidas",
59 ", opens descriptions settings dialog": ", abre a janela das configurações das descrições", 59 ", opens descriptions settings dialog": ", abre a janela de configurações das descrições",
60 ", selected": ", selecionada", 60 ", selected": ", selecionada",
61 "captions settings": "configurações das legendas ocultas", 61 "captions settings": "configurações das legendas caption",
62 "subtitles settings": "configurações de legendas", 62 "subtitles settings": "configurações de legendas traduzidas",
63 "descriptions settings": "configurações de descrições", 63 "descriptions settings": "configurações de descrições",
64 "Text": "Texto", 64 "Text": "Texto",
65 "White": "Branco", 65 "White": "Branco",
@@ -75,26 +75,26 @@
75 "Transparent": "Transparente", 75 "Transparent": "Transparente",
76 "Semi-Transparent": "Semitransparente", 76 "Semi-Transparent": "Semitransparente",
77 "Opaque": "Opaco", 77 "Opaque": "Opaco",
78 "Font Size": "Tamanho da fonte", 78 "Font Size": "Tamanho de fonte",
79 "Text Edge Style": "Estilo Margem do Texto", 79 "Text Edge Style": "Estilo da Margem de Texto",
80 "None": "Nenhuma", 80 "None": "Nenhuma",
81 "Raised": "Elevada", 81 "Raised": "Elevada",
82 "Depressed": "Afundado", 82 "Depressed": "Por debaixo",
83 "Uniform": "Uniforme", 83 "Uniform": "Uniforme",
84 "Dropshadow": "Sombra projetada", 84 "Dropshadow": "Sombra projetada",
85 "Font Family": "Família do Tipo de Letra", 85 "Font Family": "Família do Tipo de Letra",
86 "Proportional Sans-Serif": "Sans-Serif proporcional", 86 "Proportional Sans-Serif": "Sans-Serif Proporcional",
87 "Monospace Sans-Serif": "Sans-Serif mono espaçado", 87 "Monospace Sans-Serif": "Sans-Serif Mono Espaçado",
88 "Proportional Serif": "Serif proporcional", 88 "Proportional Serif": "Serif Proporcional",
89 "Monospace Serif": "Serif mono espaçado", 89 "Monospace Serif": "Serif Mono Espaçado",
90 "Casual": "Casual", 90 "Casual": "Casual",
91 "Script": "''Script''", 91 "Script": "Script",
92 "Small Caps": "Minúsculas", 92 "Small Caps": "Minúsculas",
93 "Reset": "Reiniciar", 93 "Reset": "Reiniciar",
94 "restore all settings to the default values": "restaura todas as configurações para os valores predefinidos", 94 "restore all settings to the default values": "restaura todas as configurações para os valores predefinidos",
95 "Done": "Concluído", 95 "Done": "Concluído",
96 "Caption Settings Dialog": "Janela das Configurações da Legenda Oculta", 96 "Caption Settings Dialog": "Janela das Configurações de Legenda Caption",
97 "Beginning of dialog window. Escape will cancel and close the window.": "Início da janela de diálogo. A tecla Escape irá cancelar e fechar a janela.", 97 "Beginning of dialog window. Escape will cancel and close the window.": "Início da janela de diálogo. A tecla Esc irá cancelar e fechar a janela.",
98 "End of dialog window.": "Fim da janela de diálogo.", 98 "End of dialog window.": "Fim da janela de diálogo.",
99 "{1} is loading.": "A carregar {1}." 99 "{1} is loading.": "A carregar {1}."
100} 100}
diff --git a/client/src/locale/player.ro.json b/client/src/locale/player.ro.json
new file mode 100644
index 000000000..273ffeefc
--- /dev/null
+++ b/client/src/locale/player.ro.json
@@ -0,0 +1,100 @@
1{
2 "Quality": "Calitate",
3 "Auto": "Auto",
4 "Speed": "Viteză",
5 "Subtitles/CC": "Subtitrări",
6 "peers": "parteneri",
7 "peer": "partener",
8 "Go to the video page": "Mergi la pagina video-ului",
9 "Settings": "Setări",
10 "Uses P2P, others may know you are watching this video.": "Utilizează P2P, alții ar putea ști că vizionezi acest video.",
11 "Copy the video URL": "Copiază URL-ul acestui video",
12 "Copy the video URL at the current time": "Copiază URL-ul acestui video la poziția curentă",
13 "Copy embed code": "Copiază codul de încorporare",
14 "Copy magnet URI": "Copiază URI-ul magnet",
15 "Total downloaded: ": "Total descărcat: ",
16 "Total uploaded: ": "Total încărcat: ",
17 "Audio Player": "Player Audio",
18 "Video Player": "Player Video",
19 "Play": "",
20 "Pause": "",
21 "Replay": "",
22 "Current Time": "",
23 "Duration": "Durată",
24 "Remaining Time": "",
25 "Stream Type": "",
26 "LIVE": "",
27 "Loaded": "",
28 "Progress": "Progres",
29 "Progress Bar": "Bară de progres",
30 "progress bar timing: currentTime={1} duration={2}": "",
31 "Fullscreen": "Ecran complet",
32 "Non-Fullscreen": "",
33 "Mute": "",
34 "Unmute": "",
35 "Playback Rate": "",
36 "Subtitles": "Subtitrări",
37 "subtitles off": "",
38 "Captions": "",
39 "captions off": "",
40 "Chapters": "",
41 "Descriptions": "",
42 "descriptions off": "",
43 "Audio Track": "",
44 "Volume Level": "",
45 "You aborted the media playback": "",
46 "A network error caused the media download to fail part-way.": "",
47 "The media could not be loaded, either because the server or network failed or because the format is not supported.": "",
48 "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "",
49 "No compatible source was found for this media.": "",
50 "The media is encrypted and we do not have the keys to decrypt it.": "",
51 "Play Video": "",
52 "Close": "",
53 "Close Modal Dialog": "",
54 "Modal Window": "",
55 "This is a modal window": "",
56 "This modal can be closed by pressing the Escape key or activating the close button.": "",
57 ", opens captions settings dialog": "",
58 ", opens subtitles settings dialog": "",
59 ", opens descriptions settings dialog": "",
60 ", selected": "",
61 "captions settings": "",
62 "subtitles settings": "",
63 "descriptions settings": "",
64 "Text": "",
65 "White": "Alb",
66 "Black": "Negru",
67 "Red": "Roșu",
68 "Green": "Verde",
69 "Blue": "Albastru",
70 "Yellow": "Galben",
71 "Magenta": "Magenta",
72 "Cyan": "Turcoaz",
73 "Background": "",
74 "Window": "",
75 "Transparent": "",
76 "Semi-Transparent": "",
77 "Opaque": "",
78 "Font Size": "",
79 "Text Edge Style": "",
80 "None": "",
81 "Raised": "",
82 "Depressed": "",
83 "Uniform": "",
84 "Dropshadow": "",
85 "Font Family": "",
86 "Proportional Sans-Serif": "",
87 "Monospace Sans-Serif": "",
88 "Proportional Serif": "",
89 "Monospace Serif": "",
90 "Casual": "",
91 "Script": "",
92 "Small Caps": "",
93 "Reset": "",
94 "restore all settings to the default values": "",
95 "Done": "",
96 "Caption Settings Dialog": "",
97 "Beginning of dialog window. Escape will cancel and close the window.": "",
98 "End of dialog window.": "",
99 "{1} is loading.": ""
100}
diff --git a/client/src/locale/player.sq.json b/client/src/locale/player.sq.json
new file mode 100644
index 000000000..67d900214
--- /dev/null
+++ b/client/src/locale/player.sq.json
@@ -0,0 +1,100 @@
1{
2 "Quality": "",
3 "Auto": "",
4 "Speed": "",
5 "Subtitles/CC": "",
6 "peers": "",
7 "peer": "",
8 "Go to the video page": "",
9 "Settings": "",
10 "Uses P2P, others may know you are watching this video.": "",
11 "Copy the video URL": "",
12 "Copy the video URL at the current time": "",
13 "Copy embed code": "",
14 "Copy magnet URI": "",
15 "Total downloaded: ": "",
16 "Total uploaded: ": "",
17 "Audio Player": "",
18 "Video Player": "",
19 "Play": "",
20 "Pause": "",
21 "Replay": "",
22 "Current Time": "",
23 "Duration": "",
24 "Remaining Time": "",
25 "Stream Type": "",
26 "LIVE": "",
27 "Loaded": "",
28 "Progress": "",
29 "Progress Bar": "",
30 "progress bar timing: currentTime={1} duration={2}": "",
31 "Fullscreen": "",
32 "Non-Fullscreen": "",
33 "Mute": "",
34 "Unmute": "",
35 "Playback Rate": "",
36 "Subtitles": "",
37 "subtitles off": "",
38 "Captions": "",
39 "captions off": "",
40 "Chapters": "",
41 "Descriptions": "",
42 "descriptions off": "",
43 "Audio Track": "",
44 "Volume Level": "",
45 "You aborted the media playback": "",
46 "A network error caused the media download to fail part-way.": "",
47 "The media could not be loaded, either because the server or network failed or because the format is not supported.": "",
48 "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "",
49 "No compatible source was found for this media.": "",
50 "The media is encrypted and we do not have the keys to decrypt it.": "",
51 "Play Video": "",
52 "Close": "",
53 "Close Modal Dialog": "",
54 "Modal Window": "",
55 "This is a modal window": "",
56 "This modal can be closed by pressing the Escape key or activating the close button.": "",
57 ", opens captions settings dialog": "",
58 ", opens subtitles settings dialog": "",
59 ", opens descriptions settings dialog": "",
60 ", selected": "",
61 "captions settings": "",
62 "subtitles settings": "",
63 "descriptions settings": "",
64 "Text": "",
65 "White": "",
66 "Black": "",
67 "Red": "",
68 "Green": "",
69 "Blue": "",
70 "Yellow": "",
71 "Magenta": "",
72 "Cyan": "",
73 "Background": "",
74 "Window": "",
75 "Transparent": "",
76 "Semi-Transparent": "",
77 "Opaque": "",
78 "Font Size": "",
79 "Text Edge Style": "",
80 "None": "",
81 "Raised": "",
82 "Depressed": "",
83 "Uniform": "",
84 "Dropshadow": "",
85 "Font Family": "",
86 "Proportional Sans-Serif": "",
87 "Monospace Sans-Serif": "",
88 "Proportional Serif": "",
89 "Monospace Serif": "",
90 "Casual": "",
91 "Script": "",
92 "Small Caps": "",
93 "Reset": "",
94 "restore all settings to the default values": "",
95 "Done": "",
96 "Caption Settings Dialog": "",
97 "Beginning of dialog window. Escape will cancel and close the window.": "",
98 "End of dialog window.": "",
99 "{1} is loading.": ""
100}
diff --git a/client/src/locale/player.zh-Hant-TW.json b/client/src/locale/player.zh-Hant-TW.json
index b2af0adec..5c6fd4c9c 100644
--- a/client/src/locale/player.zh-Hant-TW.json
+++ b/client/src/locale/player.zh-Hant-TW.json
@@ -1 +1,100 @@
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: ":"總上傳:","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} 正在載入。"} 1{
2 "Quality": "品質",
3 "Auto": "自動",
4 "Speed": "速度",
5 "Subtitles/CC": "CC字幕",
6 "peers": "peer",
7 "peer": "端點",
8 "Go to the video page": "前往視頻頁面",
9 "Settings": "設定",
10 "Uses P2P, others may know you are watching this video.": "使用 P2P,其他人可能會知道您正在觀看這部視頻。",
11 "Copy the video URL": "複製視頻 URL",
12 "Copy the video URL at the current time": "複製目前視頻時間的 URL",
13 "Copy embed code": "複製嵌入程式碼",
14 "Copy magnet URI": "複製磁力 URI",
15 "Total downloaded: ": "總下載: ",
16 "Total uploaded: ": "總上傳: ",
17 "Audio Player": "音頻播放器",
18 "Video Player": "視頻播放器",
19 "Play": "播放",
20 "Pause": "暫停",
21 "Replay": "重播",
22 "Current Time": "目前時間",
23 "Duration": "長度",
24 "Remaining Time": "剩餘時間",
25 "Stream Type": "串流類型",
26 "LIVE": "直播",
27 "Loaded": "已載入",
28 "Progress": "進度",
29 "Progress Bar": "進度條",
30 "progress bar timing: currentTime={1} duration={2}": "{1} 之 {2}",
31 "Fullscreen": "全螢幕",
32 "Non-Fullscreen": "非全螢幕",
33 "Mute": "靜音",
34 "Unmute": "取消靜音",
35 "Playback Rate": "播放速率",
36 "Subtitles": "字幕",
37 "subtitles off": "關閉字幕",
38 "Captions": "字幕",
39 "captions off": "關閉字幕",
40 "Chapters": "章節",
41 "Descriptions": "描述",
42 "descriptions off": "關閉描述",
43 "Audio Track": "音軌",
44 "Volume Level": "音量等級",
45 "You aborted the media playback": "您中止了媒體播放",
46 "A network error caused the media download to fail part-way.": "網路錯誤造成媒體下載部份失敗。",
47 "The media could not be loaded, either because the server or network failed or because the format is not supported.": "無法載入媒體,可能是因為伺服器或網路故障,或為不支援的格式。",
48 "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "媒體播放因損毀或該媒體使用了您的瀏覽器不支援的功能而中止。",
49 "No compatible source was found for this media.": "找不到此媒體的相容來源。",
50 "The media is encrypted and we do not have the keys to decrypt it.": "媒體已加密,我們沒有金鑰可以將其解密。",
51 "Play Video": "播放視頻",
52 "Close": "關閉",
53 "Close Modal Dialog": "關閉程式對話框",
54 "Modal Window": "程式視窗",
55 "This is a modal window": "這是一個程式視窗",
56 "This modal can be closed by pressing the Escape key or activating the close button.": "這個程式可以通過按下 Esc 鍵或啟動關閉按鈕來關閉。",
57 ", opens captions settings dialog": ",開啟字幕設定對話框",
58 ", opens subtitles settings dialog": ",開啟字幕設定對話框",
59 ", opens descriptions settings dialog": ",開啟描述設定對話框",
60 ", selected": ",已選取",
61 "captions settings": "字幕設定",
62 "subtitles settings": "字幕設定",
63 "descriptions settings": "描述設定",
64 "Text": "文字",
65 "White": "白色",
66 "Black": "黑色",
67 "Red": "紅色",
68 "Green": "綠色",
69 "Blue": "藍色",
70 "Yellow": "黃色",
71 "Magenta": "洋紅色",
72 "Cyan": "靛青色",
73 "Background": "背景",
74 "Window": "視窗",
75 "Transparent": "透明",
76 "Semi-Transparent": "半透明",
77 "Opaque": "不透明",
78 "Font Size": "字型大小",
79 "Text Edge Style": "文字邊緣樣式",
80 "None": "無",
81 "Raised": "凸起",
82 "Depressed": "扁平",
83 "Uniform": "均勻",
84 "Dropshadow": "陰影效果",
85 "Font Family": "字型家族",
86 "Proportional Sans-Serif": "比例無襯線",
87 "Monospace Sans-Serif": "等寬無襯線",
88 "Proportional Serif": "比例襯線",
89 "Monospace Serif": "等寬襯線",
90 "Casual": "休閒",
91 "Script": "手寫",
92 "Small Caps": "小寫字母",
93 "Reset": "重設",
94 "restore all settings to the default values": "將所有設定復原為預設值",
95 "Done": "完成",
96 "Caption Settings Dialog": "字幕設定對話框",
97 "Beginning of dialog window. Escape will cancel and close the window.": "對話框視窗開始。Esc 將會取消並關閉視窗。",
98 "End of dialog window.": "對話框視窗結束。",
99 "{1} is loading.": "{1} 正在載入。"
100}
diff --git a/client/src/locale/server.ar-001.json b/client/src/locale/server.ar-001.json
index b182bfd31..fa472c24e 100644
--- a/client/src/locale/server.ar-001.json
+++ b/client/src/locale/server.ar-001.json
@@ -35,16 +35,16 @@
35 "Failed": "فشل", 35 "Failed": "فشل",
36 "Regular": "منتظم", 36 "Regular": "منتظم",
37 "Watch later": "مشاهده لاحقا", 37 "Watch later": "مشاهده لاحقا",
38 "This video does not exist.": "هذا الفيديو غير موجود", 38 "This video does not exist.": "هذا الفيديو غير موجود.",
39 "We cannot fetch the video. Please try again later.": "لا يمكن الوصول للفيديو. أعد المحاولة لاحقا ", 39 "We cannot fetch the video. Please try again later.": "لم نتمكّن مِن جلب الفيديو. يرجى إعادة المحاولة لاحقا.",
40 "Sorry": "عذرا", 40 "Sorry": "عذرا",
41 "This video is not available because the remote instance is not responding.": "هذا الفيديو غير متوفر لأن مثيل الخادوم البعيد لا يستجيب", 41 "This video is not available because the remote instance is not responding.": "هذا الفيديو غير متاح لأن مثيل الخادم البعيد لا يستجيب.",
42 "Misc": "أخرى", 42 "Misc": "أخرى",
43 "Unknown": "مجهولة", 43 "Unknown": "مجهولة",
44 "Afar": "", 44 "Afar": "الأفارية",
45 "Abkhazian": "", 45 "Abkhazian": "الأبخازية",
46 "Afrikaans": "الأفريقانية", 46 "Afrikaans": "الأفريقانية",
47 "Akan": "", 47 "Akan": "الأكانية",
48 "Amharic": "الأمهرية", 48 "Amharic": "الأمهرية",
49 "Arabic": "العربية", 49 "Arabic": "العربية",
50 "Aragonese": "أراجون", 50 "Aragonese": "أراجون",
@@ -201,7 +201,7 @@
201 "Serbian": "الصربية", 201 "Serbian": "الصربية",
202 "Swati": "", 202 "Swati": "",
203 "Sundanese": "السودانية", 203 "Sundanese": "السودانية",
204 "Swahili (macrolanguage)": "السواحيلية (لغة بة)", 204 "Swahili (macrolanguage)": "السواحيلية (لغة )",
205 "Swedish": "السويدية", 205 "Swedish": "السويدية",
206 "Swedish Sign Language": "لغة الإشارات السويدية", 206 "Swedish Sign Language": "لغة الإشارات السويدية",
207 "Tahitian": "", 207 "Tahitian": "",
diff --git a/client/src/locale/server.pt-PT.json b/client/src/locale/server.pt-PT.json
index 96949d6cf..8a38b2740 100644
--- a/client/src/locale/server.pt-PT.json
+++ b/client/src/locale/server.pt-PT.json
@@ -10,7 +10,7 @@
10 "Comedy": "Comédia", 10 "Comedy": "Comédia",
11 "Entertainment": "Entretenimento", 11 "Entertainment": "Entretenimento",
12 "News & Politics": "Notícias e Política", 12 "News & Politics": "Notícias e Política",
13 "How To": "Como fazer", 13 "How To": "Tutoriais",
14 "Education": "Educação", 14 "Education": "Educação",
15 "Activism": "Ativismo", 15 "Activism": "Ativismo",
16 "Science & Technology": "Ciência & Tecnologia", 16 "Science & Technology": "Ciência & Tecnologia",
@@ -18,11 +18,11 @@
18 "Kids": "Infantil", 18 "Kids": "Infantil",
19 "Food": "Comida", 19 "Food": "Comida",
20 "Attribution": "Atribuição", 20 "Attribution": "Atribuição",
21 "Attribution - Share Alike": "Atribuição - Partilha pela mesma Licença", 21 "Attribution - Share Alike": "Atribuição - Compartilha Igual",
22 "Attribution - No Derivatives": "Atribuição - Proibição de Realizo de Obras Derivadas", 22 "Attribution - No Derivatives": "Atribuição - Sem Derives",
23 "Attribution - Non Commercial": "Atribuição - Não Comercial", 23 "Attribution - Non Commercial": "Atribuição - Não Comercial",
24 "Attribution - Non Commercial - Share Alike": "Atribuição - Não Comercial - Partilha pela mesma Licença", 24 "Attribution - Non Commercial - Share Alike": "Atribuição - Não Comercial - Compartilha Igual",
25 "Attribution - Non Commercial - No Derivatives": "Atribuição - Não Comercial - Proibição de Realização de Obras Derivadas", 25 "Attribution - Non Commercial - No Derivatives": "Atribuição - Não Comercial - Sem Derivações",
26 "Public Domain Dedication": "Domínio Público", 26 "Public Domain Dedication": "Domínio Público",
27 "Public": "Público", 27 "Public": "Público",
28 "Unlisted": "Não listado", 28 "Unlisted": "Não listado",
@@ -33,7 +33,7 @@
33 "Pending": "Pendente", 33 "Pending": "Pendente",
34 "Success": "Sucesso", 34 "Success": "Sucesso",
35 "Failed": "Falhou", 35 "Failed": "Falhou",
36 "Regular": "Regular", 36 "Regular": "Usual",
37 "Watch later": "Ver mais tarde", 37 "Watch later": "Ver mais tarde",
38 "This video does not exist.": "Este vídeo não existe.", 38 "This video does not exist.": "Este vídeo não existe.",
39 "We cannot fetch the video. Please try again later.": "Nós não podemos obter o vídeo. Por favor, tente novamente mais tarde.", 39 "We cannot fetch the video. Please try again later.": "Nós não podemos obter o vídeo. Por favor, tente novamente mais tarde.",
diff --git a/client/src/locale/server.ro.json b/client/src/locale/server.ro.json
new file mode 100644
index 000000000..02f3cbc58
--- /dev/null
+++ b/client/src/locale/server.ro.json
@@ -0,0 +1,237 @@
1{
2 "Music": "Muzică",
3 "Films": "Filme",
4 "Vehicles": "Vehicule",
5 "Art": "Artă",
6 "Sports": "Sport",
7 "Travels": "Călătorii",
8 "Gaming": "Jocuri",
9 "People": "Oameni",
10 "Comedy": "Comedie",
11 "Entertainment": "Divertisment",
12 "News & Politics": "Știri și politică",
13 "How To": "Cum să",
14 "Education": "Educație",
15 "Activism": "Activism",
16 "Science & Technology": "Știință și tehnologie",
17 "Animals": "Animale",
18 "Kids": "Copii",
19 "Food": "Mâncare",
20 "Attribution": "Atribuire",
21 "Attribution - Share Alike": "Atribuire - Partajare în condiții identice",
22 "Attribution - No Derivatives": "Atribuire - Fără derivate",
23 "Attribution - Non Commercial": "Atribuire - Necomercial",
24 "Attribution - Non Commercial - Share Alike": "Atribuire - Necomercial - Partajare în condiții identice",
25 "Attribution - Non Commercial - No Derivatives": "Atribuire - Necomercial - Fără derivate",
26 "Public Domain Dedication": "Dedicat domeniului public",
27 "Public": "Public",
28 "Unlisted": "Nelistat",
29 "Private": "Privat",
30 "Internal": "Intern",
31 "Published": "Publicat",
32 "To transcode": "",
33 "To import": "",
34 "Pending": "",
35 "Success": "",
36 "Failed": "",
37 "Regular": "",
38 "Watch later": "Vizionează mai târziu",
39 "This video does not exist.": "",
40 "We cannot fetch the video. Please try again later.": "",
41 "Sorry": "",
42 "This video is not available because the remote instance is not responding.": "",
43 "Misc": "",
44 "Unknown": "",
45 "Afar": "",
46 "Abkhazian": "",
47 "Afrikaans": "Afrikaans",
48 "Akan": "",
49 "Amharic": "Amharică",
50 "Arabic": "Arabă",
51 "Aragonese": "",
52 "American Sign Language": "",
53 "Assamese": "Asameză",
54 "Avaric": "",
55 "Kotava": "",
56 "Aymara": "",
57 "Azerbaijani": "Azeră",
58 "Bashkir": "",
59 "Bambara": "",
60 "Belarusian": "Belarusă",
61 "Bengali": "",
62 "British Sign Language": "",
63 "Bislama": "",
64 "Tibetan": "",
65 "Bosnian": "Bosniacă",
66 "Breton": "",
67 "Bulgarian": "Bulgară",
68 "Brazilian Sign Language": "",
69 "Catalan": "Catalană",
70 "Czech": "Cehă",
71 "Chamorro": "",
72 "Chechen": "",
73 "Chuvash": "",
74 "Cornish": "",
75 "Corsican": "",
76 "Cree": "",
77 "Czech Sign Language": "",
78 "Chinese Sign Language": "",
79 "Welsh": "Galeză",
80 "Danish": "Daneză",
81 "German": "Germană",
82 "Dhivehi": "",
83 "Danish Sign Language": "",
84 "Dzongkha": "",
85 "Greek": "Greacă",
86 "English": "Engleză",
87 "Esperanto": "",
88 "Estonian": "Estonă",
89 "Basque": "Bască",
90 "Ewe": "",
91 "Faroese": "",
92 "Persian": "Persană",
93 "Fijian": "",
94 "Finnish": "Finlandeză",
95 "French": "Franceză",
96 "Western Frisian": "",
97 "French Sign Language": "",
98 "Fulah": "",
99 "Scottish Gaelic": "",
100 "Irish": "Irlandeză",
101 "Galician": "Galiciană",
102 "Manx": "",
103 "Guarani": "",
104 "German Sign Language": "",
105 "Gujarati": "Gujarati",
106 "Haitian": "",
107 "Hausa": "Hausa",
108 "Serbo-Croatian": "",
109 "Hebrew": "Ebraică",
110 "Herero": "",
111 "Hindi": "Hindi",
112 "Hiri Motu": "",
113 "Croatian": "Croată",
114 "Hungarian": "Maghiară",
115 "Armenian": "Armeană",
116 "Igbo": "Igbo",
117 "Sichuan Yi": "",
118 "Inuktitut": "",
119 "Indonesian": "Indoneziană",
120 "Inupiaq": "",
121 "Icelandic": "Islandeză",
122 "Italian": "Italiană",
123 "Javanese": "",
124 "Lojban": "",
125 "Japanese": "Japoneză",
126 "Japanese Sign Language": "",
127 "Kalaallisut": "",
128 "Kannada": "Kannada",
129 "Kashmiri": "",
130 "Georgian": "",
131 "Kanuri": "",
132 "Kazakh": "Kazahă",
133 "Khmer": "Khmeră",
134 "Kikuyu": "",
135 "Kinyarwanda": "Kinyarwanda",
136 "Kirghiz": "",
137 "Komi": "",
138 "Kongo": "",
139 "Korean": "Coreeană",
140 "Kuanyama": "",
141 "Kurdish": "Kurdă",
142 "Lao": "",
143 "Latvian": "Letonă",
144 "Limburgan": "",
145 "Lingala": "",
146 "Lithuanian": "Lituaniană",
147 "Luxembourgish": "Luxemburgheză",
148 "Luba-Katanga": "",
149 "Ganda": "",
150 "Marshallese": "",
151 "Malayalam": "Malayalam",
152 "Marathi": "Marathi",
153 "Macedonian": "Macedoneană",
154 "Malagasy": "",
155 "Maltese": "Malteză",
156 "Mongolian": "Mongolă",
157 "Maori": "Maori",
158 "Malay (macrolanguage)": "",
159 "Burmese": "",
160 "Nauru": "",
161 "Navajo": "",
162 "South Ndebele": "",
163 "North Ndebele": "",
164 "Ndonga": "",
165 "Nepali (macrolanguage)": "",
166 "Dutch": "Neerlandeză",
167 "Norwegian Nynorsk": "Norvegiană Nynorsk",
168 "Norwegian Bokmål": "Norvegiană Bokmål",
169 "Norwegian": "Norvegiană",
170 "Nyanja": "",
171 "Occitan": "",
172 "Ojibwa": "",
173 "Oriya (macrolanguage)": "",
174 "Oromo": "",
175 "Ossetian": "",
176 "Panjabi": "Punjabă",
177 "Pakistan Sign Language": "",
178 "Polish": "Poloneză",
179 "Portuguese": "Portugheză",
180 "Pushto": "",
181 "Quechua": "Quechua",
182 "Romansh": "",
183 "Romanian": "Română",
184 "Russian Sign Language": "",
185 "Rundi": "",
186 "Russian": "Rusă",
187 "Sango": "",
188 "Saudi Arabian Sign Language": "",
189 "South African Sign Language": "",
190 "Sinhala": "Singhaleză",
191 "Slovak": "Slovacă",
192 "Slovenian": "Slovenă",
193 "Northern Sami": "",
194 "Samoan": "",
195 "Shona": "",
196 "Sindhi": "Sindhi",
197 "Somali": "Somaleză",
198 "Southern Sotho": "",
199 "Spanish": "Spaniolă",
200 "Albanian": "Albaneză",
201 "Sardinian": "",
202 "Serbian": "Sârbă",
203 "Swati": "",
204 "Sundanese": "",
205 "Swahili (macrolanguage)": "",
206 "Swedish": "Suedeză",
207 "Swedish Sign Language": "",
208 "Tahitian": "",
209 "Tamil": "Tamilă",
210 "Tatar": "Tătară",
211 "Telugu": "Telugu",
212 "Tajik": "Tadjică",
213 "Tagalog": "",
214 "Thai": "Thailandeză",
215 "Tigrinya": "Tigrină",
216 "Klingon": "Klingoniană",
217 "Tonga (Tonga Islands)": "",
218 "Tswana": "",
219 "Tsonga": "",
220 "Turkmen": "Turkmenă",
221 "Turkish": "Turcă",
222 "Twi": "",
223 "Uighur": "",
224 "Ukrainian": "Ucraineană",
225 "Urdu": "Urdu",
226 "Uzbek": "Uzbecă",
227 "Venda": "",
228 "Vietnamese": "Vietnameză",
229 "Walloon": "",
230 "Wolof": "Wolof",
231 "Xhosa": "Xhosa",
232 "Yiddish": "",
233 "Yoruba": "Yoruba",
234 "Zhuang": "",
235 "Chinese": "Chineză",
236 "Zulu": "Zulu"
237}
diff --git a/client/src/locale/server.sq.json b/client/src/locale/server.sq.json
new file mode 100644
index 000000000..9554eff3d
--- /dev/null
+++ b/client/src/locale/server.sq.json
@@ -0,0 +1,237 @@
1{
2 "Music": "",
3 "Films": "",
4 "Vehicles": "",
5 "Art": "",
6 "Sports": "",
7 "Travels": "",
8 "Gaming": "",
9 "People": "",
10 "Comedy": "",
11 "Entertainment": "",
12 "News & Politics": "",
13 "How To": "",
14 "Education": "",
15 "Activism": "",
16 "Science & Technology": "",
17 "Animals": "",
18 "Kids": "",
19 "Food": "",
20 "Attribution": "",
21 "Attribution - Share Alike": "",
22 "Attribution - No Derivatives": "",
23 "Attribution - Non Commercial": "",
24 "Attribution - Non Commercial - Share Alike": "",
25 "Attribution - Non Commercial - No Derivatives": "",
26 "Public Domain Dedication": "",
27 "Public": "",
28 "Unlisted": "",
29 "Private": "",
30 "Internal": "",
31 "Published": "",
32 "To transcode": "",
33 "To import": "",
34 "Pending": "",
35 "Success": "",
36 "Failed": "",
37 "Regular": "",
38 "Watch later": "",
39 "This video does not exist.": "",
40 "We cannot fetch the video. Please try again later.": "",
41 "Sorry": "",
42 "This video is not available because the remote instance is not responding.": "",
43 "Misc": "",
44 "Unknown": "",
45 "Afar": "",
46 "Abkhazian": "",
47 "Afrikaans": "",
48 "Akan": "",
49 "Amharic": "",
50 "Arabic": "",
51 "Aragonese": "",
52 "American Sign Language": "",
53 "Assamese": "",
54 "Avaric": "",
55 "Kotava": "",
56 "Aymara": "",
57 "Azerbaijani": "",
58 "Bashkir": "",
59 "Bambara": "",
60 "Belarusian": "",
61 "Bengali": "",
62 "British Sign Language": "",
63 "Bislama": "",
64 "Tibetan": "",
65 "Bosnian": "",
66 "Breton": "",
67 "Bulgarian": "",
68 "Brazilian Sign Language": "",
69 "Catalan": "",
70 "Czech": "",
71 "Chamorro": "",
72 "Chechen": "",
73 "Chuvash": "",
74 "Cornish": "",
75 "Corsican": "",
76 "Cree": "",
77 "Czech Sign Language": "",
78 "Chinese Sign Language": "",
79 "Welsh": "",
80 "Danish": "",
81 "German": "",
82 "Dhivehi": "",
83 "Danish Sign Language": "",
84 "Dzongkha": "",
85 "Greek": "",
86 "English": "",
87 "Esperanto": "",
88 "Estonian": "",
89 "Basque": "",
90 "Ewe": "",
91 "Faroese": "",
92 "Persian": "",
93 "Fijian": "",
94 "Finnish": "",
95 "French": "",
96 "Western Frisian": "",
97 "French Sign Language": "",
98 "Fulah": "",
99 "Scottish Gaelic": "",
100 "Irish": "",
101 "Galician": "",
102 "Manx": "",
103 "Guarani": "",
104 "German Sign Language": "",
105 "Gujarati": "",
106 "Haitian": "",
107 "Hausa": "",
108 "Serbo-Croatian": "",
109 "Hebrew": "",
110 "Herero": "",
111 "Hindi": "",
112 "Hiri Motu": "",
113 "Croatian": "",
114 "Hungarian": "",
115 "Armenian": "",
116 "Igbo": "",
117 "Sichuan Yi": "",
118 "Inuktitut": "",
119 "Indonesian": "",
120 "Inupiaq": "",
121 "Icelandic": "",
122 "Italian": "",
123 "Javanese": "",
124 "Lojban": "",
125 "Japanese": "",
126 "Japanese Sign Language": "",
127 "Kalaallisut": "",
128 "Kannada": "",
129 "Kashmiri": "",
130 "Georgian": "",
131 "Kanuri": "",
132 "Kazakh": "",
133 "Khmer": "",
134 "Kikuyu": "",
135 "Kinyarwanda": "",
136 "Kirghiz": "",
137 "Komi": "",
138 "Kongo": "",
139 "Korean": "",
140 "Kuanyama": "",
141 "Kurdish": "",
142 "Lao": "",
143 "Latvian": "",
144 "Limburgan": "",
145 "Lingala": "",
146 "Lithuanian": "",
147 "Luxembourgish": "",
148 "Luba-Katanga": "",
149 "Ganda": "",
150 "Marshallese": "",
151 "Malayalam": "",
152 "Marathi": "",
153 "Macedonian": "",
154 "Malagasy": "",
155 "Maltese": "",
156 "Mongolian": "",
157 "Maori": "",
158 "Malay (macrolanguage)": "",
159 "Burmese": "",
160 "Nauru": "",
161 "Navajo": "",
162 "South Ndebele": "",
163 "North Ndebele": "",
164 "Ndonga": "",
165 "Nepali (macrolanguage)": "",
166 "Dutch": "",
167 "Norwegian Nynorsk": "",
168 "Norwegian Bokmål": "",
169 "Norwegian": "",
170 "Nyanja": "",
171 "Occitan": "",
172 "Ojibwa": "",
173 "Oriya (macrolanguage)": "",
174 "Oromo": "",
175 "Ossetian": "",
176 "Panjabi": "",
177 "Pakistan Sign Language": "",
178 "Polish": "",
179 "Portuguese": "",
180 "Pushto": "",
181 "Quechua": "",
182 "Romansh": "",
183 "Romanian": "",
184 "Russian Sign Language": "",
185 "Rundi": "",
186 "Russian": "",
187 "Sango": "",
188 "Saudi Arabian Sign Language": "",
189 "South African Sign Language": "",
190 "Sinhala": "",
191 "Slovak": "",
192 "Slovenian": "",
193 "Northern Sami": "",
194 "Samoan": "",
195 "Shona": "",
196 "Sindhi": "",
197 "Somali": "",
198 "Southern Sotho": "",
199 "Spanish": "",
200 "Albanian": "",
201 "Sardinian": "",
202 "Serbian": "",
203 "Swati": "",
204 "Sundanese": "",
205 "Swahili (macrolanguage)": "",
206 "Swedish": "",
207 "Swedish Sign Language": "",
208 "Tahitian": "",
209 "Tamil": "",
210 "Tatar": "",
211 "Telugu": "",
212 "Tajik": "",
213 "Tagalog": "",
214 "Thai": "",
215 "Tigrinya": "",
216 "Klingon": "",
217 "Tonga (Tonga Islands)": "",
218 "Tswana": "",
219 "Tsonga": "",
220 "Turkmen": "",
221 "Turkish": "",
222 "Twi": "",
223 "Uighur": "",
224 "Ukrainian": "",
225 "Urdu": "",
226 "Uzbek": "",
227 "Venda": "",
228 "Vietnamese": "",
229 "Walloon": "",
230 "Wolof": "",
231 "Xhosa": "",
232 "Yiddish": "",
233 "Yoruba": "",
234 "Zhuang": "",
235 "Chinese": "",
236 "Zulu": ""
237}
diff --git a/client/src/locale/server.zh-Hant-TW.json b/client/src/locale/server.zh-Hant-TW.json
index 03be3a222..c6a3e1e25 100644
--- a/client/src/locale/server.zh-Hant-TW.json
+++ b/client/src/locale/server.zh-Hant-TW.json
@@ -1 +1,236 @@
1{"Music":"音樂","Films":"電影","Vehicles":"汽車","Art":"藝術","Sports":"運動","Travels":"旅遊","Gaming":"遊戲","People":"大眾","Comedy":"喜劇","Entertainment":"娛樂","News & Politics":"新聞與政策","How To":"How To","Education":"教育","Activism":"行動","Science & Technology":"科學與科技","Animals":"動物","Kids":"兒童","Food":"食物","Attribution":"姓名標示","Attribution - Share Alike":"姓名標示 - 相同方式分享","Attribution - No Derivatives":"姓名標示 - 禁止改作","Attribution - Non Commercial":"姓名標示 - 非商業性","Attribution - Non Commercial - Share Alike":"姓名標示 - 非商業性 - 相同方式分享","Attribution - Non Commercial - No Derivatives":"姓名標示 - 非商業性 - 禁止改作","Public Domain Dedication":"公有領域","Public":"公開","Unlisted":"不列出","Private":"私人","Published":"已發佈","To transcode":"待轉換編碼","To import":"待匯入","Pending":"擱置中","Success":"成功","Failed":"失敗","Regular":"一般","Watch later":"稍後觀看","This video does not exist.":"此影片不存在。","We cannot fetch the video. Please try again later.":"我們無法擷取影片。請稍後再試一次。","Sorry":"抱歉","This video is not available because the remote instance is not responding.":"此影片不可用,因為遠端實體沒有回應。","Misc":"雜項","Unknown":"未知","Afar":"阿法爾語","Abkhazian":"阿布哈茲語","Afrikaans":"南非語","Akan":"阿寒語","Amharic":"阿姆哈拉語","Arabic":"阿拉伯語","Aragonese":"亞拉岡語","American Sign Language":"美國手語","Assamese":"阿薩姆語","Avaric":"阿瓦爾語","Kotava":"Kotava 語","Aymara":"艾馬拉語","Azerbaijani":"亞塞拜然語","Bashkir":"巴什基爾語","Bambara":"班巴拉語","Belarusian":"白俄羅斯語","Bengali":"孟加拉語","British Sign Language":"英國手語","Bislama":"比斯拉馬語","Tibetan":"藏語","Bosnian":"波士尼亞語","Breton":"布列塔尼語","Bulgarian":"保加利亞語","Brazilian Sign Language":"巴西手語","Catalan":"加泰隆尼亞語","Czech":"捷克語","Chamorro":"查莫羅語","Chechen":"車臣語","Chuvash":"楚瓦什語","Cornish":"康瓦爾語","Corsican":"科西嘉語","Cree":"克里語","Czech Sign Language":"捷克手語","Chinese Sign Language":"中國手語","Welsh":"威爾斯語","Danish":"丹麥語","German":"德語","Dhivehi":"迪維西語","Danish Sign Language":"丹麥手語","Dzongkha":"不丹語","Greek":"希臘語","English":"英語","Esperanto":"世界語","Estonian":"愛沙尼亞語","Basque":"巴斯克語","Ewe":"埃維語","Faroese":"法羅語","Persian":"波斯語","Fijian":"斐濟語","Finnish":"芬蘭語","French":"法語","Western Frisian":"西菲士蘭語","French Sign Language":"法國手語","Fulah":"富拉語","Scottish Gaelic":"蘇格蘭蓋爾語","Irish":"愛爾蘭語","Galician":"加利西亞語","Manx":"曼島語","Guarani":"瓜拉尼語","German Sign Language":"德國手語","Gujarati":"古吉拉特語","Haitian":"海地語","Hausa":"豪薩語","Serbo-Croatian":"塞爾維亞-克羅埃西亞語","Hebrew":"希伯來語","Herero":"赫雷羅語","Hindi":"印地語","Hiri Motu":"希里摩圖語","Croatian":"克羅埃西亞語","Hungarian":"匈牙利語","Armenian":"亞美尼亞語","Igbo":"伊博語","Sichuan Yi":"彝語北部方言","Inuktitut":"因紐特語","Indonesian":"印尼語","Inupiaq":"因紐皮雅特語","Icelandic":"冰島語","Italian":"義大利語","Javanese":"爪哇語","Lojban":"邏輯語","Japanese":"日語","Japanese Sign Language":"日本手語","Kalaallisut":"格陵蘭語","Kannada":"康納達語","Kashmiri":"喀什米爾語","Georgian":"喬治亞語","Kanuri":"卡努里語","Kazakh":"哈薩克語","Khmer":"高棉語","Kikuyu":"基庫尤語","Kinyarwanda":"盧安達語","Kirghiz":"吉爾吉斯語","Komi":"科米語","Kongo":"剛果語","Korean":"韓語","Kuanyama":"Kuanyama 語","Kurdish":"庫德語","Lao":"寮語","Latvian":"拉脫維亞語","Limburgan":"林堡語","Lingala":"林格拉語","Lithuanian":"立陶宛語","Luxembourgish":"盧森堡語","Luba-Katanga":"盧巴卡丹加語","Ganda":"盧干達語","Marshallese":"馬紹爾語","Malayalam":"馬拉雅拉姆語","Marathi":"馬拉提語","Macedonian":"馬其頓語","Malagasy":"馬拉加斯語","Maltese":"馬爾他語","Mongolian":"蒙古語","Maori":"毛利語","Malay (macrolanguage)":"馬來語","Burmese":"緬甸語","Nauru":"諾魯語","Navajo":"納瓦荷語","South Ndebele":"南恩德貝勒語","North Ndebele":"北恩德貝勒語","Ndonga":"恩敦加語","Nepali (macrolanguage)":"尼泊爾語","Dutch":"荷蘭語","Norwegian Nynorsk":"新挪威語","Norwegian Bokmål":"書面挪威語","Norwegian":"挪威語","Nyanja":"尼揚賈語","Occitan":"奧克西當語","Ojibwa":"歐及布威語","Oriya (macrolanguage)":"歐利亞語","Oromo":"奧羅莫語","Ossetian":"奧塞提亞語","Panjabi":"旁遮普語","Pakistan Sign Language":"巴基斯坦手語","Polish":"波蘭語","Portuguese":"葡萄牙語","Pushto":"普什圖語","Quechua":"奇楚瓦語","Romansh":"羅曼什語","Romanian":"羅馬尼亞語","Russian Sign Language":"俄羅斯手語","Rundi":"克倫地語","Russian":"俄語","Sango":"桑戈語","Saudi Arabian Sign Language":"沙烏地阿拉伯手語","South African Sign Language":"南非手語","Sinhala":"僧伽羅語","Slovak":"斯洛伐克語","Slovenian":"斯洛維尼亞語","Northern Sami":"北方薩米語","Samoan":"薩摩亞語","Shona":"修納語","Sindhi":"信德語","Somali":"索馬利亞語","Southern Sotho":"塞索托語","Spanish":"西班牙語","Albanian":"阿爾巴尼亞語","Sardinian":"薩丁尼亞語","Serbian":"塞爾維亞語","Swati":"史瓦濟語","Sundanese":"巽他語","Swahili (macrolanguage)":"斯瓦希里語","Swedish":"瑞典語","Swedish Sign Language":"瑞典手語","Tahitian":"大溪地語","Tamil":"坦米爾語","Tatar":"韃靼語","Telugu":"泰盧固語","Tajik":"塔吉克語","Tagalog":"他加祿語","Thai":"泰語","Tigrinya":"提格利尼亞語","Klingon":"克林貢語","Tonga (Tonga Islands)":"東加語","Tswana":"札那語","Tsonga":"宋加語","Turkmen":"土庫曼語","Turkish":"土耳其語","Twi":"契維語","Uighur":"維吾爾語","Ukrainian":"烏克蘭語","Urdu":"烏爾都語","Uzbek":"烏茲別克語","Venda":"文達語","Vietnamese":"越南語","Walloon":"瓦隆語","Wolof":"沃洛夫語","Xhosa":"科薩語","Yiddish":"意第緒語","Yoruba":"約魯巴語","Zhuang":"壯語","Chinese":"漢語","Zulu":"祖魯語"} 1{
2 "Music": "音樂",
3 "Films": "電影",
4 "Vehicles": "汽車",
5 "Art": "藝術",
6 "Sports": "運動",
7 "Travels": "旅遊",
8 "Gaming": "遊戲",
9 "People": "大眾",
10 "Comedy": "喜劇",
11 "Entertainment": "娛樂",
12 "News & Politics": "新聞與政治",
13 "How To": "教程",
14 "Education": "教育",
15 "Activism": "行動主義",
16 "Science & Technology": "科學與科技",
17 "Animals": "動物",
18 "Kids": "兒童",
19 "Food": "食物",
20 "Attribution": "姓名標示",
21 "Attribution - Share Alike": "姓名標示 - 相同方式分享",
22 "Attribution - No Derivatives": "姓名標示 - 禁止改作",
23 "Attribution - Non Commercial": "姓名標示 - 非商用",
24 "Attribution - Non Commercial - Share Alike": "姓名標示 - 非商用 - 相同方式分享",
25 "Attribution - Non Commercial - No Derivatives": "姓名標示 - 非商用 - 禁止改作",
26 "Public Domain Dedication": "公有領域",
27 "Public": "公開",
28 "Unlisted": "不列出",
29 "Private": "私密",
30 "Published": "已發佈",
31 "To transcode": "待轉換編碼",
32 "To import": "待匯入",
33 "Pending": "擱置中",
34 "Success": "成功",
35 "Failed": "失敗",
36 "Regular": "一般",
37 "Watch later": "稍後觀看",
38 "This video does not exist.": "此視頻不存在。",
39 "We cannot fetch the video. Please try again later.": "我們無法擷取視頻。請稍後再試一次。",
40 "Sorry": "抱歉",
41 "This video is not available because the remote instance is not responding.": "此視頻不可用,因為遠端實例沒有回應。",
42 "Misc": "雜項",
43 "Unknown": "未知",
44 "Afar": "阿法爾語",
45 "Abkhazian": "阿布哈茲語",
46 "Afrikaans": "南非語",
47 "Akan": "阿寒語",
48 "Amharic": "阿姆哈拉語",
49 "Arabic": "阿拉伯語",
50 "Aragonese": "亞拉岡語",
51 "American Sign Language": "美國手語",
52 "Assamese": "阿薩姆語",
53 "Avaric": "阿瓦爾語",
54 "Kotava": "Kotava 語",
55 "Aymara": "艾馬拉語",
56 "Azerbaijani": "亞塞拜然語",
57 "Bashkir": "巴什基爾語",
58 "Bambara": "班巴拉語",
59 "Belarusian": "白俄羅斯語",
60 "Bengali": "孟加拉語",
61 "British Sign Language": "英國手語",
62 "Bislama": "比斯拉馬語",
63 "Tibetan": "藏語",
64 "Bosnian": "波士尼亞語",
65 "Breton": "布列塔尼語",
66 "Bulgarian": "保加利亞語",
67 "Brazilian Sign Language": "巴西手語",
68 "Catalan": "加泰隆尼亞語",
69 "Czech": "捷克語",
70 "Chamorro": "查莫羅語",
71 "Chechen": "車臣語",
72 "Chuvash": "楚瓦什語",
73 "Cornish": "康瓦爾語",
74 "Corsican": "科西嘉語",
75 "Cree": "克里語",
76 "Czech Sign Language": "捷克手語",
77 "Chinese Sign Language": "中國手語",
78 "Welsh": "威爾斯語",
79 "Danish": "丹麥語",
80 "German": "德語",
81 "Dhivehi": "迪維西語",
82 "Danish Sign Language": "丹麥手語",
83 "Dzongkha": "不丹語",
84 "Greek": "希臘語",
85 "English": "英語",
86 "Esperanto": "世界語",
87 "Estonian": "愛沙尼亞語",
88 "Basque": "巴斯克語",
89 "Ewe": "埃維語",
90 "Faroese": "法羅語",
91 "Persian": "波斯語",
92 "Fijian": "斐濟語",
93 "Finnish": "芬蘭語",
94 "French": "法語",
95 "Western Frisian": "西菲士蘭語",
96 "French Sign Language": "法國手語",
97 "Fulah": "富拉語",
98 "Scottish Gaelic": "蘇格蘭蓋爾語",
99 "Irish": "愛爾蘭語",
100 "Galician": "加利西亞語",
101 "Manx": "曼島語",
102 "Guarani": "瓜拉尼語",
103 "German Sign Language": "德國手語",
104 "Gujarati": "古吉拉特語",
105 "Haitian": "海地語",
106 "Hausa": "豪薩語",
107 "Serbo-Croatian": "塞爾維亞-克羅埃西亞語",
108 "Hebrew": "希伯來語",
109 "Herero": "赫雷羅語",
110 "Hindi": "印地語",
111 "Hiri Motu": "希里摩圖語",
112 "Croatian": "克羅埃西亞語",
113 "Hungarian": "匈牙利語",
114 "Armenian": "亞美尼亞語",
115 "Igbo": "伊博語",
116 "Sichuan Yi": "彝語北部方言",
117 "Inuktitut": "因紐特語",
118 "Indonesian": "印尼語",
119 "Inupiaq": "因紐皮雅特語",
120 "Icelandic": "冰島語",
121 "Italian": "義大利語",
122 "Javanese": "爪哇語",
123 "Lojban": "邏輯語",
124 "Japanese": "日語",
125 "Japanese Sign Language": "日本手語",
126 "Kalaallisut": "格陵蘭語",
127 "Kannada": "康納達語",
128 "Kashmiri": "喀什米爾語",
129 "Georgian": "喬治亞語",
130 "Kanuri": "卡努里語",
131 "Kazakh": "哈薩克語",
132 "Khmer": "高棉語",
133 "Kikuyu": "基庫尤語",
134 "Kinyarwanda": "盧安達語",
135 "Kirghiz": "吉爾吉斯語",
136 "Komi": "科米語",
137 "Kongo": "剛果語",
138 "Korean": "韓語",
139 "Kuanyama": "Kuanyama 語",
140 "Kurdish": "庫德語",
141 "Lao": "寮語",
142 "Latvian": "拉脫維亞語",
143 "Limburgan": "林堡語",
144 "Lingala": "林格拉語",
145 "Lithuanian": "立陶宛語",
146 "Luxembourgish": "盧森堡語",
147 "Luba-Katanga": "盧巴卡丹加語",
148 "Ganda": "盧干達語",
149 "Marshallese": "馬紹爾語",
150 "Malayalam": "馬拉雅拉姆語",
151 "Marathi": "馬拉提語",
152 "Macedonian": "馬其頓語",
153 "Malagasy": "馬拉加斯語",
154 "Maltese": "馬爾他語",
155 "Mongolian": "蒙古語",
156 "Maori": "毛利語",
157 "Malay (macrolanguage)": "馬來語",
158 "Burmese": "緬甸語",
159 "Nauru": "諾魯語",
160 "Navajo": "納瓦荷語",
161 "South Ndebele": "南恩德貝勒語",
162 "North Ndebele": "北恩德貝勒語",
163 "Ndonga": "恩敦加語",
164 "Nepali (macrolanguage)": "尼泊爾語",
165 "Dutch": "荷蘭語",
166 "Norwegian Nynorsk": "新挪威語",
167 "Norwegian Bokmål": "書面挪威語",
168 "Norwegian": "挪威語",
169 "Nyanja": "尼揚賈語",
170 "Occitan": "奧克西當語",
171 "Ojibwa": "歐及布威語",
172 "Oriya (macrolanguage)": "歐利亞語",
173 "Oromo": "奧羅莫語",
174 "Ossetian": "奧塞提亞語",
175 "Panjabi": "旁遮普語",
176 "Pakistan Sign Language": "巴基斯坦手語",
177 "Polish": "波蘭語",
178 "Portuguese": "葡萄牙語",
179 "Pushto": "普什圖語",
180 "Quechua": "奇楚瓦語",
181 "Romansh": "羅曼什語",
182 "Romanian": "羅馬尼亞語",
183 "Russian Sign Language": "俄羅斯手語",
184 "Rundi": "克倫地語",
185 "Russian": "俄語",
186 "Sango": "桑戈語",
187 "Saudi Arabian Sign Language": "沙烏地阿拉伯手語",
188 "South African Sign Language": "南非手語",
189 "Sinhala": "僧伽羅語",
190 "Slovak": "斯洛伐克語",
191 "Slovenian": "斯洛維尼亞語",
192 "Northern Sami": "北方薩米語",
193 "Samoan": "薩摩亞語",
194 "Shona": "修納語",
195 "Sindhi": "信德語",
196 "Somali": "索馬利亞語",
197 "Southern Sotho": "塞索托語",
198 "Spanish": "西班牙語",
199 "Albanian": "阿爾巴尼亞語",
200 "Sardinian": "薩丁尼亞語",
201 "Serbian": "塞爾維亞語",
202 "Swati": "史瓦濟語",
203 "Sundanese": "巽他語",
204 "Swahili (macrolanguage)": "斯瓦希里語",
205 "Swedish": "瑞典語",
206 "Swedish Sign Language": "瑞典手語",
207 "Tahitian": "大溪地語",
208 "Tamil": "坦米爾語",
209 "Tatar": "韃靼語",
210 "Telugu": "泰盧固語",
211 "Tajik": "塔吉克語",
212 "Tagalog": "他加祿語",
213 "Thai": "泰語",
214 "Tigrinya": "提格利尼亞語",
215 "Klingon": "克林貢語",
216 "Tonga (Tonga Islands)": "東加語",
217 "Tswana": "札那語",
218 "Tsonga": "宋加語",
219 "Turkmen": "土庫曼語",
220 "Turkish": "土耳其語",
221 "Twi": "契維語",
222 "Uighur": "維吾爾語",
223 "Ukrainian": "烏克蘭語",
224 "Urdu": "烏爾都語",
225 "Uzbek": "烏茲別克語",
226 "Venda": "文達語",
227 "Vietnamese": "越南語",
228 "Walloon": "瓦隆語",
229 "Wolof": "沃洛夫語",
230 "Xhosa": "科薩語",
231 "Yiddish": "意第緒語",
232 "Yoruba": "約魯巴語",
233 "Zhuang": "壯語",
234 "Chinese": "漢語",
235 "Zulu": "祖魯語"
236}